proxied_request 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/proxied_request/version.rb +1 -1
- data/proxied_request.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 35d6aae1afb0f6f68c1f3ff19f33afc1655cb220e3965d98989fc100359e5ccf
|
4
|
+
data.tar.gz: f929eeb436f3eb033a4835d368e5d57b37b93091ed265b792bc1a9e90fb8797a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aa1f2afdb0c470d02de176a4ee5e2a6393abb0e3664f0194cb4c5d24c0650e151a2f4306ddc2704abe8065037169a5d708a7bbb052bd5f8b86d0a3fe678393d1
|
7
|
+
data.tar.gz: da011be4a27cc2ec438b162772b8b24fec8b17182ffcba2e858192a5b93128f47146cd82bf3a6b36e5f24aa71464c878465bc45362e23b556e2dcf12f0596b3b
|
data/proxied_request.gemspec
CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.authors = ["plusleft"]
|
9
9
|
spec.email = ["107749872+0xleft@users.noreply.github.com"]
|
10
10
|
|
11
|
-
spec.summary = "Make HTTP requests through a proxy."
|
11
|
+
spec.summary = "Make HTTP requests through a tor as proxy."
|
12
12
|
spec.homepage = "https://github.com/0xleft/proxiedrequest"
|
13
13
|
spec.license = "MIT"
|
14
14
|
spec.required_ruby_version = ">= 2.6.0"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: proxied_request
|
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
|
- plusleft
|
@@ -54,5 +54,5 @@ requirements: []
|
|
54
54
|
rubygems_version: 3.4.10
|
55
55
|
signing_key:
|
56
56
|
specification_version: 4
|
57
|
-
summary: Make HTTP requests through a proxy.
|
57
|
+
summary: Make HTTP requests through a tor as proxy.
|
58
58
|
test_files: []
|