gettext_i18n_rails 0.5.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gettext_i18n_rails (0.5.0)
4
+ gettext_i18n_rails (0.5.1)
5
5
  fast_gettext
6
6
 
7
7
  GEM
@@ -14,9 +14,6 @@ if defined?(Rails::Railtie)
14
14
  if app.config.gettext_i18n_rails.use_for_active_record_attributes
15
15
  ActiveSupport.on_load :active_record do
16
16
  extend GettextI18nRails::ActiveRecord
17
- end
18
-
19
- ActiveSupport.on_load :active_model do
20
17
  require 'gettext_i18n_rails/active_model.rb'
21
18
  end
22
19
  end
@@ -1,3 +1,3 @@
1
1
  module GettextI18nRails
2
- Version = VERSION = '0.5.0'
2
+ Version = VERSION = '0.5.1'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gettext_i18n_rails
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 9
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 0
10
- version: 0.5.0
9
+ - 1
10
+ version: 0.5.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Michael Grosser
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-05-19 00:00:00 Z
18
+ date: 2012-05-22 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: fast_gettext