rack-oauth2-provider 0.0.1 → 0.0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,9 +1,8 @@
1
+ $LOAD_PATH.unshift(File.expand_path(File.join(File.dirname(__FILE__), "../../")))
1
2
  require 'rack/auth/abstract/handler'
2
3
  require 'rack/auth/abstract/request'
3
- require 'rack/auth/wrap'
4
- $LOAD_PATH.unshift(File.expand_path(File.join(File.dirname(__FILE__), "../../")))
5
4
  require 'simple_web_token_builder'
6
- require File.expand_path(File.join(File.dirname(__FILE__), "../../../vendor/information_card"))
5
+ require 'vendor/information_card'
7
6
 
8
7
  module Rack
9
8
  module OAuth2
@@ -1,5 +1,5 @@
1
1
  module Rack
2
2
  module OAuth2
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.1.1"
4
4
  end
5
5
  end
File without changes
File without changes
metadata CHANGED
@@ -6,7 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 0
8
8
  - 1
9
- version: 0.0.1
9
+ - 1
10
+ version: 0.0.1.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Johnny G. Halife & Ezequiel Morito
@@ -54,10 +55,10 @@ files:
54
55
  - lib/rack/oauth2/assertion_profile.rb
55
56
  - lib/rack/oauth2/provider.rb
56
57
  - lib/simple_web_token_builder.rb
57
- - vendor/information_card/saml_token.rb
58
- - vendor/information_card/xml_canonicalizer.rb
59
- - vendor/information_card.rb
60
- - vendor/rexml/parsers.rb
58
+ - lib/vendor/information_card/saml_token.rb
59
+ - lib/vendor/information_card/xml_canonicalizer.rb
60
+ - lib/vendor/information_card.rb
61
+ - lib/vendor/rexml/parsers.rb
61
62
  has_rdoc: true
62
63
  homepage:
63
64
  licenses: []