diff --git a/Gemfile.lock b/Gemfile.lock index 574dab2..f7cbf7c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,26 +1,26 @@ PATH remote: . specs: - technical-analysis (0.2.0) + technical-analysis (0.2.1) GEM remote: https://rubygems.org/ specs: diff-lcs (1.3) rake (10.5.0) - rspec (3.8.0) - rspec-core (~> 3.8.0) - rspec-expectations (~> 3.8.0) - rspec-mocks (~> 3.8.0) - rspec-core (3.8.0) - rspec-support (~> 3.8.0) - rspec-expectations (3.8.2) + rspec (3.9.0) + rspec-core (~> 3.9.0) + rspec-expectations (~> 3.9.0) + rspec-mocks (~> 3.9.0) + rspec-core (3.9.1) + rspec-support (~> 3.9.1) + rspec-expectations (3.9.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.8.0) - rspec-mocks (3.8.0) + rspec-support (~> 3.9.0) + rspec-mocks (3.9.1) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.8.0) - rspec-support (3.8.0) + rspec-support (~> 3.9.0) + rspec-support (3.9.2) yard (0.9.24) PLATFORMS diff --git a/technical-analysis.gemspec b/technical-analysis.gemspec index 33b86b1..565f3a9 100644 --- a/technical-analysis.gemspec +++ b/technical-analysis.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |spec| spec.name = "technical-analysis" - spec.version = "0.2.0" + spec.version = "0.2.1" spec.authors = ["Intrinio"] spec.email = ["admin@intrinio.com"] spec.description = %q{A Ruby library for performing technical analysis on stock prices and other data sets.}