Gemfile in mastercoin-wallet-0.0.2 vs Gemfile in mastercoin-wallet-0.0.3
- old
+ new
@@ -1,12 +1,14 @@
source "http://rubygems.org"
+gem 'mastercoin-ruby',git: "https://github.com/maran/mastercoin-ruby.git", branch: "develop"
gem 'qtbindings'
gem 'httparty'
gem 'active_support'
gem 'bitcoin-ruby', '~> 0.0.1', git: "https://github.com/maran/bitcoin-ruby.git"
-gem 'mastercoin-ruby'
gem 'ffi'
+gem 'i18n'
group :development do
+ gem 'releasy', git: "https://github.com/Spooner/releasy.git"
gem "bundler", "~> 1.0"
- gem "jeweler", "~> 1.8.7"
+ gem "jeweler", "~> 1.8.8"
end