Sha256: a9d4453c23cc6ecc63a612e3d10f43e5087c7a15f338832d694d25c212a05303
Contents?: true
Size: 428 Bytes
Versions: 1
Compression:
Stored size: 428 Bytes
Contents
require 'echoe' Echoe.new('torrent_api', '0.1.2') do |p| p.description = "An API to query popular torrent websites" p.url = "http://www.github.com/hjhart/torrent_api" p.author = "James Hart" p.email = "hjhart@gmail.com" p.ignore_pattern = ["tmp/**/*", "scripts/*"] p.development_dependencies = ['nokogiri', 'hpricot'] end task :default => :console task :console do sh "irb -rubygems -r ./lib/torrent_api.rb" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
torrent_api-0.1.2 | Rakefile |