oidc-test 0.8.6 → 0.8.7

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: 7cb1d25dafb67ccec1e6716e16db4c0c0db78f1b9eb05a44f2b02c1a91593196
4
- data.tar.gz: 9bb71339c5b838af7225032d75572f751ded4e0ff424a62c9663f65aa8e8c795
3
+ metadata.gz: 51693c8a72aefdacd6564c30fe86ca8d70ef2013b5a60bc271e6c219528365e3
4
+ data.tar.gz: 528e74b34be17980e0d57c23799a36f4923e164a80d425747fc05cbcc0982698
5
5
  SHA512:
6
- metadata.gz: 7b82ba9b07cae40b4cecb293f238c60791c4d9f5209ca8b1220b0ef623326397233d2e133feb004b172477eafd02727f4a5b27f80f18cfc8f92b1ea2b69266ca
7
- data.tar.gz: 7d177eefff30c0b34671ee5bbac81b25d942f0f5c1a6b7caf25c2b0f351d32b36b1571dd5eb454071245654802a5a92ca6fb8a71820de440a52410ee87b693d7
6
+ metadata.gz: 6c447bb2f95f66e2138fc5838efcec86ef21a79e464cd1a6bb35d969d845a8bc8178e9f505718a8b1bd937045a404dffd99e269a37cb18c4fff2239050f7354f
7
+ data.tar.gz: f7afab2bbc8191d7ac75108b592c5c77bef9639cbcc4f8337119ad94f94a472aa715f3333f4bab9de9cb06a99b1af4c80c6028f46c4d37fc7de7507960d135e6
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- oidc-test (0.8.6)
4
+ oidc-test (0.8.7)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/Rakefile CHANGED
@@ -27,7 +27,7 @@ module Bundler
27
27
  cmd = [{ "RUBYOPT" => "-r#{File.expand_path("tasks/rubygems_patch.rb", __dir__)} #{ENV["RUBYOPT"]}",
28
28
  "gem_attestation_path" => "#{path}.sigstore.json" }, *gem_command, "push", path]
29
29
  cmd << "--key" << gem_key if gem_key
30
- cmd << "--host" << gem_push_host if gem_push_host
30
+ cmd << "--host" << allowed_push_host if allowed_push_host
31
31
  sh_with_input(cmd)
32
32
  Bundler.ui.confirm "Pushed #{name} #{version} to #{gem_push_host}"
33
33
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Oidc
4
4
  module Test
5
- VERSION = "0.8.6"
5
+ VERSION = "0.8.7"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oidc-test
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.6
4
+ version: 0.8.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Giddins