rack-oauth2-server 1.3.0 → 1.3.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: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 0
10
- version: 1.3.0
9
+ - 1
10
+ version: 1.3.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Assaf Arkin
@@ -70,8 +70,10 @@ extra_rdoc_files:
70
70
  - README.rdoc
71
71
  - CHANGELOG
72
72
  files:
73
+ - bin/oauth2-server
73
74
  - lib/rack/oauth2/admin/css/screen.css
74
75
  - lib/rack/oauth2/admin/images/loading.gif
76
+ - lib/rack/oauth2/admin/images/oauth-2.png
75
77
  - lib/rack/oauth2/admin/js/application.js
76
78
  - lib/rack/oauth2/admin/js/jquery.js
77
79
  - lib/rack/oauth2/admin/js/jquery.tmpl.js
@@ -124,10 +126,10 @@ has_rdoc: true
124
126
  homepage: http://github.com/assaf/rack-oauth2-server
125
127
  licenses: []
126
128
 
127
- post_install_message: ""
129
+ post_install_message: To get started, run the command oauth2-server
128
130
  rdoc_options:
129
131
  - --title
130
- - rack-oauth2-server 1.3.0
132
+ - rack-oauth2-server 1.3.1
131
133
  - --main
132
134
  - README.rdoc
133
135
  - --webcvs