Sha256: 87ce558589a538a24850b43895c13843d7d9db562154c51a67f40166b4e4cb66
Contents?: true
Size: 840 Bytes
Versions: 2
Compression:
Stored size: 840 Bytes
Contents
task :default => [:test] task :test do ruby "test/all.rb" end require File.expand_path("lib/i18n/version", File.dirname(__FILE__)) begin require 'jeweler' Jeweler::Tasks.new do |s| s.name = "i18n" s.version = I18n::VERSION 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,vendor}/**/*"] 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 & 2 rubygems
Version | Path |
---|---|
activesupport-2.3.6.pre | lib/active_support/vendor/i18n-0.3.3/Rakefile |
i18n-0.3.3 | Rakefile |