Skip to content

Commit

Permalink
Merge pull request #7 from Victorcorcos/remove_comments_from_muparserx
Browse files Browse the repository at this point in the history
Remove warning messages in submodule
  • Loading branch information
Victorcorcos authored May 22, 2018
2 parents a47a3a5 + 1d87785 commit 9b751f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ext/equations-parser
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.13'.freeze
VERSION = '0.2.14'.freeze

def self.eval_equation(equation)
# This line removes all spaces that are not between quotation marks
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 = 'parsec'
s.version = '0.2.13'
s.version = '0.2.14'
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 9b751f3

Please sign in to comment.