Sha256: dc80a624e0887aac2d9377d52fa97a3a63f081f637af4b344c5ab8f215002e3c
Contents?: true
Size: 581 Bytes
Versions: 1
Compression:
Stored size: 581 Bytes
Contents
# Rakefile require 'rubygems' require 'rake' require 'echoe' Echoe.new('autosub', '0.3') do |p| p.description = "Ruby tool to automatically download subtitles (srt) inside your TV Shows folder" p.url = "http://github.com/pirate/autosub" p.author = "Pirate" p.email = "pirate.2061@gmail.com" p.ignore_pattern = ["tmp/*", "script/*"] p.executable_pattern = "bin/autosub" p.runtime_dependencies = ["hpricot", "rubyzip", "optiflag", "simple-rss", "mechanize"] 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-autosub-0.3 | Rakefile |