From 1d877854b22966202b4fdad57f028285e92ccafb Mon Sep 17 00:00:00 2001 From: Victor Date: Tue, 22 May 2018 18:51:50 -0300 Subject: [PATCH] Remove warning messages in submodule --- ext/equations-parser | 2 +- lib/parsec.rb | 2 +- parsec.gemspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/equations-parser b/ext/equations-parser index 19897da..3ad3b8e 160000 --- a/ext/equations-parser +++ b/ext/equations-parser @@ -1 +1 @@ -Subproject commit 19897da9a6db52050b3632bdfb870b348cf49155 +Subproject commit 3ad3b8e31349579d073ce370472910e721a0ac49 diff --git a/lib/parsec.rb b/lib/parsec.rb index 59745b6..9dce38d 100644 --- a/lib/parsec.rb +++ b/lib/parsec.rb @@ -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 diff --git a/parsec.gemspec b/parsec.gemspec index 11aa467..125a647 100644 --- a/parsec.gemspec +++ b/parsec.gemspec @@ -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 = ['nilton.vasques@gmail.com', 'victorcorcos@gmail.com', 'beatrizsfslima@gmail.com']