Gemfile in mastercoin-wallet-0.0.3 vs Gemfile in mastercoin-wallet-0.0.4

- old
+ new

@@ -1,10 +1,10 @@ source "http://rubygems.org" -gem 'mastercoin-ruby',git: "https://github.com/maran/mastercoin-ruby.git", branch: "develop" +gem 'mastercoin-ruby','~>0.1.0' gem 'qtbindings' gem 'httparty' gem 'active_support' -gem 'bitcoin-ruby', '~> 0.0.1', git: "https://github.com/maran/bitcoin-ruby.git" +gem 'bitcoin-ruby', '0.0.2' gem 'ffi' gem 'i18n' group :development do gem 'releasy', git: "https://github.com/Spooner/releasy.git"