Sha256: e4792727c7ff94573bdb854acb3a5f69d6f2792e88e61b04155a8e9d1048476c
Contents?: true
Size: 621 Bytes
Versions: 1
Compression:
Stored size: 621 Bytes
Contents
require 'rubygems' require 'rake' require 'echoe' Echoe.new('gtranslate', '0.9.1') do | config | config.description = <<-EOF GTranslate uses the Google translate API to translate a phrase from one language to another. EOF config.summary = "Translates a phrase from one language to another" config.url = 'http://github.com/caius/gtranslate' config.author = 'Caius Durling' config.email = 'dev@caius.name' config.ignore_pattern = ['tmp/*', 'script/*'] config.development_dependencies = ["httparty"] end Dir["#{File.dirname(__FILE__)}/tasks/*.rake"].sort.each do | rake_file | load rake_file end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
caius-gtranslate-0.9.1 | Rakefile |