translations_ennder 1.0.5 → 1.0.6
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +5 -1
- data/lib/translations_ennder/rails.rb +2 -2
- data/version.txt +1 -1
- metadata +3 -3
data/History.txt
CHANGED
@@ -26,4 +26,8 @@
|
|
26
26
|
* trace au démarrage de la version du gem
|
27
27
|
|
28
28
|
== 1.0.5 / 2011-03-21
|
29
|
-
* correction régression introduite par V1.0.3
|
29
|
+
* correction régression introduite par V1.0.3
|
30
|
+
|
31
|
+
== 1.0.5 / 2011-03-21
|
32
|
+
* correction régression introduite par V1.0.4
|
33
|
+
eh oui désolé je n'ai pas de procédure de test encore...
|
@@ -16,11 +16,11 @@ end
|
|
16
16
|
|
17
17
|
if Rails::VERSION::MAJOR < 3 then
|
18
18
|
Rails.configuration.after_initialize do
|
19
|
-
Rails.
|
19
|
+
Rails.logger.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
|
-
Rails.
|
23
|
+
Rails.logger.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.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: 27
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 1.0.
|
9
|
+
- 6
|
10
|
+
version: 1.0.6
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Ennder
|