verifip 0.1.0 → 0.1.2

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: dacef2f215d3e573f691c0919822285a87362ad9dad135d2976669b2e7585c8d
4
- data.tar.gz: 17051feb5eb6c39f5c7a8a2bfafaac1ea6fa9ee31279c7f51a593f8c922a8dcf
3
+ metadata.gz: 97164660fdca6b48e4763eeefd9d8fb8e704ce74b1fa5d474aaa2df6d1e7fa0d
4
+ data.tar.gz: ec4b4d4b08e257b5cd3385abba720108628967ad112e1a2d7372cf67a2aaa307
5
5
  SHA512:
6
- metadata.gz: 5c9314aac5692163a7d465eda51e45dc46c7751b6044f4a4fcf1ce8205ca044819cbcc19ae9a4273dbba06aace7b66b6ba471d4ade68071cf20a0eb66cf35185
7
- data.tar.gz: 56b179f20e5ad461f7bf2641a6d6535be366f97f11481db5a658d503efc7167054fa196322a74b76aab48b9802c95a26b148989f0cedd05f2158b5f11b0467e9
6
+ metadata.gz: b8ecaef837118a58f170289a62a0ff851b8147b698ce789a67e31d3c097611b66d8b980f20aec3caba3d80cf1650e8b655a92fabf8b5aa50e933ead52dae4d93
7
+ data.tar.gz: 7d5a4b5e63196d8fd30e06b82bff873731bbf583f6633845f09ed4c1bfa4efa958ad85e1c6d689cb28b39a4af673a725976273bbc09298a395792069633b66bf
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module VerifIP
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.2"
5
5
  end
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 = "0.1.0"
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.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - VerifIP
8
+ autorequire:
8
9
  bindir: bin
9
10
  cert_chain: []
10
- date: 1980-01-02 00:00:00.000000000 Z
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: 4.0.2
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: []