icu_utils 1.3.2 → 1.3.3
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 -5
- data/Gemfile.lock +3 -3
- data/lib/icu_utils/federation.rb +2 -2
- data/lib/icu_utils/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: d8823c1decf545644b1ac61bcf42c48f7b5d85149da3c884494ec1a93d474152
|
4
|
+
data.tar.gz: a5747efbb915c4235254e0b818bd45915ed749f143856d5efa4a39dc7cf34b13
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3ecd3f8632ce4025f1c8c1891c6ca5db7ec05147a71fda585c1a9b96d6b2e7545f2225c6ef5e469683f28c424980f65431d18fcee1169c1bfdf420bc600bb98b
|
7
|
+
data.tar.gz: ef95f4ae1cf6a534208e7906a702b39822dcd87ce8d8cf4ead00eb57efdb8d26e348b9186cd01092644a79b70250ba89146573f7dff9f18a918072ff1d1f5a52
|
data/Gemfile.lock
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
icu_utils (1.3.
|
4
|
+
icu_utils (1.3.3)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: https://rubygems.org/
|
8
8
|
specs:
|
9
9
|
diff-lcs (1.2.5)
|
10
10
|
rake (10.4.2)
|
11
|
-
rdoc (4.
|
11
|
+
rdoc (4.3.0)
|
12
12
|
rspec (3.2.0)
|
13
13
|
rspec-core (~> 3.2.0)
|
14
14
|
rspec-expectations (~> 3.2.0)
|
@@ -34,4 +34,4 @@ DEPENDENCIES
|
|
34
34
|
rspec (~> 3.2)
|
35
35
|
|
36
36
|
BUNDLED WITH
|
37
|
-
1.
|
37
|
+
1.17.3
|
data/lib/icu_utils/federation.rb
CHANGED
@@ -240,7 +240,7 @@ module ICU
|
|
240
240
|
['KGZ', 'Kyrgyzstan'],
|
241
241
|
['LAO', 'Laos'],
|
242
242
|
['LAT', 'Latvia'],
|
243
|
-
['
|
243
|
+
['LBN', 'Lebanon'],
|
244
244
|
['LES', 'Lesotho'],
|
245
245
|
['LBR', 'Liberia'],
|
246
246
|
['LBA', 'Libya'],
|
@@ -298,7 +298,7 @@ module ICU
|
|
298
298
|
['SRB', 'Serbia'],
|
299
299
|
['SEY', 'Seychelles'],
|
300
300
|
['SLE', 'Sierra Leone'],
|
301
|
-
['
|
301
|
+
['SGP', 'Singapore'],
|
302
302
|
['SVK', 'Slovakia'],
|
303
303
|
['SLO', 'Slovenia'],
|
304
304
|
['SOL', 'Solomon Islands'],
|
data/lib/icu_utils/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: icu_utils
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mark Orr
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-10-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -116,8 +116,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
116
116
|
- !ruby/object:Gem::Version
|
117
117
|
version: '0'
|
118
118
|
requirements: []
|
119
|
-
|
120
|
-
rubygems_version: 2.6.10
|
119
|
+
rubygems_version: 3.1.6
|
121
120
|
signing_key:
|
122
121
|
specification_version: 4
|
123
122
|
summary: Shared ICU utilities
|