translation_center 1.5.2 → 1.5.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/generators/translation_center/install/templates/config/translation_center.yml +1 -0
- data/lib/translation_center/acts_as_translator.rb +0 -2
- data/lib/translation_center/translation_helpers.rb +7 -12
- data/lib/translation_center/translations_transfer.rb +1 -0
- data/lib/translation_center/version.rb +1 -1
- data/test/dummy/config/locales/en.yml +4 -0
- data/test/dummy/config/translation_center.yml +1 -0
- data/test/dummy/log/development.log +35915 -0
- data/test/dummy/tmp/pids/server.pid +1 -0
- metadata +4 -2
@@ -0,0 +1 @@
|
|
1
|
+
12194
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: translation_center
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.5.
|
4
|
+
version: 1.5.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2013-05-
|
14
|
+
date: 2013-05-19 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: rails
|
@@ -348,6 +348,7 @@ files:
|
|
348
348
|
- test/dummy/public/favicon.ico
|
349
349
|
- test/dummy/public/500.html
|
350
350
|
- test/dummy/public/404.html
|
351
|
+
- test/dummy/tmp/pids/server.pid
|
351
352
|
- test/dummy/tmp/cache/assets/E64/640/sprockets%2Fdefdf9f0eddac95f602fd8d18c1c9c10
|
352
353
|
- test/dummy/tmp/cache/assets/C5A/9B0/sprockets%2F19a7fe49a7e548113c0b258139735629
|
353
354
|
- test/dummy/tmp/cache/assets/D01/3C0/sprockets%2Fd3ffab60d107685c7c005db15093237d
|
@@ -812,6 +813,7 @@ test_files:
|
|
812
813
|
- test/dummy/public/favicon.ico
|
813
814
|
- test/dummy/public/500.html
|
814
815
|
- test/dummy/public/404.html
|
816
|
+
- test/dummy/tmp/pids/server.pid
|
815
817
|
- test/dummy/tmp/cache/assets/E64/640/sprockets%2Fdefdf9f0eddac95f602fd8d18c1c9c10
|
816
818
|
- test/dummy/tmp/cache/assets/C5A/9B0/sprockets%2F19a7fe49a7e548113c0b258139735629
|
817
819
|
- test/dummy/tmp/cache/assets/D01/3C0/sprockets%2Fd3ffab60d107685c7c005db15093237d
|