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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 29c329eb9d3ddab801e63af0bb651bd67c316691eee9b9a9ddb34df4dfcf6cd1
4
- data.tar.gz: 9f8430d1845758a8cf7f4f26ee971a028bef6947d69c9f3d7587c65335f49bc0
3
+ metadata.gz: 00bdbc0fc90f98ca1f85ee0cedc03071821fe1091a37f6563453c725ba3b0865
4
+ data.tar.gz: fd022939c9ef6194f968c81af2591b23c34a95f901cad77885be876fcd259ed6
5
5
  SHA512:
6
- metadata.gz: 62bd6f1bba61457c89aedf25cc423f34d69222c24f94d608954bbcec9a2edc0e4621bb8cfb5cf03fd8de3c09c843240cad9f9e505e0fe54b71972156bf99679a
7
- data.tar.gz: d7ce3b1f406dfa783694355fd2665131011b7e5c33ac076afd9a203d81037aecf375e3f9f061e0223ac1968d74a916af926f15e04a04754494310b49c73eda81
6
+ metadata.gz: 3675714c2b18c74078777f7bbc8d8af2ec9804fc1fb389e33eaafc7147b048865532bbdb7f33ed56cfb0354c0a07bbc39acd5e0515443ee84abe0a04490cbb4d
7
+ data.tar.gz: e0bf537cef5f34ba7be577bf858d9fd98b9506e206d343ebb7c40b394dd245c17537fc990597f052acf8621463225fa1a0be9bf211e2a4ee175489e7449f90d5
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- country_code_lite (0.1.0)
4
+ country_code_lite (0.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -38,4 +38,4 @@ DEPENDENCIES
38
38
  rspec (~> 3.0)
39
39
 
40
40
  BUNDLED WITH
41
- 2.1.4
41
+ 2.3.14
@@ -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/_code_lite"
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
 
@@ -717,7 +717,7 @@
717
717
  -
718
718
  name: 挪威
719
719
  en_name: Norway
720
- code: NO
720
+ code: 'NO'
721
721
  number: 47
722
722
  -
723
723
  name: 阿曼
@@ -1,3 +1,3 @@
1
1
  module CountryCodeLite
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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: 2021-06-16 00:00:00.000000000 Z
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/_code_lite
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/_code_lite
95
- source_code_uri: https://github.com/42up/_code_lite
96
- changelog_uri: https://github.com/42up/_code_lite
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.1.4
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: []