Sha256: 276415f144b97f63b600715f681690a87bd9c4dad1cd2042092f9b678ee6ddc6

Contents?: true

Size: 573 Bytes

Versions: 1

Compression:

Stored size: 573 Bytes

Contents

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

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