distributed-press-api-client 0.5.2 → 0.5.3
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
- checksums.yaml.gz.sig +0 -0
- data/lib/distributed_press/v1/social/client.rb +1 -1
- data/lib/distributed_press/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f7e4e49cb1103910b9773a20abf64bbba998ffc605c5746b0302e90f99728eea
|
4
|
+
data.tar.gz: 014f38dadfe6efcff991a8793a290e79460043cc6c6b3d8c97181d868feb59c9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e15b956699327db35b73b0af172ed3970c2d26bb82e2993057c253526242a735043c636e63d0938f9237679a5076b6b7342624bf6da432bd9771776f75c448c2
|
7
|
+
data.tar.gz: 8769c84484390019b825f40eabd3e8d967aef69efae982758e04390a0659daa209823a9206d794cbfe3394f2f81589aea2c50ae5878cf63ad86ed85f3a70df6a
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
@@ -233,7 +233,7 @@ class DistributedPress
|
|
233
233
|
# after the request is instantiated. No need to process
|
234
234
|
# cookies for now. Uses the public key URL as a caching key so
|
235
235
|
# we revalidate access on shared caches.
|
236
|
-
options = { body: body, headers: headers, base_uri: url, parser: parser, stream_body: true, timeout:
|
236
|
+
options = { body: body, headers: headers, base_uri: url, parser: parser, stream_body: true, timeout: 20 }
|
237
237
|
options = HTTParty::ModuleInheritableAttributes.hash_deep_dup(self.class.default_options).merge(options)
|
238
238
|
response_body = ''.dup
|
239
239
|
|
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: distributed-press-api-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- f
|
@@ -35,7 +35,7 @@ cert_chain:
|
|
35
35
|
cpurTQHNJfL/ah+9dYbgDXdG5HAAjRMAsWSvERw95YdN9XzQZCdUk5wUs+A6cNtO
|
36
36
|
AZZUMTVYNx8JqUeemxlXBRjsD/s=
|
37
37
|
-----END CERTIFICATE-----
|
38
|
-
date: 2025-
|
38
|
+
date: 2025-03-25 00:00:00.000000000 Z
|
39
39
|
dependencies:
|
40
40
|
- !ruby/object:Gem::Dependency
|
41
41
|
name: addressable
|
metadata.gz.sig
CHANGED
Binary file
|