-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update equations-parser and gem version
- Loading branch information
1 parent
3701864
commit 59ba3a7
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule equations-parser
updated
8 files
+157 −5 | parser/mpFuncCommon.cpp | |
+26 −0 | parser/mpFuncCommon.h | |
+2 −0 | parser/mpPackageCommon.cpp | |
+2 −0 | parser/mpParserMessageProvider.cpp | |
+2 −1 | parser/mpTypes.h | |
+63 −9 | tests.sh | |
+2 −0 | value_test/mpError.cpp | |
+5 −1 | value_test/mpError.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]'] | ||
|