vpndetection-rails 1.0.0 → 2.0.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 +4 -4
- data/lib/vpndetection/rails/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a0271f66c8eba02bb1eb73fd47819dfb40103accdd47e871db46c58248668956
|
|
4
|
+
data.tar.gz: e66a1048c24c033b0c9abb1619e8792d1c73d793c1bf158d63c5d9ec88b80b35
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ec08541f3fce47515e1d5a10a0a91af5eadfa5b7f0d83ccbfdafc1e6ca638dd616976caff4e7cf93417865a8a6255e9db0b1e25c7732c5cb5591f51952ec3d2d
|
|
7
|
+
data.tar.gz: 9f617a575706fc2b86ed9de1180e3ef5a4f4e93c497634fc9a34209add85f48fc5fd6be9ce1a4be581c6e44b38c524de43d951b7a8fe701c4a68485b123b042b
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vpndetection-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 2.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mslm Dev
|
|
@@ -29,20 +29,20 @@ dependencies:
|
|
|
29
29
|
requirements:
|
|
30
30
|
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version:
|
|
32
|
+
version: '5.0'
|
|
33
33
|
- - "<"
|
|
34
34
|
- !ruby/object:Gem::Version
|
|
35
|
-
version: '
|
|
35
|
+
version: '6'
|
|
36
36
|
type: :runtime
|
|
37
37
|
prerelease: false
|
|
38
38
|
version_requirements: !ruby/object:Gem::Requirement
|
|
39
39
|
requirements:
|
|
40
40
|
- - ">="
|
|
41
41
|
- !ruby/object:Gem::Version
|
|
42
|
-
version:
|
|
42
|
+
version: '5.0'
|
|
43
43
|
- - "<"
|
|
44
44
|
- !ruby/object:Gem::Version
|
|
45
|
-
version: '
|
|
45
|
+
version: '6'
|
|
46
46
|
description: Classifies the visitor behind each request - VPN, residential proxy,
|
|
47
47
|
Tor, hosting, CDN, relay - and hands the answer to your controllers. Rack middleware,
|
|
48
48
|
so it works in Sinatra, Hanami and Roda too; a Railtie inserts it for you in Rails.
|