Sha256: 4db14be8de0b8ab8d04aff74c1c90d7fde371699e6ad3b2496e24547a8bc0588

Contents?: true

Size: 450 Bytes

Versions: 13

Compression:

Stored size: 450 Bytes

Contents

require 'rubygems'
if ENV['VERSION']
  puts "running VERSION #{ENV['VERSION']}"
  gem 'actionpack', ENV['VERSION']
  gem 'activerecord', ENV['VERSION']
  gem 'activesupport', ENV['VERSION']
  gem 'actionmailer', ENV['VERSION']
end

$LOAD_PATH << File.expand_path("../lib", File.dirname(__FILE__))

require 'active_support'
require 'active_record'
require 'action_controller'
require 'action_mailer'
require 'fast_gettext'
require 'gettext_i18n_rails'

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
gettext_i18n_rails-0.2.17 spec/spec_helper.rb
gettext_i18n_rails-0.2.16 spec/spec_helper.rb
gettext_i18n_rails-0.2.15 spec/spec_helper.rb
gettext_i18n_rails-0.2.14 spec/spec_helper.rb
gettext_i18n_rails-0.2.13 spec/spec_helper.rb
gettext_i18n_rails-0.2.12 spec/spec_helper.rb
gettext_i18n_rails-0.2.11 spec/spec_helper.rb
gettext_i18n_rails-0.2.10 spec/spec_helper.rb
gettext_i18n_rails-0.2.9 spec/spec_helper.rb
gettext_i18n_rails-0.2.8 spec/spec_helper.rb
gettext_i18n_rails-0.2.7 spec/spec_helper.rb
gettext_i18n_rails-0.2.6 spec/spec_helper.rb
gettext_i18n_rails-0.2.5 spec/spec_helper.rb