tidy_i18n 0.1.0 → 0.1.1
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 +5 -13
- data/lib/tidy_i18n.rb +2 -0
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,15 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
5
|
-
data.tar.gz: !binary |-
|
6
|
-
ZTI0MjJjMjA4YjJlYmUzMDk0NGMyYmQxOWZiM2NhMmMyNzlhMjQ2ZA==
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 2cc9c8fb6cc742a277fb062ce63dcd1d21fd0a0f
|
4
|
+
data.tar.gz: a1fc1f79e14024171d180c0ca8492bd25b4eaccd
|
7
5
|
SHA512:
|
8
|
-
metadata.gz:
|
9
|
-
|
10
|
-
YjY3MzIxY2E4MjZkZmI2YjMxMjNkZDYyZjczM2Q5NTE2ZjQ2YzUyN2NkYTBm
|
11
|
-
NWJjYTg3YzljNDNlYzdjYTA0ZjgwZDBjM2JiNmQ2Y2QyNjY5YjU=
|
12
|
-
data.tar.gz: !binary |-
|
13
|
-
ZjM0OTZhZDMwNzY1ODNiMTg5ZTljZjRlOWI4NzJlNTNmNTRkYTY4MmZmNjgy
|
14
|
-
MTU1MzZiNTQ1OWZlOTExZGM0ZGY1OTZjNjNjNDNjYmRmM2VjZTk0MGZjNjk4
|
15
|
-
N2M0M2U1ZDA1Mzc1MGE3NDc3ZWZkMTA4MjBlYjkzNzgwZmRlMTQ=
|
6
|
+
metadata.gz: 5c303fcd4b8a11f37f69ae69f0c1c98ae9cd82b20230047a4ee89308ad97f613936686f8dcafb898055d278bd6e8058a29877ec3f41a84f6e884aee3a5ccba30
|
7
|
+
data.tar.gz: 1ac81a7259af465a200687c75600469dd02ca092ff40bb2e0739008058aa867914f61cb9192b0944f615fda742d2d1b8081a7c8ac3c8dd85f8e01ee15746cce4
|
data/lib/tidy_i18n.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tidy_i18n
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eric Meyer
|
@@ -14,14 +14,14 @@ dependencies:
|
|
14
14
|
name: i18n
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - ~>
|
17
|
+
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '0'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- - ~>
|
24
|
+
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '0'
|
27
27
|
description: Helpers for I18n. Add ways to encourage clean locale organization.
|
@@ -50,17 +50,17 @@ require_paths:
|
|
50
50
|
- lib
|
51
51
|
required_ruby_version: !ruby/object:Gem::Requirement
|
52
52
|
requirements:
|
53
|
-
- -
|
53
|
+
- - ">="
|
54
54
|
- !ruby/object:Gem::Version
|
55
55
|
version: '0'
|
56
56
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
57
57
|
requirements:
|
58
|
-
- -
|
58
|
+
- - ">="
|
59
59
|
- !ruby/object:Gem::Version
|
60
60
|
version: '0'
|
61
61
|
requirements: []
|
62
62
|
rubyforge_project:
|
63
|
-
rubygems_version: 2.
|
63
|
+
rubygems_version: 2.6.8
|
64
64
|
signing_key:
|
65
65
|
specification_version: 4
|
66
66
|
summary: Helpers for I18n
|