oidc-test 0.8.10 → 0.8.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/Rakefile +1 -1
- data/lib/oidc/test/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: 560e2ffdb18b0e163aad450b2748b329cd382ba713088d2b46684fe158c57f24
|
4
|
+
data.tar.gz: 01ebcc7c0f9759143c2ca1c2b73fcf14416266f5f48e834cbf73a7d828f57b70
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3921c4b155a126f94d914dec8817545269732858c55cb3dcbe0beee3a4ed940bfbd086f955bff07dbe1793b23f4015cac8225d525dc0e6fbe3d2a3f8cfc430cb
|
7
|
+
data.tar.gz: 1b085e1f260e63c34311abab1c5557e576e77aa4eed9759979094a6bce7ee5d1a81bc456dbbfa57b18a647532f1a0d01e63950a8d84261b6594f219abc707ed7
|
data/Gemfile.lock
CHANGED
data/Rakefile
CHANGED
@@ -54,7 +54,7 @@ module Bundler
|
|
54
54
|
bundle = Sigstore::Signer.new(jwt:, trusted_root: Sigstore::TrustedRoot.production).sign(contents)
|
55
55
|
|
56
56
|
json = "\#{file}.sigstore.json"
|
57
|
-
File.binwrite(
|
57
|
+
File.binwrite(json, bundle.to_json)
|
58
58
|
puts "Signed \#{file}, wrote \#{json}"
|
59
59
|
RUBY
|
60
60
|
end
|
data/lib/oidc/test/version.rb
CHANGED