bitcoin-ruby.gemspec in bitcoin-ruby-0.0.1 vs bitcoin-ruby.gemspec in bitcoin-ruby-0.0.2
- old
+ new
@@ -6,22 +6,19 @@
s.name = "bitcoin-ruby"
s.version = Bitcoin::VERSION
s.authors = ["lian"]
s.email = ["meta.rb@gmail.com"]
s.homepage = ""
- s.summary = %q{Gem for working with Bitcoin network}
- s.description = %q{Gem for working with Bitcoin network}
+ s.summary = %q{bitcoin utils and protocol in ruby}
+ s.description = %q{This is a ruby library for interacting with the bitcoin protocol/network}
+ s.homepage = "https://github.com/lian/bitcoin-ruby"
s.rubyforge_project = "bitcoin-ruby"
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]
s.required_rubygems_version = ">= 1.3.6"
- s.add_dependency "rake", ">= 0.8.0"
- s.add_dependency "eventmachine"
-
- s.add_development_dependency "bacon"
-
+ #s.add_development_dependency "bacon"
end