city-state 0.1.1 → 1.1.0
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/CHANGELOG.md +0 -8
- data/city-state.gemspec +1 -1
- data/lib/city-state/version.rb +1 -1
- metadata +7 -12
- data/lib/db/cities.us +0 -22186
- data/lib/db/states.us +0 -52
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: de4c2e1e245901ab4c034bad5c0d8513480eae7dfed31eac653ac592f58010c0
|
|
4
|
+
data.tar.gz: 1281aa5488c2a1c13a0b7f9c0ac212bdbc0b1590d408b9557c6443f6f981898a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f45761dbeea611a09a47d3145a7630d832d8aa94ce7a50348b5a844bfbdb07d76635cf66c97b4af6a1ed769d92c70a7c574a2733d45d822aa88aa6f37547b102
|
|
7
|
+
data.tar.gz: 1c7388bfb33e8a6977df12870155e8ef0d4a0982be98ad06f75b151c172d9d3ca6c27518b8081cf964f3353ffa683d180e8e9042dc8f02e5b7a06f448ba8d9a3
|
data/CHANGELOG.md
CHANGED
|
@@ -5,14 +5,6 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
-
## [0.1.1] - 2023-08-19
|
|
9
|
-
|
|
10
|
-
### Changed
|
|
11
|
-
- Updated `required_ruby_version` to restrict compatibility to Ruby 2.x. This version of the gem is now explicitly compatible only with Ruby 2. [@9f97d06](https://github.com/thecodecrate/city-state/commit/9f97d060c9774778497e624d05c45309fdaf5d68)
|
|
12
|
-
|
|
13
|
-
### Notes
|
|
14
|
-
- Users running Ruby 3 or newer should refer to version `1.1.0` or later for compatibility.
|
|
15
|
-
|
|
16
8
|
## [1.1.0] - 2023-08-14
|
|
17
9
|
|
|
18
10
|
### Added
|
data/city-state.gemspec
CHANGED
|
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
|
|
|
22
22
|
] + Dir["lib/**/*"] + Dir["spec/**/*"]
|
|
23
23
|
spec.require_paths = ["lib"]
|
|
24
24
|
|
|
25
|
-
spec.required_ruby_version = '>= 2.
|
|
25
|
+
spec.required_ruby_version = '>= 2.6.0'
|
|
26
26
|
|
|
27
27
|
spec.add_development_dependency "bundler", ">= 1.7"
|
|
28
28
|
spec.add_development_dependency "rake", ">= 11.0"
|
data/lib/city-state/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: city-state
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel Loureiro
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-08-
|
|
11
|
+
date: 2023-08-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -81,17 +81,15 @@ files:
|
|
|
81
81
|
- lib/city-state.rb
|
|
82
82
|
- lib/city-state/version.rb
|
|
83
83
|
- lib/db/GeoLite2-City-Locations-en.csv
|
|
84
|
-
- lib/db/cities.us
|
|
85
84
|
- lib/db/countries.yml
|
|
86
85
|
- lib/db/states-replace.yml
|
|
87
|
-
- lib/db/states.us
|
|
88
86
|
- spec/city_state_spec.rb
|
|
89
87
|
- spec/spec_helper.rb
|
|
90
88
|
homepage: https://github.com/thecodecrate/city-state
|
|
91
89
|
licenses:
|
|
92
90
|
- MIT
|
|
93
91
|
metadata: {}
|
|
94
|
-
post_install_message:
|
|
92
|
+
post_install_message:
|
|
95
93
|
rdoc_options: []
|
|
96
94
|
require_paths:
|
|
97
95
|
- lib
|
|
@@ -99,18 +97,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
99
97
|
requirements:
|
|
100
98
|
- - ">="
|
|
101
99
|
- !ruby/object:Gem::Version
|
|
102
|
-
version: 2.
|
|
103
|
-
- - "<"
|
|
104
|
-
- !ruby/object:Gem::Version
|
|
105
|
-
version: 3.0.0
|
|
100
|
+
version: 2.6.0
|
|
106
101
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
107
102
|
requirements:
|
|
108
103
|
- - ">="
|
|
109
104
|
- !ruby/object:Gem::Version
|
|
110
105
|
version: '0'
|
|
111
106
|
requirements: []
|
|
112
|
-
rubygems_version: 3.
|
|
113
|
-
signing_key:
|
|
107
|
+
rubygems_version: 3.3.26
|
|
108
|
+
signing_key:
|
|
114
109
|
specification_version: 4
|
|
115
110
|
summary: Simple list of cities and states of the world
|
|
116
111
|
test_files: []
|