rack-oauth2-server 2.5.1 → 2.6.0

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.
@@ -117,5 +117,6 @@ class Test::Unit::TestCase
117
117
  Server::AuthRequest.collection.drop
118
118
  Server::AccessGrant.collection.drop
119
119
  Server::AccessToken.collection.drop
120
+ Server::Issuer.collection.drop
120
121
  end
121
122
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rack-oauth2-server
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 2.5.1
5
+ version: 2.6.0
6
6
  platform: ruby
7
7
  authors:
8
8
  - Assaf Arkin
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-03-26 00:00:00 Z
13
+ date: 2012-03-27 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rack
@@ -67,6 +67,17 @@ dependencies:
67
67
  version: "0"
68
68
  type: :runtime
69
69
  version_requirements: *id005
70
+ - !ruby/object:Gem::Dependency
71
+ name: jwt
72
+ prerelease: false
73
+ requirement: &id006 !ruby/object:Gem::Requirement
74
+ none: false
75
+ requirements:
76
+ - - ~>
77
+ - !ruby/object:Gem::Version
78
+ version: 0.1.4
79
+ type: :runtime
80
+ version_requirements: *id006
70
81
  description: Because you don't allow strangers into your app, and OAuth 2.0 is the new awesome.
71
82
  email: assaf@labnotes.org
72
83
  executables:
@@ -102,6 +113,7 @@ files:
102
113
  - lib/rack/oauth2/models/access_token.rb
103
114
  - lib/rack/oauth2/models/auth_request.rb
104
115
  - lib/rack/oauth2/models/client.rb
116
+ - lib/rack/oauth2/models/issuer.rb
105
117
  - lib/rack/oauth2/models.rb
106
118
  - lib/rack/oauth2/rails.rb
107
119
  - lib/rack/oauth2/server/admin.rb
@@ -148,7 +160,7 @@ licenses:
148
160
  post_install_message: To get started, run the command oauth2-server
149
161
  rdoc_options:
150
162
  - --title
151
- - rack-oauth2-server 2.5.1
163
+ - rack-oauth2-server 2.6.0
152
164
  - --main
153
165
  - README.md
154
166
  - --webcvs