rack_entra_id_auth 1.3.2 → 1.3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9aebad558da70d6fb398d2a7042989b52ae2c7968fc3eac2233c0ae6ee4ee7be
4
- data.tar.gz: 04bfdd91084705a72f4ebb4fc3dbddd6afa074c22784368918ecf3166a6626d2
3
+ metadata.gz: bbee29e061f4499a9a8ddfe96f7cb76a0c57c25fa98a10d2edbe830ba832dccd
4
+ data.tar.gz: dd246584193ba03782c92e41a7b72e32824c8ecd4515678b4ed39e6e5ec35c8a
5
5
  SHA512:
6
- metadata.gz: 8d81c38f9ac7b5e71904ae21e6210ef326265c502f9654a1075aa88e5b8fe15b3b4722afb9288ae57c4028dd350cd9c0f6ab4130dc082beeee80bc0e94ee6d76
7
- data.tar.gz: 56624b5e0e8c5301668638b82883218a3238e4fb86620f706d4d9642b58b83c48122a127f7188fa9146dc57fd5ae9399a263d3a95d96a77d43f52b706e4ac12d
6
+ metadata.gz: e4c3cee936287beec22c6593a36c18e4d82f4b0d99ba9a4d768bddd7108b661f24cbe32b5082697ebb3a166f44fc9230c0d6419bd8865705e2f8e0a1934f4a03
7
+ data.tar.gz: c88a785fea49772f49920d7b09dfbeeb116675b4111d652ecf237bc0fbcd9d6fc9c331c0e0d04af1a0295d6c6eee19946589a16ae502672c63d9d9d8c423352a
@@ -87,7 +87,7 @@ module RackEntraIdAuth
87
87
  end
88
88
 
89
89
  def ruby_saml_settings
90
- config.to_h.slice(*RUBY_SAML_SETTINGS)
90
+ config.to_h.slice(*RUBY_SAML_SETTINGS).compact
91
91
  end
92
92
  end
93
93
  end
@@ -1,3 +1,3 @@
1
1
  module RackEntraIdAuth
2
- VERSION = '1.3.2'
2
+ VERSION = '1.3.3'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack_entra_id_auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.2
4
+ version: 1.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Susco
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-08-21 00:00:00.000000000 Z
10
+ date: 2025-11-13 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: activesupport
@@ -118,7 +118,7 @@ licenses:
118
118
  - MIT
119
119
  metadata:
120
120
  bug_tracker_uri: https://github.com/dsusco/rack_entra_id_auth/issues
121
- changelog_uri: https://github.com/dsusco/rack_entra_id_auth/releases/tag/v1.3.2
121
+ changelog_uri: https://github.com/dsusco/rack_entra_id_auth/releases/tag/v1.3.3
122
122
  homepage_uri: https://github.com/dsusco/rack_entra_id_auth
123
123
  source_code_uri: https://github.com/dsusco/rack_entra_id_auth
124
124
  rdoc_options: []