vpndetection-rails 2.0.1 → 2.0.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 +4 -4
- data/README.md +1 -1
- data/lib/vpndetection/rails/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e6ad3a270ae5c586a11511bb7585c36fb6a09e7f37d42f19279ca4295eae9a0f
|
|
4
|
+
data.tar.gz: c8b2517fe638654472d662c038d8b7ae76b8baa06895eec68fee30ce76d4acc3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d6fa8f6132ff2622f23044a92a0ec9574d17abfdf35bc4897bfe3878bfad81d7dd9ac885a979c41b18db53f72a19d45a9badecd93532100ef49b41992c0a7bf7
|
|
7
|
+
data.tar.gz: 5f4a185a13809c4426c9dc0f13c604c2765c014bd37e5b3ba091d5e4a1ef57dfd5d75c51bc3f36b70fb5962740145719f26d19df64850aedf63ab3dcc5c1c6e7
|
data/README.md
CHANGED
|
@@ -15,7 +15,7 @@ It is Rack middleware, so it works in Sinatra, Hanami, Roda or a bare Rack app t
|
|
|
15
15
|
bundle add vpndetection-rails
|
|
16
16
|
```
|
|
17
17
|
|
|
18
|
-
Requires Ruby 3.
|
|
18
|
+
Requires Ruby 3.3 or newer.
|
|
19
19
|
|
|
20
20
|
You need an API key. Create one in the [console](https://app.vpndetection.io); the free tier's allowance is counted per source address, and a server is a single source address, so a key is what makes this usable in production rather than optional.
|
|
21
21
|
|
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: 2.0.
|
|
4
|
+
version: 2.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mslm Dev
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
requirements:
|
|
30
30
|
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: '5.
|
|
32
|
+
version: '5.4'
|
|
33
33
|
- - "<"
|
|
34
34
|
- !ruby/object:Gem::Version
|
|
35
35
|
version: '6'
|
|
@@ -39,7 +39,7 @@ dependencies:
|
|
|
39
39
|
requirements:
|
|
40
40
|
- - ">="
|
|
41
41
|
- !ruby/object:Gem::Version
|
|
42
|
-
version: '5.
|
|
42
|
+
version: '5.4'
|
|
43
43
|
- - "<"
|
|
44
44
|
- !ruby/object:Gem::Version
|
|
45
45
|
version: '6'
|
|
@@ -73,7 +73,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
73
73
|
requirements:
|
|
74
74
|
- - ">="
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
|
-
version: '3.
|
|
76
|
+
version: '3.3'
|
|
77
77
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
78
78
|
requirements:
|
|
79
79
|
- - ">="
|