i18n-analyzer 0.1.3 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/i18n/analyzer/version.rb +1 -1
- metadata +11 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1b2b9718616c78d263e0c2105e982e97d4aef726c438031bf50a82be4fa88449
|
4
|
+
data.tar.gz: 70082dfb58580e9269f8fd1acb88dbe9e15f2f3b73ad5fafaf7093043e77a80f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2f83a249f81aa1b623044a91fbd0ff95d5bb211b85a63fb2622920c39e78d8cbbca933764851b27f07e9da49f7f8aad4d611be3cc877d1f0c4c72f4c1c4d2e94
|
7
|
+
data.tar.gz: 31003127d67574a3c06a13c21ad5b28a521796bbffaeece43b2302faf3555bb46d638b67104093bdcc4aa16904bda51b6e68bb8bcf1961acfc5150d2b5069a5f
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: i18n-analyzer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- opencircle-operator
|
@@ -33,16 +33,22 @@ dependencies:
|
|
33
33
|
name: haml
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|
35
35
|
requirements:
|
36
|
-
- - "
|
36
|
+
- - ">="
|
37
37
|
- !ruby/object:Gem::Version
|
38
|
-
version: '5'
|
38
|
+
version: '5.0'
|
39
|
+
- - "<"
|
40
|
+
- !ruby/object:Gem::Version
|
41
|
+
version: '7.0'
|
39
42
|
type: :runtime
|
40
43
|
prerelease: false
|
41
44
|
version_requirements: !ruby/object:Gem::Requirement
|
42
45
|
requirements:
|
43
|
-
- - "
|
46
|
+
- - ">="
|
44
47
|
- !ruby/object:Gem::Version
|
45
|
-
version: '5'
|
48
|
+
version: '5.0'
|
49
|
+
- - "<"
|
50
|
+
- !ruby/object:Gem::Version
|
51
|
+
version: '7.0'
|
46
52
|
description: I18n-Analyzer is a small and mountable gem developed by open-circle-ltd
|
47
53
|
for analyzing I18n translations. It gives you an additional page, where you can
|
48
54
|
exactly see, what is translated and what is still missing, from model classes to
|