Skip to content

Commit

Permalink
increment gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
niltonvasques committed Oct 4, 2018
1 parent 8d71c87 commit eae178a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.2.20'.freeze
VERSION = '0.2.21'.freeze

# evaluates the equation
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.2.20'
s.version = '0.2.21'
s.platform = Gem::Platform::RUBY
s.authors = ['Nilton Vasques', 'Victor Cordeiro', 'Beatriz Fagundes']
s.email = ['[email protected]', '[email protected]', '[email protected]']
Expand Down

0 comments on commit eae178a

Please sign in to comment.