i18n_rails_helpers 0.5.6 → 0.5.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@ require 'i18n_rails_helpers'
2
2
  require 'rails'
3
3
 
4
4
  module I18nRailsHelpers
5
- class Railtie < Rails::Railtie
5
+ class Railtie < Rails::Engine
6
6
  initializer :after_initialize do
7
7
  ActionController::Base.helper I18nRailsHelpers
8
8
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 5
8
- - 6
9
- version: 0.5.6
8
+ - 7
9
+ version: 0.5.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - "Simon H\xC3\xBCrlimann"
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-07-24 00:00:00 +02:00
17
+ date: 2010-07-25 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency