Skip to content

Commit

Permalink
Merge pull request #134 from nkeyes/master
Browse files Browse the repository at this point in the history
explicitly require "onelogin/ruby-saml/logging"
  • Loading branch information
Lordnibbler committed Oct 10, 2014
2 parents 7488f28 + c64090a commit 9920d9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/onelogin/ruby-saml/authrequest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
require "rexml/document"
require "rexml/xpath"

require "onelogin/ruby-saml/logging"

module OneLogin
module RubySaml
include REXML
Expand Down
2 changes: 2 additions & 0 deletions lib/onelogin/ruby-saml/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
require "rexml/xpath"
require "uri"

require "onelogin/ruby-saml/logging"

# Class to return SP metadata based on the settings requested.
# Return this XML in a controller, then give that URL to the the
# IdP administrator. The IdP will poll the URL and your settings
Expand Down

0 comments on commit 9920d9b

Please sign in to comment.