Skip to content

Commit

Permalink
Regenerate gemspec for version 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
stygeo committed Jun 25, 2013
1 parent b787056 commit 7d99ebb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions bitstamp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = "bitstamp"
s.version = "0.2.6"
s.version = "0.2.7"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jeffrey Wilcke"]
s.date = "2013-06-12"
s.date = "2013-06-25"
s.description = "Ruby API for use with bitstamp."
s.email = "[email protected]"
s.extra_rdoc_files = [
Expand All @@ -32,10 +32,12 @@ Gem::Specification.new do |s|
"lib/bitstamp/net.rb",
"lib/bitstamp/orders.rb",
"lib/bitstamp/ticker.rb",
"lib/bitstamp/transactions.rb",
"spec/bitstamp_spec.rb",
"spec/collection_spec.rb",
"spec/orders_spec.rb",
"spec/spec_helper.rb"
"spec/spec_helper.rb",
"spec/transactions_spec.rb"
]
s.homepage = "http://github.com/kojnapp/bitstamp"
s.licenses = ["MIT"]
Expand Down

0 comments on commit 7d99ebb

Please sign in to comment.