Skip to content

Commit

Permalink
Updated gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnsolo committed Mar 6, 2019
1 parent 65d9eed commit fe6c34f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions technical-analysis.gemspec
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit fe6c34f

Please sign in to comment.