Sha256: cd32f8bc306dfa32b03f1e6dad43ae0841b8f9fb1c5271975fe060ada2e2decd
Contents?: true
Size: 695 Bytes
Versions: 4
Compression:
Stored size: 695 Bytes
Contents
require 'spec/rake/spectask' Spec::Rake::SpecTask.new {|t| t.spec_opts = ['--color']} task :default do puts `rake spec VERSION=2.3.9 RSPEC_COLOR=1` puts `rake spec VERSION=3.0.0 RSPEC_COLOR=1` end begin require 'jeweler' Jeweler::Tasks.new do |gem| gem.name = 'gettext_i18n_rails' gem.summary = "Simple FastGettext Rails integration." gem.email = "grosser.michael@gmail.com" gem.homepage = "http://github.com/grosser/#{gem.name}" gem.authors = ["Michael Grosser"] gem.add_dependency 'fast_gettext' end Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler, or one of its dependencies, is not available. Install it with: sudo gem install jeweler" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
gettext_i18n_rails-0.2.8 | Rakefile |
gettext_i18n_rails-0.2.7 | Rakefile |
gettext_i18n_rails-0.2.6 | Rakefile |
gettext_i18n_rails-0.2.5 | Rakefile |