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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0dd92ab946196352480ea026ea14b427f321749dfabaabd347656577ffd4bbd8
4
- data.tar.gz: 240d426e2b920fdedd2e478d5bf32ea227bb01b015ab3c9a23df34dd852c5199
3
+ metadata.gz: de4c2e1e245901ab4c034bad5c0d8513480eae7dfed31eac653ac592f58010c0
4
+ data.tar.gz: 1281aa5488c2a1c13a0b7f9c0ac212bdbc0b1590d408b9557c6443f6f981898a
5
5
  SHA512:
6
- metadata.gz: 28320ed1e61dd13379ff99456d1fe417ff2e54320c2ad5dbad4735bce01f6a2c19ef99013e2bfb973f1a5cd2b6831b81ebc7721ba5bf73ee3a28fcfb6a33deb7
7
- data.tar.gz: 23679a1b7de164805ebbd9f09b7b2d8c6f9640dec5a43dae8c047752a357dd8a8b3cd0b1e8a74701a6f6c3ef71c753e43d73568c21d899ec1e09ad46b21ae5b2
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.0.0', '< 3.0.0'
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"
@@ -1,3 +1,3 @@
1
1
  module CS
2
- VERSION = "0.1.1"
2
+ VERSION = "1.1.0"
3
3
  end
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: 0.1.1
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-20 00:00:00.000000000 Z
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.0.0
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.1.6
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: []