ipcheck 0.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.
Files changed (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +45 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 8e25628359eb26fb9c8f7e6fc875b5ddf8f8fe2de67d3b69dbe5fdf232ba20e1
4
+ data.tar.gz: '08520b2c923eb4485418143c7522c6434bf0d43668d179002cc6fbd308411378'
5
+ SHA512:
6
+ metadata.gz: d9fb9f66d4062d4e07e41b45d8bcd35eec1ca8d1e586fc2e0b646d18f99d70e166fca839593b27173eb337df085e4e2e554e43e588a91fc24e9e6393f43af1f1
7
+ data.tar.gz: f15b71388873486fef42d41973f6801beb69be3ed6bee44cdc6fab704a995960ae5fc47a0918d92c114a91c41c7ebcb5f865e964a22416c79c24c21d17c2a3d3
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ipcheck
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Ivan Zabrodin
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2024-02-12 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Check IP geolocation with https://ip-api.com
14
+ email:
15
+ - xvanx84@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files: []
20
+ homepage: https://github.com/EvanBrightside/ipcheck
21
+ licenses: []
22
+ metadata:
23
+ rubygems_mfa_required: 'true'
24
+ source_code_uri: https://github.com/EvanBrightside/ipcheck
25
+ changelog_uri: https://github.com/EvanBrightside/ipcheck
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: '3.2'
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubygems_version: 3.4.20
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: Check IP geolocation
45
+ test_files: []