simple_geolocator 2.0.3 → 2.0.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +12 -0
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9511b2b7de79960f8a511224fc7001663c2fffc129f02b6a8bb4c6e50562733b
|
4
|
+
data.tar.gz: 50c89ef65d0560cc05a2235e29197f391c154ce581cf14a2a41fd06e0003cddf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c66d31532de7f93e6cfcef25b5ab3709ef90d726c3b5da9d32e4306923fc54885abac0b0535a330872da7ef66f527ebc43d885c829d0c4c1e2b3f4b0aa5bc830
|
7
|
+
data.tar.gz: ba34148f76e4351d328a2085ee95a2b528491210940d7a24bb515ab9e614cb3c88bc57ded2c959bb02188f340f5ad1b38e459b87832260a2d0aead4fd1d8cbed
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# Changelog
|
2
2
|
## Version 2
|
3
|
+
### Version 2.0.7
|
4
|
+
* Update Oj to version 3.12
|
5
|
+
|
6
|
+
### Version 2.0.6
|
7
|
+
* Update Oj to version 3.11
|
8
|
+
|
9
|
+
### Version 2.0.5
|
10
|
+
* Update Oj to version 3.10
|
11
|
+
|
12
|
+
### Version 2.0.4
|
13
|
+
* Update Oj to version 3.9
|
14
|
+
|
3
15
|
### Version 2.0.3
|
4
16
|
* Update Oj to version 3.8
|
5
17
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: simple_geolocator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eli Foster
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-08-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rainbow
|
@@ -58,14 +58,14 @@ dependencies:
|
|
58
58
|
requirements:
|
59
59
|
- - "~>"
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: '3.
|
61
|
+
version: '3.12'
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: '3.
|
68
|
+
version: '3.12'
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: data_types
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
@@ -98,7 +98,7 @@ licenses:
|
|
98
98
|
- MIT
|
99
99
|
metadata:
|
100
100
|
issue_tracker: https://github.com/elifoster/simple_geolocator/issues
|
101
|
-
post_install_message:
|
101
|
+
post_install_message:
|
102
102
|
rdoc_options: []
|
103
103
|
require_paths:
|
104
104
|
- lib
|
@@ -113,8 +113,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
113
113
|
- !ruby/object:Gem::Version
|
114
114
|
version: '0'
|
115
115
|
requirements: []
|
116
|
-
rubygems_version: 3.
|
117
|
-
signing_key:
|
116
|
+
rubygems_version: 3.2.9
|
117
|
+
signing_key:
|
118
118
|
specification_version: 4
|
119
119
|
summary: A Ruby gem for easily using the IP-API.com API to perform IP geolocation.
|
120
120
|
test_files: []
|