vpndetection 1.4.0 → 1.5.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 61370f27acc1d441f1702d4f3175db88e98ba99fb4939713a2f68c52483c6d26
4
- data.tar.gz: da533a4067d406f96d5b0ecc930be9a76d9c2f410cf5a3c61a0d5ccb26e95a19
3
+ metadata.gz: 494df86ea7837d0bece886aebb52001bc564c17cf036f29d8f6b5af330409b18
4
+ data.tar.gz: 913cb9db19bae8a71710c2341d48a62b14b3ce15f798916b61fb0e42fe426088
5
5
  SHA512:
6
- metadata.gz: c3cc5f5ef9def4e2e02218f198ec63f1f1d72ae39dc8128455689d7905755460d729842a64363c04e9547da738b0dbc0d24fcb3927d2fba782572ff6512a75bf
7
- data.tar.gz: 0e5ef9c66651db04caf353862592b838804321c9d34f304ae219a97b77651b43c14400dd97038460a5f7ba360f86a517729532e44a4d1cdfa6916116d3f78baa
6
+ metadata.gz: 590641a2d6fe98764c4fab9b979ea631216aff00bed50ecee06c57d33cde1f1d92fb26fb848b04dd0bad9fca2047a95fe5bd88da9e286d2abed4a7acc972b768
7
+ data.tar.gz: 1feb98f56fbd86e20f99c4271bc5494c260dddaeee2de544e410f4a7d333c1846d7751bb6b0d4df978bb910cc1138e9330e5f475c37ef87a99a2b06669e5e84f
@@ -34,13 +34,13 @@ module VPNDetection
34
34
  # Whether the address belongs to a CDN. Starter and above.
35
35
  attr_accessor :is_cdn
36
36
 
37
- # Whether the address was seen in a residential proxy pool. Max only.
37
+ # Whether the address was seen in a residential proxy pool. Scale and above.
38
38
  attr_accessor :is_resproxy
39
39
 
40
- # Whether the address was seen in a datacenter proxy pool. Max only.
40
+ # Whether the address was seen in a datacenter proxy pool. Scale and above.
41
41
  attr_accessor :is_dcproxy
42
42
 
43
- # Whether the address was seen in a mobile proxy pool. Max only.
43
+ # Whether the address was seen in a mobile proxy pool. Scale and above.
44
44
  attr_accessor :is_mobproxy
45
45
 
46
46
  # Detail for `is_vpn`. Empty when `is_vpn` is false. Starter and above.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module VPNDetection
4
- VERSION = '1.4.0'
4
+ VERSION = '1.5.0'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vpndetection
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mslm Dev