Sha256: e080b0cea6a8bf949bf92d90c73e730f549930bf302d0cef81642bb953ac851b

Contents?: true

Size: 573 Bytes

Versions: 1

Compression:

Stored size: 573 Bytes

Contents

# Rakefile
require 'rubygems'
require 'rake'
require 'echoe'

Echoe.new('autonzb', '0.4.5') do |p|
  p.description    = "Ruby tool to automatically download x264 HD nzb movies files from newzleech.com"
  p.url            = "http://github.com/pirate/autonzb"
  p.author         = "Pirate"
  p.email          = "pirate.2061@gmail.com"
  p.ignore_pattern = ["tmp/*", "script/*"]
  p.executable_pattern = "bin/autonzb"
  p.runtime_dependencies = ["hpricot", "optiflag", 'rubyzip', 'htmlentities']
end

Dir["#{File.dirname(__FILE__)}/tasks/*.rake"].sort.each { |ext| load ext }

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pirate-autonzb-0.4.5 Rakefile