Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/parsec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module Parsec
class Parsec
using StringToBooleanRefinements

VERSION = '0.11.9'.freeze
VERSION = '0.13.1'.freeze

# evaluates the equation and returns only the result
def self.eval_equation(equation)
Expand Down
2 changes: 1 addition & 1 deletion parsec.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'parsecs'
s.version = '0.13.0'
s.version = '0.13.1'
s.platform = Gem::Platform::RUBY
s.authors = ['Nilton Vasques', 'Victor Cordeiro', 'Beatriz Fagundes']
s.email = ['nilton.vasques@gmail.com', 'victorcorcos@gmail.com', 'beatrizsfslima@gmail.com']
Expand Down