Sha256: ea75a9bdf14f1a09639835630a3d11518bcab5eee63abf3ddf15e053b7ed432b

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.2') 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.2 Rakefile