Sha256: 76d9b0b0a71456fa1ddd96e7e6a771ad0873c466f4e4267c9eecf2782cba14de

Contents?: true

Size: 972 Bytes

Versions: 42

Compression:

Stored size: 972 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 = "txcatcher"
  gem.homepage = "http://github.com/snitko/txcatcher"
  gem.license = "MIT"
  gem.summary = %Q{An lightweight version of Bitpay's Insight, allows to check Bitcoin/Litecoin addresses}
  gem.description = %Q{Ccurrently, the only job of this gem is to collect all new Bitcoin/Litecoin transactions, store them in a DB, index addresses.}
  gem.email = "roman.snitko@gmail.com"
  gem.authors = ["Roman Snitko"]
  # dependencies defined in Gemfile
end
Jeweler::RubygemsDotOrgTasks.new

Dir.glob('lib/tasks/*.rake').each { |r| load r }

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
txcatcher-0.2.2 Rakefile
txcatcher-0.2.1 Rakefile
txcatcher-0.2.0 Rakefile
txcatcher-0.1.100 Rakefile
txcatcher-0.1.99 Rakefile
txcatcher-0.1.98 Rakefile
txcatcher-0.1.97 Rakefile
txcatcher-0.1.96 Rakefile
txcatcher-0.1.95 Rakefile
txcatcher-0.1.94 Rakefile
txcatcher-0.1.93 Rakefile
txcatcher-0.1.92 Rakefile
txcatcher-0.1.91 Rakefile
txcatcher-0.1.90 Rakefile
txcatcher-0.1.89 Rakefile
txcatcher-0.1.88 Rakefile
txcatcher-0.1.87 Rakefile
txcatcher-0.1.86 Rakefile
txcatcher-0.1.85 Rakefile
txcatcher-0.1.84 Rakefile