Skip to content

Commit

Permalink
Update equations-parser and gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoRSeifert committed Dec 5, 2024
1 parent 3701864 commit 59ba3a7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ext/libnativemath/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
end

GIT_REPOSITORY = 'https://github.com/oxeanbits/equations-parser.git'.freeze
COMMIT = '39d949b5f53d1650eb8f166db3883900f5ce55d4'.freeze
COMMIT = '39ba4c44c14df83b8dd5ea98e69d1607f9b07f6f'.freeze

Dir.chdir(BASEDIR) do
system('git init')
Expand Down
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.14.0'.freeze
VERSION = '0.15.0'.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.14.0'
s.version = '0.15.0'
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 59ba3a7

Please sign in to comment.