saml_idp 0.0.3 → 0.0.4
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.
- data/lib/saml_idp/metadata_builder.rb +1 -1
- data/lib/saml_idp/version.rb +1 -1
- metadata +3 -3
|
@@ -30,7 +30,7 @@ module SamlIdp
|
|
|
30
30
|
build_attribute descriptor
|
|
31
31
|
end
|
|
32
32
|
|
|
33
|
-
entity.AttributeAuthorityDescriptor ID:
|
|
33
|
+
entity.AttributeAuthorityDescriptor ID: reference_id_generator.call,
|
|
34
34
|
protocolSupportEnumeration: protocol_enumeration do |authority_descriptor|
|
|
35
35
|
build_key_descriptor authority_descriptor
|
|
36
36
|
build_organization authority_descriptor
|
data/lib/saml_idp/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: saml_idp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -344,7 +344,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
344
344
|
version: '0'
|
|
345
345
|
segments:
|
|
346
346
|
- 0
|
|
347
|
-
hash: -
|
|
347
|
+
hash: -3042265295546617319
|
|
348
348
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
349
349
|
none: false
|
|
350
350
|
requirements:
|
|
@@ -353,7 +353,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
353
353
|
version: '0'
|
|
354
354
|
segments:
|
|
355
355
|
- 0
|
|
356
|
-
hash: -
|
|
356
|
+
hash: -3042265295546617319
|
|
357
357
|
requirements: []
|
|
358
358
|
rubyforge_project:
|
|
359
359
|
rubygems_version: 1.8.25
|