Sha256: e223e192049f5df9aa3fed377ef43cbb3c2bb1caa1be613b9c1acc609d173951
Contents?: true
Size: 570 Bytes
Versions: 1
Compression:
Stored size: 570 Bytes
Contents
# Rakefile require 'rubygems' require 'rake' require 'echoe' Echoe.new('autosub', '0.2.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"] 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.2.3 | Rakefile |