README.rdoc in bitcoin-ruby-0.0.10 vs README.rdoc in bitcoin-ruby-0.0.11

- old
+ new

@@ -34,10 +34,10 @@ git clone https://github.com/lian/bitcoin-ruby.git; cd bitcoin-ruby if you want to have it available system-wide, just build the gem and install it: - gem build bitcoin-ruby.gemspec && gem install bitcoin-ruby-0.0.5.gem + gem build bitcoin-ruby.gemspec && gem install bitcoin-ruby-0.0.11.gem Note that some aspects of the library (such as networking, storage, etc.) need additional dependencies which are not specified in the gemspec. The core requirements are intentionally kept to a minimum, so nobody has to install unneeded dependencies.