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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6387f3facc84ace7b466243d6660b0b65cb40b66
4
- data.tar.gz: 0ceae85f00e7df330605f0044c5cba4e994a4200
3
+ metadata.gz: d2f5d5281567232c628edebeb550ea42ef9e371a
4
+ data.tar.gz: ff4b07338d41a87a3d2db5c660030b215d44fa1a
5
5
  SHA512:
6
- metadata.gz: 1f2317654a0e752a5bb97ffe110f0815229bf4e412334aee6297aebcc2962a95b9531de389157c9b8726c60312abfe51bbed582b6d2480c4928c4a290163bb54
7
- data.tar.gz: 7670e43434b1ee8cc339b86ea160fd211068a07e111a4408122d21596ce058ab1f200c9eb15c7b3c35bc9996c56065b0efb75d17df6ddc7ee0ad2a78f3736ced
6
+ metadata.gz: cdd43283c1ef22c618d927b3a14ddc6d737e6b0de126a6b7a933517669a5223281e1a6cbd29fd3f2fe899d3b2e3d0985c3344e4f5e2efa2c0e5ccff9e4fa003e
7
+ data.tar.gz: a439f9a21ff8af0f91e7331c8bf9fc162ed1b98035a7712abf65121d165d92ecd68441360f8b5a21f86c1d4061311971478394226e0aca9ebbf7f17418f8cd55
@@ -1,3 +1,3 @@
1
1
  module Torblocker
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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 = "Simple API to block unwanted access including Tor browser."
13
- spec.description = "Simple API to block unwanted access including Tor browser."
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.0
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: Simple API to block unwanted access including Tor browser.
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: Simple API to block unwanted access including Tor browser.
99
+ summary: Security API to block unwanted access from Tor browser and untrusted IPs
100
+ in one line of code.
99
101
  test_files: []