torblocker 0.1.0 → 0.1.1
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/torblocker/version.rb +1 -1
- data/torblocker.gemspec +2 -2
- metadata +5 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d2f5d5281567232c628edebeb550ea42ef9e371a
|
|
4
|
+
data.tar.gz: ff4b07338d41a87a3d2db5c660030b215d44fa1a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cdd43283c1ef22c618d927b3a14ddc6d737e6b0de126a6b7a933517669a5223281e1a6cbd29fd3f2fe899d3b2e3d0985c3344e4f5e2efa2c0e5ccff9e4fa003e
|
|
7
|
+
data.tar.gz: a439f9a21ff8af0f91e7331c8bf9fc162ed1b98035a7712abf65121d165d92ecd68441360f8b5a21f86c1d4061311971478394226e0aca9ebbf7f17418f8cd55
|
data/lib/torblocker/version.rb
CHANGED
data/torblocker.gemspec
CHANGED
|
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["chienomi"]
|
|
10
10
|
spec.email = ["hq@torblocker.com"]
|
|
11
11
|
|
|
12
|
-
spec.summary = "
|
|
13
|
-
spec.description = "
|
|
12
|
+
spec.summary = "Security API to block unwanted access from Tor browser and untrusted IPs in one line of code."
|
|
13
|
+
spec.description = "Security API to block unwanted access from Tor browser and untrusted IPs in one line of code."
|
|
14
14
|
spec.homepage = "https://torblocker.com"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: torblocker
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- chienomi
|
|
@@ -52,7 +52,8 @@ dependencies:
|
|
|
52
52
|
- - ">="
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0'
|
|
55
|
-
description:
|
|
55
|
+
description: Security API to block unwanted access from Tor browser and untrusted
|
|
56
|
+
IPs in one line of code.
|
|
56
57
|
email:
|
|
57
58
|
- hq@torblocker.com
|
|
58
59
|
executables: []
|
|
@@ -95,5 +96,6 @@ rubyforge_project:
|
|
|
95
96
|
rubygems_version: 2.4.6
|
|
96
97
|
signing_key:
|
|
97
98
|
specification_version: 4
|
|
98
|
-
summary:
|
|
99
|
+
summary: Security API to block unwanted access from Tor browser and untrusted IPs
|
|
100
|
+
in one line of code.
|
|
99
101
|
test_files: []
|