translations_ennder 1.0.3 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +3 -0
- data/lib/translations_ennder/rails.rb +2 -2
- data/version.txt +1 -1
- metadata +3 -3
data/History.txt
CHANGED
@@ -16,11 +16,11 @@ end
|
|
16
16
|
|
17
17
|
if Rails::VERSION::MAJOR < 3 then
|
18
18
|
Rails.configuration.after_initialize do
|
19
|
-
|
19
|
+
Rails.debugger.info "gem translations_ennder V#{TranslationsEnnder.version}, Railx V2.x.y, init_translations_ennder() dans after_initialize"
|
20
20
|
init_translations_ennder
|
21
21
|
end
|
22
22
|
else
|
23
|
-
|
23
|
+
Rails.debugger.info "gem translations_ennder V#{TranslationsEnnder.version}, Railx V3.x.y, init_translations_ennder()"
|
24
24
|
init_translations_ennder
|
25
25
|
end
|
26
26
|
|
data/version.txt
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.4
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: translations_ennder
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 31
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 1.0.
|
9
|
+
- 4
|
10
|
+
version: 1.0.4
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Ennder
|