samlsso 0.1.3 → 0.1.4

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
  SHA1:
3
- metadata.gz: 80749d59ffd97e8c6cf31f5b61e0c4494d6c5dab
4
- data.tar.gz: 51813c27700b32e9cabbb264502a194d4b032f6c
3
+ metadata.gz: c4726e197c2a864889bce4358e93bdd5b7df30fb
4
+ data.tar.gz: 11171ba18c677689f9eb6a872c61a16760de99a4
5
5
  SHA512:
6
- metadata.gz: cb3d581356857a23bfc764d5da9c501809fa13742edf3bdd07656e4738884a3dba4233bd60e38ef0c60e712b3ed2a61717f4c5a832265812b77908420e9b6308
7
- data.tar.gz: 1afedcdd3e921dbe63d04bd6ebea1b5d6f4905193cdcf445c185a87257beeca0b6f45e27a17f140275abcc35ba80fd197b80c67fe1695be89a3b8b75c9c2eedb
6
+ metadata.gz: f9025569164d30991dbcc92a68b14ac1b3039a13f196947c4bb55b191a9a1480d6fbefe3bba859f2aa0fd3bd9df660111814da9d6c39cf3cb73deb0726e2e9ea
7
+ data.tar.gz: 506f296e5c1d651bec2ed9dcabad771ba231d27baea38700fd0873256ca537c365263fff569c6c81225dd3c3d7ed75ad65c29383e426f03775878189b27fffa6
@@ -63,13 +63,13 @@ module Samlsso
63
63
  validation_error("XML document seems to be malformed and does not have correct Nodes")
64
64
  else
65
65
  encrypted_assertion.remove
66
- decrypted_doc.root.add_child(assertion.last)
66
+ decrypted_doc.root.add_child(assertion.last.clone)
67
67
  return decrypted_doc.to_xml.squish
68
68
  end
69
69
  end
70
70
  return decoded_saml
71
71
  end
72
-
72
+
73
73
  def decode_raw_saml(saml)
74
74
  if saml =~ /^</
75
75
  return saml
@@ -1,3 +1,3 @@
1
1
  module Samlsso
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: samlsso
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Siddhartha Mukherjee
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-06-20 00:00:00.000000000 Z
11
+ date: 2016-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: uuid