saml-kit 0.2.10 → 0.2.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e2deef2c819d3c504c5f5555e8a23aa0acb264f6770873262749454ebfdbd196
4
- data.tar.gz: d626b0565324c8395bc8d13d5952e798919cabb1462ac64101a04f696b5842b0
3
+ metadata.gz: 3b17d6e67c0342733456fdee9e58558179676a4080d30eb2ad7915de9803dc9c
4
+ data.tar.gz: 972b8a7c9bde4fe28b82e67f5bcaa9752df484c6c09e9b4eaa1131db1c088691
5
5
  SHA512:
6
- metadata.gz: 8f9c61f5c92f27893418dd16bf79e6eb092374c88083a7f1764e758484182f55624c6b6956b14dc9ff78b14175313fbca9492873996488309ed6ba4ab4076f6d
7
- data.tar.gz: 247d482f32aa92924cc8601d773d3d988b6d3646c08c28911ce6f25449d8264ffa141fd28cf431dd64807acdf6473e41c034222a1585de0acd80e9fdc49047a5
6
+ metadata.gz: b88ee1a08f313d7d48ef33ec4d09b9ce620939b4bb81bb40865c78b941c1756fd69a6e2ad6440faa13260d5c619b08bcb435629d1974c6f9d9655a9006e0d1cd
7
+ data.tar.gz: fc65fdf9ad747aaf5473535b05d3a29c91331a6c6208b0daaf6e5e4a97b06b33d0e93026eccfb13f5364974c907052ffb58812f6893d43584ba0acb7c830d5e4
data/README.md CHANGED
@@ -32,7 +32,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
32
32
 
33
33
  ## Contributing
34
34
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/mokhan/saml-kit.
35
+ Bug reports and pull requests are welcome on GitLab at https://gitlab.com/xlgmokha/saml-kit.
36
36
 
37
37
  ## License
38
38
 
@@ -1,4 +1,3 @@
1
- signature_for(reference_id: id, xml: xml)
2
1
  xml.IDPSSODescriptor descriptor_options do
3
2
  configuration.certificates(use: :signing).each do |certificate|
4
3
  render certificate, xml: xml
@@ -1,5 +1,6 @@
1
1
  xml.instruct!
2
2
  xml.EntityDescriptor entity_descriptor_options do
3
+ signature_for(reference_id: id, xml: xml)
3
4
  render identity_provider, xml: xml
4
5
  render service_provider, xml: xml
5
6
  xml.Organization do
@@ -1,4 +1,3 @@
1
- signature_for(reference_id: id, xml: xml)
2
1
  xml.SPSSODescriptor descriptor_options do
3
2
  configuration.certificates(use: :signing).each do |certificate|
4
3
  render certificate, xml: xml
@@ -1,5 +1,5 @@
1
1
  module Saml
2
2
  module Kit
3
- VERSION = "0.2.10"
3
+ VERSION = "0.2.11"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: saml-kit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.10
4
+ version: 0.2.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - mo khan
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-12-17 00:00:00.000000000 Z
11
+ date: 2017-12-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel