proxied_request 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
  SHA256:
3
- metadata.gz: 5590485b177d091030b6ef71d5966c6dc5933e6267a0ce5e067ee03021b2c316
4
- data.tar.gz: 4f1eb2de2674174e61b106e7031f8c797e4e9d0063f771727e8c7f8874d6c830
3
+ metadata.gz: 35d6aae1afb0f6f68c1f3ff19f33afc1655cb220e3965d98989fc100359e5ccf
4
+ data.tar.gz: f929eeb436f3eb033a4835d368e5d57b37b93091ed265b792bc1a9e90fb8797a
5
5
  SHA512:
6
- metadata.gz: b143ad0e824660f7485514680fc20728374dc3a56dfd789e5db2492f9ec204ac8d2bce2a7a19d44b02ebd38c0ccc0c81272a142d6bfdcf19acd682d6c53678f0
7
- data.tar.gz: 2036d716fd5caa09a47031d746945398df8223d2afa2469d8975f6e07ec76319114e2e97887a22f68b8f9f5f855e4e081b1d0182a3286b6e6d30bc50e2cabe29
6
+ metadata.gz: aa1f2afdb0c470d02de176a4ee5e2a6393abb0e3664f0194cb4c5d24c0650e151a2f4306ddc2704abe8065037169a5d708a7bbb052bd5f8b86d0a3fe678393d1
7
+ data.tar.gz: da011be4a27cc2ec438b162772b8b24fec8b17182ffcba2e858192a5b93128f47146cd82bf3a6b36e5f24aa71464c878465bc45362e23b556e2dcf12f0596b3b
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ProxiedRequest
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
@@ -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.0
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: []