From fe6c34f1ce8ec029d0b0df01df9456a4a564c35a Mon Sep 17 00:00:00 2001 From: Alex Solo Date: Wed, 6 Mar 2019 16:40:05 -0700 Subject: [PATCH] Updated gemspec --- technical-analysis.gemspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/technical-analysis.gemspec b/technical-analysis.gemspec index c22236c..86b1dfe 100644 --- a/technical-analysis.gemspec +++ b/technical-analysis.gemspec @@ -1,14 +1,14 @@ Gem::Specification.new do |spec| spec.name = "technical-analysis" - spec.version = "0.1.0" + spec.version = "0.1.1" spec.authors = ["Intrinio"] spec.email = ["admin@intrinio.com"] - spec.description = %q{Intrinio Technical Analysis} - spec.summary = %q{Intrinio Technical Analysis} + spec.description = %q{A Ruby library for performing technical analysis on stock prices and other data sets.} + spec.summary = %q{A Ruby library for performing technical analysis on stock prices and other data sets.} spec.homepage = "https://github.com/intrinio/technical-analysis" spec.files = Dir["{spec,lib}/**/*.*"] spec.require_path = "lib" - spec.metadata['allowed_push_host'] = 'https://intrinio.com' + spec.metadata['allowed_push_host'] = 'https://rubygems.org' spec.add_development_dependency "bundler", "~> 1.16" spec.add_development_dependency "rake", "~> 10.0"