verifip 0.1.0 → 0.1.3
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/lib/verifip/version.rb +1 -1
- data/verifip.gemspec +3 -1
- metadata +6 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 39a2f4b5fe5b0b7cbc370abbd41b9b8a7e2c889457fe0fdf9d3b8f60a2249d7d
|
|
4
|
+
data.tar.gz: ade1fe47fe5a282cb294b6067b51ff13c7a460eaacc28b56ffee6f7e1fad7ab1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aa930099c48ad8577cc80f243ba7ea609668ad15121865d89f235df679cd3d4d378130f869629769ad89d0460242a007019b01677b3abeeb354b7ae72efbdac3
|
|
7
|
+
data.tar.gz: 6164e4ec8ef2b5f042cde74f2b2aaec81ebbf1375f339fc7511023fd6dcc616c681057cdfdec1385658ed4f65efc99f1949cdad05e2aa3f6755b759343a7326e
|
data/lib/verifip/version.rb
CHANGED
data/verifip.gemspec
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
|
+
require_relative "lib/verifip/version"
|
|
2
|
+
|
|
1
3
|
Gem::Specification.new do |s|
|
|
2
4
|
s.name = "verifip"
|
|
3
|
-
s.version =
|
|
5
|
+
s.version = VerifIP::VERSION
|
|
4
6
|
s.summary = "Official Ruby SDK for the VerifIP IP fraud scoring API"
|
|
5
7
|
s.description = "Ruby client library for the VerifIP API. Check IP addresses " \
|
|
6
8
|
"for fraud risk, VPN/proxy/Tor detection, geolocation, and more."
|
metadata
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: verifip
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- VerifIP
|
|
8
|
+
autorequire:
|
|
8
9
|
bindir: bin
|
|
9
10
|
cert_chain: []
|
|
10
|
-
date:
|
|
11
|
+
date: 2026-04-22 00:00:00.000000000 Z
|
|
11
12
|
dependencies:
|
|
12
13
|
- !ruby/object:Gem::Dependency
|
|
13
14
|
name: rspec
|
|
@@ -62,6 +63,7 @@ metadata:
|
|
|
62
63
|
documentation_uri: https://docs.verifip.com
|
|
63
64
|
homepage_uri: https://github.com/verifip/verifip-ruby
|
|
64
65
|
source_code_uri: https://github.com/verifip/verifip-ruby
|
|
66
|
+
post_install_message:
|
|
65
67
|
rdoc_options: []
|
|
66
68
|
require_paths:
|
|
67
69
|
- lib
|
|
@@ -76,7 +78,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
76
78
|
- !ruby/object:Gem::Version
|
|
77
79
|
version: '0'
|
|
78
80
|
requirements: []
|
|
79
|
-
rubygems_version:
|
|
81
|
+
rubygems_version: 3.5.22
|
|
82
|
+
signing_key:
|
|
80
83
|
specification_version: 4
|
|
81
84
|
summary: Official Ruby SDK for the VerifIP IP fraud scoring API
|
|
82
85
|
test_files: []
|