Sha256: dfb7d7e3ffa32b8ff2b7aef9f43b0035e7fa8a6413236d0cbe4722331fb4eee9
Contents?: true
Size: 918 Bytes
Versions: 2
Compression:
Stored size: 918 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "bitcoin/version" Gem::Specification.new do |s| s.name = "monacoin-ruby" s.version = Bitcoin::VERSION s.authors = ["lian wrote original files, Tkobayashi added"] s.email = ["dev.koba@gmail.com"] s.summary = %q{append monacoin utils and protocol to bitcoin-ruby)} s.description = %q{This is a ruby library for interacting with the bitcoin(monacoin) protocol/network} s.homepage = "https://github.com/crypto-team/mona-bitcoin-ruby" s.rubyforge_project = "bitcoin-ruby-mona" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] s.required_rubygems_version = ">= 1.3.6" #s.add_development_dependency "bacon" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
monacoin-ruby-0.1.3 | bitcoin-ruby.gemspec |
monacoin-ruby-0.1.2 | bitcoin-ruby.gemspec |