lolita-i18n 0.5.7 → 0.5.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f500d667490e09464baaa16c0e26b6583c375064
4
- data.tar.gz: 5a4fcd9e2cff8e7d718fb649ac27940da5ac7517
3
+ metadata.gz: 6e5138ec7584b8924d644fbdf5210d07021a98df
4
+ data.tar.gz: 7433808df5d5c62bd594e9d301474024db92201f
5
5
  SHA512:
6
- metadata.gz: a223a81628cde28509ba332550755f55a2be4c7168a20c779508af178d68cb3ac5880e2426ee941b14c38ad4560567f6c386c2be6273c668178af3d7dc56db19
7
- data.tar.gz: ae6b940f0014e20deaa3637229da21d56f9e9dde966083868001a3df40bd3244119710639a18ad9bd010c319b11bdd93e32b25ab8b20d6b6f711493f7f8f1681
6
+ metadata.gz: 355a5f74f03657cced91847a71b3c4916782f3e29b41bc09c125c3723565da58f83a581c069fe233a03b70b55f646ab03b9c1d65f79ee6758edb81d54af0bed5
7
+ data.tar.gz: 52503276485d844629a3da615608f6479407c8fb025fc63a70d2c6d87a6137acbdb2275c7013926b0fcdda227ee3337b94cebb31577e19b6a79f7ae2b797dea9
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.
@@ -1,7 +1,7 @@
1
1
  module Lolita
2
2
  module I18n
3
3
  class Version
4
- VERSION = "0.5.7"
4
+ VERSION = "0.5.8"
5
5
 
6
6
  def self.to_s
7
7
  VERSION
data/lolita-i18n.gemspec CHANGED
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
24
24
  s.add_runtime_dependency(%q<redis>, ["~> 3.0"])
25
25
  s.add_runtime_dependency(%q<yajl-ruby>,["~> 1.1"])
26
26
  s.add_runtime_dependency(%q<unicode_utils>,["~> 1.4"])
27
- s.add_runtime_dependency(%q<axlsx>,["~> 2.0"])
27
+ s.add_runtime_dependency(%q<axlsx>,[">= 2.0.1"])
28
28
  s.files = `git ls-files`.split("\n")
29
29
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
30
30
  s.require_paths = ["lib"]
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.5.7
4
+ version: 0.5.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - ITHouse (Latvia)
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2015-01-09 00:00:00.000000000 Z
13
+ date: 2015-06-17 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: lolita
@@ -100,16 +100,16 @@ dependencies:
100
100
  name: axlsx
101
101
  requirement: !ruby/object:Gem::Requirement
102
102
  requirements:
103
- - - "~>"
103
+ - - ">="
104
104
  - !ruby/object:Gem::Version
105
- version: '2.0'
105
+ version: 2.0.1
106
106
  type: :runtime
107
107
  prerelease: false
108
108
  version_requirements: !ruby/object:Gem::Requirement
109
109
  requirements:
110
- - - "~>"
110
+ - - ">="
111
111
  - !ruby/object:Gem::Version
112
- version: '2.0'
112
+ version: 2.0.1
113
113
  description: Lolita plugin, that enables .yml files management from administrative
114
114
  interface. Also faster access to translations, that DB store
115
115
  email: support@ithouse.lv
@@ -195,7 +195,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
195
195
  version: '0'
196
196
  requirements: []
197
197
  rubyforge_project:
198
- rubygems_version: 2.2.0
198
+ rubygems_version: 2.2.2
199
199
  signing_key:
200
200
  specification_version: 4
201
201
  summary: Lolita plugin, that enables .yml management
@@ -225,4 +225,3 @@ test_files:
225
225
  - spec/test_app/config/mongoid.yml
226
226
  - spec/test_app/config/routes.rb
227
227
  - spec/test_app/log/.gitkeep
228
- has_rdoc: