ip_geo_lookup 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: 52397b7053c8f2c5428972a08b16b488685a7e64da77ae439e818f0514d36edf
4
- data.tar.gz: dcc0e4973ef2df48e0757c7aa5b283bae9a9f67806c3791f0a09145b67bbde3a
3
+ metadata.gz: 0601436e0e024d961710da12de5d7c10c35313d8897b7be079fc3390fa81ca6b
4
+ data.tar.gz: 32c4761630525ed6680b0c07702b57ede98620c14b1b46923540bb27b1413f0e
5
5
  SHA512:
6
- metadata.gz: f2a3490f5bd62a47a98774019dc7725701480bedf937ed5fb18f216cb64b8f52efcc1fbaf97dc894e5e9a051ff9a9bc882cfda04555d67ed561bdb0f8a7027e7
7
- data.tar.gz: 0a8c4db162262c7f61be45d08987e41d71337c15dfd61d4fa2c90245028c3032ad9ea486ffeae2a8426bd32839aa9a274f440b49e42d6614c783611058d0a792
6
+ metadata.gz: 90aba9801a0dee3934b96d87422384199c71c2789b93cb09597740c507c6495b832a7266736a019c91fa349909112a6e28bb874d0ebf6ef85bfc1ec03f794250
7
+ data.tar.gz: c8019c62235992b11a030166ffec4c797e1d2f610adaf95f0fcc3d743bd1a9ee28a8a748d18eddd13dedf7b722746a8f97d89b6b81caf0f745a9e580e3c1df29
data/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.1.1] - 2026-03-30
11
+
12
+ ### Fixed
13
+
14
+ - Fix CI actions
15
+
10
16
  ## [0.1.0] - 2026-03-30
11
17
 
12
18
  ### Added
@@ -27,5 +33,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
33
  - CI via GitHub Actions: test matrix (Ruby 2.6, 3.0, 4.0), StandardRB linting, automated gem publishing
28
34
  - Dependabot for actions and bundler dependency updates
29
35
 
30
- [Unreleased]: https://github.com/msuliq/ip_geo_lookup/compare/v0.1.0...HEAD
36
+ [Unreleased]: https://github.com/msuliq/ip_geo_lookup/compare/v0.1.1...HEAD
37
+ [0.1.1]: https://github.com/msuliq/ip_geo_lookup/compare/v0.1.0...v0.1.1
31
38
  [0.1.0]: https://github.com/msuliq/ip_geo_lookup/releases/tag/v0.1.0
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module IpGeoLookup
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ip_geo_lookup
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
  - Suleyman Musayev
@@ -23,6 +23,7 @@ files:
23
23
  - CHANGELOG.md
24
24
  - LICENSE
25
25
  - README.md
26
+ - data/GeoLite2-City.mmdb
26
27
  - lib/ip_geo_lookup.rb
27
28
  - lib/ip_geo_lookup/ip_address.rb
28
29
  - lib/ip_geo_lookup/mmdb.rb