lolita-i18n 0.4.0 → 0.4.2
Sign up to get free protection for your applications and to get access to all the features.
- data/.document +4 -4
- data/.rspec +1 -1
- data/LICENSE.txt +20 -20
- data/lib/lolita-i18n/version.rb +2 -2
- metadata +45 -40
data/.document
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
lib/**/*.rb
|
2
|
-
-
|
3
|
-
features/**/*.feature
|
4
|
-
LICENSE.txt
|
1
|
+
lib/**/*.rb
|
2
|
+
-
|
3
|
+
features/**/*.feature
|
4
|
+
LICENSE.txt
|
data/.rspec
CHANGED
@@ -1 +1 @@
|
|
1
|
-
--color
|
1
|
+
--color
|
data/LICENSE.txt
CHANGED
@@ -1,20 +1,20 @@
|
|
1
|
-
Copyright (c) 2011 ITHouse (Latvia) and Arturs Meisters
|
2
|
-
|
3
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
4
|
-
a copy of this software and associated documentation files (the
|
5
|
-
"Software"), to deal in the Software without restriction, including
|
6
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
7
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
8
|
-
permit persons to whom the Software is furnished to do so, subject to
|
9
|
-
the following conditions:
|
10
|
-
|
11
|
-
The above copyright notice and this permission notice shall be
|
12
|
-
included in all copies or substantial portions of the Software.
|
13
|
-
|
14
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
15
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
16
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
17
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
18
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
19
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
20
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
1
|
+
Copyright (c) 2011 ITHouse (Latvia) and Arturs Meisters
|
2
|
+
|
3
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
4
|
+
a copy of this software and associated documentation files (the
|
5
|
+
"Software"), to deal in the Software without restriction, including
|
6
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
7
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
8
|
+
permit persons to whom the Software is furnished to do so, subject to
|
9
|
+
the following conditions:
|
10
|
+
|
11
|
+
The above copyright notice and this permission notice shall be
|
12
|
+
included in all copies or substantial portions of the Software.
|
13
|
+
|
14
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
15
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
16
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
17
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
18
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
19
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
20
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/lib/lolita-i18n/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lolita-i18n
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -11,11 +11,11 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2012-09-
|
14
|
+
date: 2012-09-12 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: lolita
|
18
|
-
requirement:
|
18
|
+
requirement: !ruby/object:Gem::Requirement
|
19
19
|
none: false
|
20
20
|
requirements:
|
21
21
|
- - ~>
|
@@ -23,10 +23,15 @@ dependencies:
|
|
23
23
|
version: 3.2.0.rc.9
|
24
24
|
type: :runtime
|
25
25
|
prerelease: false
|
26
|
-
version_requirements:
|
26
|
+
version_requirements: !ruby/object:Gem::Requirement
|
27
|
+
none: false
|
28
|
+
requirements:
|
29
|
+
- - ~>
|
30
|
+
- !ruby/object:Gem::Version
|
31
|
+
version: 3.2.0.rc.9
|
27
32
|
- !ruby/object:Gem::Dependency
|
28
33
|
name: hiredis
|
29
|
-
requirement:
|
34
|
+
requirement: !ruby/object:Gem::Requirement
|
30
35
|
none: false
|
31
36
|
requirements:
|
32
37
|
- - ~>
|
@@ -34,10 +39,15 @@ dependencies:
|
|
34
39
|
version: 0.3.1
|
35
40
|
type: :runtime
|
36
41
|
prerelease: false
|
37
|
-
version_requirements:
|
42
|
+
version_requirements: !ruby/object:Gem::Requirement
|
43
|
+
none: false
|
44
|
+
requirements:
|
45
|
+
- - ~>
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: 0.3.1
|
38
48
|
- !ruby/object:Gem::Dependency
|
39
49
|
name: redis
|
40
|
-
requirement:
|
50
|
+
requirement: !ruby/object:Gem::Requirement
|
41
51
|
none: false
|
42
52
|
requirements:
|
43
53
|
- - ~>
|
@@ -45,10 +55,15 @@ dependencies:
|
|
45
55
|
version: 2.2.2
|
46
56
|
type: :runtime
|
47
57
|
prerelease: false
|
48
|
-
version_requirements:
|
58
|
+
version_requirements: !ruby/object:Gem::Requirement
|
59
|
+
none: false
|
60
|
+
requirements:
|
61
|
+
- - ~>
|
62
|
+
- !ruby/object:Gem::Version
|
63
|
+
version: 2.2.2
|
49
64
|
- !ruby/object:Gem::Dependency
|
50
65
|
name: yajl-ruby
|
51
|
-
requirement:
|
66
|
+
requirement: !ruby/object:Gem::Requirement
|
52
67
|
none: false
|
53
68
|
requirements:
|
54
69
|
- - ~>
|
@@ -56,10 +71,15 @@ dependencies:
|
|
56
71
|
version: 1.0.0
|
57
72
|
type: :runtime
|
58
73
|
prerelease: false
|
59
|
-
version_requirements:
|
74
|
+
version_requirements: !ruby/object:Gem::Requirement
|
75
|
+
none: false
|
76
|
+
requirements:
|
77
|
+
- - ~>
|
78
|
+
- !ruby/object:Gem::Version
|
79
|
+
version: 1.0.0
|
60
80
|
- !ruby/object:Gem::Dependency
|
61
81
|
name: unicode_utils
|
62
|
-
requirement:
|
82
|
+
requirement: !ruby/object:Gem::Requirement
|
63
83
|
none: false
|
64
84
|
requirements:
|
65
85
|
- - ~>
|
@@ -67,7 +87,12 @@ dependencies:
|
|
67
87
|
version: 1.3.0
|
68
88
|
type: :runtime
|
69
89
|
prerelease: false
|
70
|
-
version_requirements:
|
90
|
+
version_requirements: !ruby/object:Gem::Requirement
|
91
|
+
none: false
|
92
|
+
requirements:
|
93
|
+
- - ~>
|
94
|
+
- !ruby/object:Gem::Version
|
95
|
+
version: 1.3.0
|
71
96
|
description: Lolita plugin, that enables .yml files management from administrative
|
72
97
|
interface. Also faster access to translations, that DB store
|
73
98
|
email: support@ithouse.lv
|
@@ -143,42 +168,22 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
143
168
|
- - ! '>='
|
144
169
|
- !ruby/object:Gem::Version
|
145
170
|
version: '0'
|
171
|
+
segments:
|
172
|
+
- 0
|
173
|
+
hash: 2115151081972697486
|
146
174
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
147
175
|
none: false
|
148
176
|
requirements:
|
149
177
|
- - ! '>='
|
150
178
|
- !ruby/object:Gem::Version
|
151
179
|
version: '0'
|
180
|
+
segments:
|
181
|
+
- 0
|
182
|
+
hash: 2115151081972697486
|
152
183
|
requirements: []
|
153
184
|
rubyforge_project:
|
154
|
-
rubygems_version: 1.8.
|
185
|
+
rubygems_version: 1.8.24
|
155
186
|
signing_key:
|
156
187
|
specification_version: 3
|
157
188
|
summary: Lolita plugin, that enables .yml management
|
158
|
-
test_files:
|
159
|
-
- spec/controllers/lolita/i18n_controller_spec.rb
|
160
|
-
- spec/helpers/lolita/i18n_helper_spec.rb
|
161
|
-
- spec/lolita-i18n/configuration_spec.rb
|
162
|
-
- spec/lolita-i18n/exceptions_spec.rb
|
163
|
-
- spec/lolita-i18n/request_spec.rb
|
164
|
-
- spec/lolita-i18n/version_spec.rb
|
165
|
-
- spec/lolita_i18n_spec.rb
|
166
|
-
- spec/rails_spec_helper.rb
|
167
|
-
- spec/requests/translating_spec.rb
|
168
|
-
- spec/requests/translation_list_spec.rb
|
169
|
-
- spec/routing/routes_spec.rb
|
170
|
-
- spec/spec_helper.rb
|
171
|
-
- spec/test_app/app/controllers/application_controller.rb
|
172
|
-
- spec/test_app/config/application.rb
|
173
|
-
- spec/test_app/config/boot.rb
|
174
|
-
- spec/test_app/config/enviroment.rb
|
175
|
-
- spec/test_app/config/enviroments/test.rb
|
176
|
-
- spec/test_app/config/initializers/lolita_i18n.rb
|
177
|
-
- spec/test_app/config/initializers/token.rb
|
178
|
-
- spec/test_app/config/locales/en.yml
|
179
|
-
- spec/test_app/config/locales/lv.yml
|
180
|
-
- spec/test_app/config/locales/ru.yml
|
181
|
-
- spec/test_app/config/mongoid.yml
|
182
|
-
- spec/test_app/config/routes.rb
|
183
|
-
- spec/test_app/log/.gitkeep
|
184
|
-
- spec/test_app/log/development.log
|
189
|
+
test_files: []
|