Sha256: 6af36e36444bfe4196d71ec8d8be934885cd558fc3f78f8b0c0af969e223b185

Contents?: true

Size: 737 Bytes

Versions: 15

Compression:

Stored size: 737 Bytes

Contents

task :spec do
  sh "rspec spec"
end

task :default do
  sh "RAILS=2.3.14 && (bundle || bundle install) && bundle exec rake spec"
  sh "RAILS=3.0.9 && (bundle || bundle install) && bundle exec rake spec"
  sh "RAILS=3.1.0 && (bundle || bundle install) && bundle exec rake spec"
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"]
  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

15 entries across 15 versions & 2 rubygems

Version Path
nulogy-gettext_i18n_rails-0.4.6.2 Rakefile
nulogy-gettext_i18n_rails-0.4.6.1 Rakefile
gettext_i18n_rails-0.4.6 Rakefile
gettext_i18n_rails-0.4.5 Rakefile
gettext_i18n_rails-0.4.4 Rakefile
gettext_i18n_rails-0.4.3 Rakefile
gettext_i18n_rails-0.4.2 Rakefile
gettext_i18n_rails-0.4.1 Rakefile
gettext_i18n_rails-0.4.0 Rakefile
gettext_i18n_rails-0.3.6 Rakefile
gettext_i18n_rails-0.3.5 Rakefile
gettext_i18n_rails-0.3.4 Rakefile
gettext_i18n_rails-0.3.3 Rakefile
gettext_i18n_rails-0.3.2 Rakefile
gettext_i18n_rails-0.3.1 Rakefile