bullion 0.5.0 → 0.5.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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/bullion/services/ca.rb +2 -1
- data/lib/bullion/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 56d18291c0ea53bad26341c758991fc355fd502dff0af9f63228b898581ec22e
|
4
|
+
data.tar.gz: 3cca92ceecec74f0571a84a9295ebd062baa7f8b607c45b0bca7d85032681067
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c597fba5cdec355e16599e7dce74cc388cc48bf52afee1f756d3cefd930131a359e097fb4094f7f599c99d3f0e9d62a9b6b6700ba4c458e0ada75acc239179b9
|
7
|
+
data.tar.gz: cd59c5e385d342823ddb57bffe8fdc958c158738ca61cc1d63431ed06c23819d59b1b8e16e812172dcefc43d2710fe10877004cd4b7dc1fe66ae71324eb36386
|
data/Gemfile.lock
CHANGED
data/lib/bullion/services/ca.rb
CHANGED
@@ -359,9 +359,10 @@ module Bullion
|
|
359
359
|
authorization.update!(status: "valid") unless authorization.status == "valid"
|
360
360
|
order = authorization.order
|
361
361
|
order.update!(status: "ready") unless order.status == "ready"
|
362
|
-
add_link_relation("up", uri("/authorizations/#{challenge.authorization.id}"))
|
363
362
|
end
|
364
363
|
|
364
|
+
add_link_relation("up", uri("/authorizations/#{challenge.authorization.id}"))
|
365
|
+
|
365
366
|
data.to_json
|
366
367
|
rescue Bullion::Acme::Error => e
|
367
368
|
content_type "application/problem+json"
|
data/lib/bullion/version.rb
CHANGED