translation_center 1.6.4 → 1.6.5
Sign up to get free protection for your applications and to get access to all the features.
- data/app/models/translation_center/translation_key.rb +3 -3
- data/lib/tasks/translation_center.rake +1 -1
- data/lib/translation_center/translation_helpers.rb +2 -2
- data/lib/translation_center/version.rb +1 -1
- data/test/dummy/config/locales/en.yml +10 -454
- data/test/dummy/config/translation_center.yml +1 -1
- data/test/dummy/log/development.log +98690 -0
- data/test/dummy/tmp/pids/server.pid +1 -0
- metadata +6 -3
@@ -0,0 +1 @@
|
|
1
|
+
5515
|
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.6.
|
4
|
+
version: 1.6.5
|
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-07-
|
14
|
+
date: 2013-07-23 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: rails
|
@@ -332,6 +332,7 @@ files:
|
|
332
332
|
- test/dummy/public/favicon.ico
|
333
333
|
- test/dummy/public/500.html
|
334
334
|
- test/dummy/public/404.html
|
335
|
+
- test/dummy/tmp/pids/server.pid
|
335
336
|
- test/dummy/tmp/cache/assets/E64/640/sprockets%2Fdefdf9f0eddac95f602fd8d18c1c9c10
|
336
337
|
- test/dummy/tmp/cache/assets/C5A/9B0/sprockets%2F19a7fe49a7e548113c0b258139735629
|
337
338
|
- test/dummy/tmp/cache/assets/D01/3C0/sprockets%2Fd3ffab60d107685c7c005db15093237d
|
@@ -742,7 +743,8 @@ files:
|
|
742
743
|
- test/unit/helpers/translation_center/categories_helper_test.rb
|
743
744
|
- test/unit/helpers/translation_center/translations_helper_test.rb
|
744
745
|
homepage: http://github.com/BadrIT/translation_center
|
745
|
-
licenses:
|
746
|
+
licenses:
|
747
|
+
- MIT
|
746
748
|
post_install_message:
|
747
749
|
rdoc_options: []
|
748
750
|
require_paths:
|
@@ -835,6 +837,7 @@ test_files:
|
|
835
837
|
- test/dummy/public/favicon.ico
|
836
838
|
- test/dummy/public/500.html
|
837
839
|
- test/dummy/public/404.html
|
840
|
+
- test/dummy/tmp/pids/server.pid
|
838
841
|
- test/dummy/tmp/cache/assets/E64/640/sprockets%2Fdefdf9f0eddac95f602fd8d18c1c9c10
|
839
842
|
- test/dummy/tmp/cache/assets/C5A/9B0/sprockets%2F19a7fe49a7e548113c0b258139735629
|
840
843
|
- test/dummy/tmp/cache/assets/D01/3C0/sprockets%2Fd3ffab60d107685c7c005db15093237d
|