rack-oauth2-server 1.1.0 → 1.1.1

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,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-oauth2-server
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 0
10
- version: 1.1.0
9
+ - 1
10
+ version: 1.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Assaf Arkin
@@ -83,6 +83,7 @@ files:
83
83
  - lib/rack/oauth2/server.rb
84
84
  - lib/rack/oauth2/sinatra.rb
85
85
  - lib/rack-oauth2-server.rb
86
+ - rails/init.rb
86
87
  - test/access_grant_test.rb
87
88
  - test/access_token_test.rb
88
89
  - test/authorization_test.rb
@@ -108,7 +109,7 @@ licenses: []
108
109
  post_install_message: ""
109
110
  rdoc_options:
110
111
  - --title
111
- - rack-oauth2-server 1.1.0
112
+ - rack-oauth2-server 1.1.1
112
113
  - --main
113
114
  - README.rdoc
114
115
  - --webcvs