certificate-transparency-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 +5 -5
- data/lib/certificate-transparency/client.rb +0 -5
- metadata +3 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 6890d5a0660b3602ec6c0f3711f977c73a8803262de83df63be55163b51d2dba
|
|
4
|
+
data.tar.gz: 3919eb750cd3bfcc80bb32a9c422eeece839b155598506451069e4c364f3bb8e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c0ca46a2abf23a5e517f156034b4e6b8d3f0624277dc51644817e10d4d0d9349613c6672301ccb2bd66e7e02f67adf1a3832b7eea282ae67acc3fe88fe82bc33
|
|
7
|
+
data.tar.gz: 40a92a922070c3ff69c4f8608a3e30665966541a756d861a18d5416a3f6ee00a26080adaef71e69c03128acf601f58cd552a1bde6ea9847830ffdd9b4039e35a
|
|
@@ -146,11 +146,6 @@ class CertificateTransparency::Client
|
|
|
146
146
|
"Failed to #{op}: got HTTP #{resp.code}"
|
|
147
147
|
end
|
|
148
148
|
|
|
149
|
-
if resp["Content-Type"] !~ /^application\/json($|;)/
|
|
150
|
-
raise CT::Client::HTTPError,
|
|
151
|
-
"Failed to #{op}: received incorrect Content-Type (#{resp["Content-Type"]})"
|
|
152
|
-
end
|
|
153
|
-
|
|
154
149
|
resp.body
|
|
155
150
|
end
|
|
156
151
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: certificate-transparency-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
|
- Matt Palmer
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-12-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: certificate-transparency
|
|
@@ -203,10 +203,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
203
203
|
- !ruby/object:Gem::Version
|
|
204
204
|
version: '0'
|
|
205
205
|
requirements: []
|
|
206
|
-
|
|
207
|
-
rubygems_version: 2.2.2
|
|
206
|
+
rubygems_version: 3.2.5
|
|
208
207
|
signing_key:
|
|
209
208
|
specification_version: 4
|
|
210
209
|
summary: A client for RFC6962 Certificate Transparency log servers
|
|
211
210
|
test_files: []
|
|
212
|
-
has_rdoc:
|