source "http://rubygems.org" # Add dependencies required to use your gem here. # Example: # gem "activesupport", ">= 2.3.5" # Add dependencies to develop your gem here. # Include everything needed to run rake, tests, features, etc. gem 'bitcoin-ruby', '~> 0.0.1', git: "https://github.com/maran/bitcoin-ruby.git" gem 'sequel', '~> 4.1.1' gem 'thor' group :development do gem "rdoc", "~> 3.12" gem "bundler", "~> 1.0" gem "jeweler", "~> 1.8.7" gem "rspec" end