Rakefile in txcatcher-0.2.2 vs Rakefile in txcatcher-0.2.3
- old
+ new
@@ -9,20 +9,6 @@
$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 }