Sha256: 74ce92532b483efe2d67a0059c0d81a8bfb2baff095b0d5229e36be15a4070bc

Contents?: true

Size: 733 Bytes

Versions: 10

Compression:

Stored size: 733 Bytes

Contents

task :default => [:test]

task :test do
  ruby "test/all.rb"
end

begin
  require 'jeweler'
  Jeweler::Tasks.new do |s|
    s.name = "i18n"
    s.rubyforge_project = "i18n"
    s.summary = "New wave Internationalization support for Ruby"
    s.email = "rails-i18n@googlegroups.com"
    s.homepage = "http://rails-i18n.org"
    s.description = "Add Internationalization support to your Ruby application."
    s.authors = ['Sven Fuchs', 'Joshua Harvey', 'Matt Aimonetti', 'Stephan Soller', 'Saimon Moore']
    s.files =  FileList["[A-Z]*", "{lib,test}/**/*"]
  end
rescue LoadError
  puts "Jeweler, or one of its dependencies, is not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end

Version data entries

10 entries across 10 versions & 6 rubygems

Version Path
lawrencepit-i18n-0.2.0.1 Rakefile
pepe-i18n-0.2.0 Rakefile
thedarkone-i18n-0.2.0 Rakefile
theoooo-i18n-0.2.0 Rakefile
polish-0.0.5 lib/vendor/i18n/Rakefile
polish-0.0.4 lib/vendor/i18n/Rakefile
polish-0.0.3 lib/vendor/i18n/Rakefile
polish-0.0.2 lib/vendor/i18n/Rakefile
i18n-0.3.0 Rakefile
polish-0.0.1 lib/vendor/i18n/Rakefile