ruby-saml 0.5.1 → 0.5.2

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.
@@ -102,7 +102,7 @@ to the IdP settings.
102
102
  def metadata
103
103
  settings = Account.get_saml_settings
104
104
  meta = Onelogin::Saml::Metadata.new
105
- render :xml => meta.create(settings)
105
+ render :xml => meta.generate(settings)
106
106
  end
107
107
  end
108
108
 
@@ -1,5 +1,5 @@
1
1
  module Onelogin
2
2
  module Saml
3
- VERSION = '0.5.1'
3
+ VERSION = '0.5.2'
4
4
  end
5
5
  end
@@ -28,7 +28,7 @@ require "rexml/xpath"
28
28
  require "openssl"
29
29
  require "xmlcanonicalizer"
30
30
  require "digest/sha1"
31
- require "onelogin/saml/validation_error"
31
+ require "onelogin/ruby-saml/validation_error"
32
32
 
33
33
  module XMLSecurity
34
34
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 5
8
- - 1
9
- version: 0.5.1
8
+ - 2
9
+ version: 0.5.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - OneLogin LLC
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2012-04-13 00:00:00 -07:00
17
+ date: 2012-04-14 00:00:00 -07:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -94,7 +94,6 @@ files:
94
94
  - LICENSE
95
95
  - README.rdoc
96
96
  - Rakefile
97
- - VERSION
98
97
  - lib/onelogin/ruby-saml/authrequest.rb
99
98
  - lib/onelogin/ruby-saml/logging.rb
100
99
  - lib/onelogin/ruby-saml/metadata.rb
data/VERSION DELETED
@@ -1 +0,0 @@
1
- 0.4.7