Sha256: 194c1f867f51dcba90a054231075ba2c719cf6885772e5119d0b836c73c96abe

Contents?: true

Size: 571 Bytes

Versions: 1

Compression:

Stored size: 571 Bytes

Contents

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

Echoe.new('autonzb', '0.4') 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 Rakefile