rack-oauth2-server 2.0.0.beta4 → 2.0.0.beta5

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.
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: -1848230040
4
+ hash: -1848230039
5
5
  prerelease: true
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
9
  - 0
10
- - beta4
11
- version: 2.0.0.beta4
10
+ - beta5
11
+ version: 2.0.0.beta5
12
12
  platform: ruby
13
13
  authors:
14
14
  - Assaf Arkin
@@ -128,7 +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
+ - test/oauth/server_methods_test.rb
132
132
  - test/rails2/app/controllers/api_controller.rb
133
133
  - test/rails2/app/controllers/application_controller.rb
134
134
  - test/rails2/app/controllers/oauth_controller.rb
@@ -159,7 +159,7 @@ licenses:
159
159
  post_install_message: To get started, run the command oauth2-server
160
160
  rdoc_options:
161
161
  - --title
162
- - rack-oauth2-server 2.0.0.beta4
162
+ - rack-oauth2-server 2.0.0.beta5
163
163
  - --main
164
164
  - README.rdoc
165
165
  - --webcvs