Sha256: 2f6bd56d2cf8f78df0b051bce263a39bb805c666069f5c9786b628bd609789f0

Contents?: true

Size: 472 Bytes

Versions: 3

Compression:

Stored size: 472 Bytes

Contents

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mastercoin-ruby-0.0.4 Gemfile
mastercoin-ruby-0.0.3 Gemfile
mastercoin-ruby-0.0.2 Gemfile