Sha256: 758e1670244099f00525750a0568e107f672ac6ab9c9b322efa1406dbeb197f7

Contents?: true

Size: 797 Bytes

Versions: 4

Compression:

Stored size: 797 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 = "crypto-unit"
  gem.homepage = "http://github.com/mgpnd/crypto-unit"
  gem.license = "MIT"
  gem.summary = %Q{Converts various BTC and LTC denominations}
  gem.description = %Q{Converts various BTC and LTC denominations}
  gem.email = "roman.snitko@gmail.com"
  gem.authors = ["Roman Snitko"]
  # dependencies defined in Gemfile
end
Jeweler::RubygemsDotOrgTasks.new

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
crypto-unit-0.3.4 Rakefile
crypto-unit-0.3.3 Rakefile
crypto-unit-0.3.2 Rakefile
crypto-unit-0.3.0 Rakefile