Sha256: fdf938995822df9fc467ab18e54739518f9ec4a1a13e5d2cb2cefa1477556c4c
Contents?: true
Size: 1.68 KB
Versions: 1
Compression:
Stored size: 1.68 KB
Contents
# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- # stub: satoshi-unit 0.1.7 ruby lib Gem::Specification.new do |s| s.name = "satoshi-unit" s.version = "0.1.7" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.require_paths = ["lib"] s.authors = ["Roman Snitko"] s.date = "2015-01-10" s.description = "Converts various bitcoin denominations in Satoshis and back" s.email = "roman.snitko@gmail.com" s.extra_rdoc_files = [ "LICENSE.txt", "README.md" ] s.files = [ ".document", ".rspec", "Gemfile", "Gemfile.lock", "LICENSE.txt", "README.md", "Rakefile", "VERSION", "lib/satoshi-unit.rb", "lib/satoshi.rb", "satoshi-unit.gemspec", "spec/satoshi_spec.rb" ] s.homepage = "http://github.com/snitko/satoshi-unit" s.licenses = ["MIT"] s.rubygems_version = "2.2.2" s.summary = "Converts various bitcoin denominations in Satoshis and back" if s.respond_to? :specification_version then s.specification_version = 4 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q<bundler>, ["~> 1.0"]) s.add_development_dependency(%q<jeweler>, ["~> 2.0.1"]) s.add_development_dependency(%q<rspec>, [">= 0"]) else s.add_dependency(%q<bundler>, ["~> 1.0"]) s.add_dependency(%q<jeweler>, ["~> 2.0.1"]) s.add_dependency(%q<rspec>, [">= 0"]) end else s.add_dependency(%q<bundler>, ["~> 1.0"]) s.add_dependency(%q<jeweler>, ["~> 2.0.1"]) s.add_dependency(%q<rspec>, [">= 0"]) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
satoshi-unit-0.1.7 | satoshi-unit.gemspec |