Sha256: df09d1198afc02a36140cabd33512cf6f0c396c4989775889b61e8c8af01b9dd

Contents?: true

Size: 776 Bytes

Versions: 2

Compression:

Stored size: 776 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}/**/*"]
    s.add_dependency('ruby2ruby', '1.2.2')
  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

2 entries across 2 versions & 1 rubygems

Version Path
theoooo-i18n-0.2.1 Rakefile
theoooo-i18n-0.2.2 Rakefile