country_code_lite 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 +4 -4
- data/Gemfile.lock +2 -2
- data/country_code_lite.gemspec +1 -1
- data/lib/country_code_lite/country_codes.yml +1 -1
- data/lib/country_code_lite/version.rb +1 -1
- metadata +10 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 00bdbc0fc90f98ca1f85ee0cedc03071821fe1091a37f6563453c725ba3b0865
|
|
4
|
+
data.tar.gz: fd022939c9ef6194f968c81af2591b23c34a95f901cad77885be876fcd259ed6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3675714c2b18c74078777f7bbc8d8af2ec9804fc1fb389e33eaafc7147b048865532bbdb7f33ed56cfb0354c0a07bbc39acd5e0515443ee84abe0a04490cbb4d
|
|
7
|
+
data.tar.gz: e0bf537cef5f34ba7be577bf858d9fd98b9506e206d343ebb7c40b394dd245c17537fc990597f052acf8621463225fa1a0be9bf211e2a4ee175489e7449f90d5
|
data/Gemfile.lock
CHANGED
data/country_code_lite.gemspec
CHANGED
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
|
|
9
9
|
spec.summary = "country code lib"
|
|
10
10
|
spec.description = "country code lib"
|
|
11
|
-
spec.homepage = "https://github.com/42up/
|
|
11
|
+
spec.homepage = "https://github.com/42up/country_code_lite"
|
|
12
12
|
spec.license = "MIT"
|
|
13
13
|
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
|
|
14
14
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: country_code_lite
|
|
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
|
- 42up
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-09-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -87,14 +87,14 @@ files:
|
|
|
87
87
|
- lib/country_code_lite.rb
|
|
88
88
|
- lib/country_code_lite/country_codes.yml
|
|
89
89
|
- lib/country_code_lite/version.rb
|
|
90
|
-
homepage: https://github.com/42up/
|
|
90
|
+
homepage: https://github.com/42up/country_code_lite
|
|
91
91
|
licenses:
|
|
92
92
|
- MIT
|
|
93
93
|
metadata:
|
|
94
|
-
homepage_uri: https://github.com/42up/
|
|
95
|
-
source_code_uri: https://github.com/42up/
|
|
96
|
-
changelog_uri: https://github.com/42up/
|
|
97
|
-
post_install_message:
|
|
94
|
+
homepage_uri: https://github.com/42up/country_code_lite
|
|
95
|
+
source_code_uri: https://github.com/42up/country_code_lite
|
|
96
|
+
changelog_uri: https://github.com/42up/country_code_lite
|
|
97
|
+
post_install_message:
|
|
98
98
|
rdoc_options: []
|
|
99
99
|
require_paths:
|
|
100
100
|
- lib
|
|
@@ -109,8 +109,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
109
109
|
- !ruby/object:Gem::Version
|
|
110
110
|
version: '0'
|
|
111
111
|
requirements: []
|
|
112
|
-
rubygems_version: 3.
|
|
113
|
-
signing_key:
|
|
112
|
+
rubygems_version: 3.2.32
|
|
113
|
+
signing_key:
|
|
114
114
|
specification_version: 4
|
|
115
115
|
summary: country code lib
|
|
116
116
|
test_files: []
|