Sha256: 1c770ac74d42bfded8f949cf2ab490d06354e51a6746ff31abc7934809d065b9

Contents?: true

Size: 1.17 KB

Versions: 3

Compression:

Stored size: 1.17 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'openassets/version'

Gem::Specification.new do |spec|
  spec.name          = "openassets-ruby"
  spec.version       = OpenAssets::VERSION
  spec.authors       = ["azuchi"]
  spec.email         = ["azuchi@haw.co.jp"]

  spec.summary       = %q{The implementation of the Open Assets Protocol for Ruby.}
  spec.description   = %q{The implementation of the Open Assets Protocol for Ruby.}
  spec.homepage      = "https://github.com/haw-itn/openassets-ruby"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]
  spec.add_runtime_dependency "bitcoin-ruby", "~> 0.0.7"
  spec.add_runtime_dependency "ffi", "~>1.9.8"
  spec.add_runtime_dependency "rest-client", "~>1.8.0"
  spec.add_runtime_dependency "httpclient"
  spec.add_development_dependency "bundler", "~> 1.9"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_development_dependency "rspec"

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
openassets-ruby-0.3.4 openassets-ruby.gemspec
openassets-ruby-0.3.3 openassets-ruby.gemspec
openassets-ruby-0.3.1 openassets-ruby.gemspec