Sha256: de58a9ef6d58c1bec3c7d3a922544a71729897a8752c932fffa88b4cfa53c7af

Contents?: true

Size: 834 Bytes

Versions: 13

Compression:

Stored size: 834 Bytes

Contents

# encoding: utf-8

require 'rubygems'
require 'bundler'
begin
  Bundler.setup(:default, :development)
rescue Bundler::BundlerError => e
  $stderr.puts e.message
  $stderr.puts "Run `bundle install` to install missing gems"
  exit e.status_code
end
require 'rake'

require 'jeweler'
Jeweler::Tasks.new do |gem|
  # gem is a Gem::Specification... see http://guides.rubygems.org/specification-reference/ for more options
  gem.name = "satoshi-unit"
  gem.homepage = "http://github.com/snitko/satoshi-unit"
  gem.license = "MIT"
  gem.summary = %Q{Converts various bitcoin denominations in Satoshis and back}
  gem.description = %Q{Converts various bitcoin denominations in Satoshis and back}
  gem.email = "roman.snitko@gmail.com"
  gem.authors = ["Roman Snitko"]
  # dependencies defined in Gemfile
end
Jeweler::RubygemsDotOrgTasks.new

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
satoshi-unit-0.2.2 Rakefile
satoshi-unit-0.2.1 Rakefile
satoshi-unit-0.2.0 Rakefile
satoshi-unit-0.1.9 Rakefile
satoshi-unit-0.1.8 Rakefile
satoshi-unit-0.1.7 Rakefile
satoshi-unit-0.1.6 Rakefile
satoshi-unit-0.1.5 Rakefile
satoshi-unit-0.1.4 Rakefile
satoshi-unit-0.1.3 Rakefile
satoshi-unit-0.1.2 Rakefile
satoshi-unit-0.1.1 Rakefile
satoshi-unit-0.1.0 Rakefile