translations_ennder 0.9.5 → 0.9.6
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +4 -0
- data/lib/translations_ennder/rails.rb +3 -2
- data/version.txt +1 -1
- metadata +3 -3
data/History.txt
CHANGED
@@ -15,10 +15,11 @@ end
|
|
15
15
|
|
16
16
|
|
17
17
|
if Rails::VERSION::MAJOR < 3 then
|
18
|
-
Rails
|
19
|
-
|
18
|
+
Rails.configuration.after_initialize do
|
19
|
+
puts "Railx V2.x.y, init_translations_ennder() dans after_initialize"
|
20
20
|
init_translations_ennder
|
21
21
|
end
|
22
22
|
else
|
23
|
+
puts "Railx V3.x.y, init_translations_ennder()"
|
23
24
|
init_translations_ennder
|
24
25
|
end
|
data/version.txt
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.9.
|
1
|
+
0.9.6
|
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: 55
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 9
|
9
|
-
-
|
10
|
-
version: 0.9.
|
9
|
+
- 6
|
10
|
+
version: 0.9.6
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Ennder
|