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 +4 -4
- data/CHANGELOG.md +8 -1
- data/data/GeoLite2-City.mmdb +0 -0
- data/lib/ip_geo_lookup/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0601436e0e024d961710da12de5d7c10c35313d8897b7be079fc3390fa81ca6b
|
|
4
|
+
data.tar.gz: 32c4761630525ed6680b0c07702b57ede98620c14b1b46923540bb27b1413f0e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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
|
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.
|
|
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
|