rack-oauth2-server 2.0.0.beta → 2.0.0.beta2

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-oauth2-server
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31098209
4
+ hash: -1848230038
5
5
  prerelease: true
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
9
  - 0
10
- - beta
11
- version: 2.0.0.beta
10
+ - beta2
11
+ version: 2.0.0.beta2
12
12
  platform: ruby
13
13
  authors:
14
14
  - Assaf Arkin
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2010-11-15 00:00:00 -08:00
19
+ date: 2010-11-16 00:00:00 -08:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
@@ -128,6 +128,7 @@ files:
128
128
  - test/oauth/access_grant_test.rb
129
129
  - test/oauth/access_token_test.rb
130
130
  - test/oauth/authorization_test.rb
131
+ - test/oauth/server_test.rb
131
132
  - test/rails2/app/controllers/api_controller.rb
132
133
  - test/rails2/app/controllers/application_controller.rb
133
134
  - test/rails2/app/controllers/oauth_controller.rb
@@ -158,7 +159,7 @@ licenses:
158
159
  post_install_message: To get started, run the command oauth2-server
159
160
  rdoc_options:
160
161
  - --title
161
- - rack-oauth2-server 2.0.0.beta
162
+ - rack-oauth2-server 2.0.0.beta2
162
163
  - --main
163
164
  - README.rdoc
164
165
  - --webcvs