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 'ffi' gem 'i18n' group :development do gem 'releasy', git: "https://github.com/Spooner/releasy.git" gem "bundler", "~> 1.0" gem "jeweler", "~> 1.8.8" end