fractalpenguin-googlesso 0.0.4 → 0.0.5

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: a5dbd427592e1193c56d2a030f0f4b0e6049db14
4
- data.tar.gz: ab26eac4d783f78db530b0f515fc79e12b6dd9bc
3
+ metadata.gz: e0a86d844a389f9e28b3a76e84487b7c8766e9ad
4
+ data.tar.gz: 63cc0659c4399248a10a790659296cd984aafcc3
5
5
  SHA512:
6
- metadata.gz: a4d30aae1a4daa5dc81b023c7a96052177aff58e7373faa9c85ee02aaef0c4a22df75b1c998e57f65b161b48549b65d51f243843ca8dc75a165e1cacdea97b5a
7
- data.tar.gz: 07345ca2b3b214aee4676cd63ed42b810c234a650d578307eafdb6c1753f175683527628e9a197f7d363d8e6efb63489d3733b21882ca741f32d5ffd16763007
6
+ metadata.gz: ca63c9782b33c9d2b846b6516ef199c0f79454251c7b8402c0ceb12c13ca40c0030c150f882df38b6badfa3a3ba881c637a6c3c4231f5cc4bee09b59d07dabd1
7
+ data.tar.gz: 2aa719048c8afc36f98bbf26fe630bfc583d430a7b603fd0cd5635b1ecfe3ba875e3cb3fa78be33d7815e24d1c0d5e55eb1795803c8189f2860072cf3de79d0a
@@ -2,5 +2,5 @@ require 'xmlcanonicalizer'
2
2
  require 'processresponse'
3
3
 
4
4
  class FractalPenguinGoogleSSO
5
- VERSION = '0.0.4'
5
+ VERSION = '0.0.5'
6
6
  end
@@ -252,7 +252,8 @@ class XmlCanonicalizer
252
252
 
253
253
  def write_attribute_axis(node)
254
254
  list = Array.new()
255
- node.attributes.each_attribute{|attr|
255
+ node.attributes.sort.each{|key, value|
256
+ attr = REXML::Attribute.new(key, value)
256
257
  list.push(attr) if (!is_namespace_node(attr.value()) && !is_namespace_decl(attr)) # && is_node_visible(
257
258
  }
258
259
  if (!@exclusive && node.parent() != nil && node.parent().parent() != nil)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fractalpenguin-googlesso
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - FractalPenguin
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-12-02 00:00:00.000000000 Z
12
+ date: 2016-03-17 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: The standard GoogleSSO gem with a few modifications and enhancments
15
15
  email: kylerchrdsn@gmail.com