rack-oauth2-server 1.4.1 → 1.4.2
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.
- data/CHANGELOG +7 -0
- data/Gemfile +0 -2
- data/VERSION +1 -1
- data/bin/oauth2-server +8 -5
- data/rack-oauth2-server.gemspec +1 -0
- data/test/rails/log/test.log +2618 -0
- metadata +18 -4
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:
|
4
|
+
hash: 3
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 4
|
9
|
-
-
|
10
|
-
version: 1.4.
|
9
|
+
- 2
|
10
|
+
version: 1.4.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Assaf Arkin
|
@@ -60,6 +60,20 @@ dependencies:
|
|
60
60
|
version: "0"
|
61
61
|
type: :runtime
|
62
62
|
version_requirements: *id003
|
63
|
+
- !ruby/object:Gem::Dependency
|
64
|
+
name: sinatra
|
65
|
+
prerelease: false
|
66
|
+
requirement: &id004 !ruby/object:Gem::Requirement
|
67
|
+
none: false
|
68
|
+
requirements:
|
69
|
+
- - ~>
|
70
|
+
- !ruby/object:Gem::Version
|
71
|
+
hash: 1
|
72
|
+
segments:
|
73
|
+
- 1
|
74
|
+
version: "1"
|
75
|
+
type: :runtime
|
76
|
+
version_requirements: *id004
|
63
77
|
description: Because you don't allow strangers into your app, and OAuth 2.0 is the new awesome.
|
64
78
|
email: assaf@labnotes.org
|
65
79
|
executables:
|
@@ -130,7 +144,7 @@ licenses: []
|
|
130
144
|
post_install_message: To get started, run the command oauth2-server
|
131
145
|
rdoc_options:
|
132
146
|
- --title
|
133
|
-
- rack-oauth2-server 1.4.
|
147
|
+
- rack-oauth2-server 1.4.2
|
134
148
|
- --main
|
135
149
|
- README.rdoc
|
136
150
|
- --webcvs
|