rack-oauth2-server 1.4.3 → 1.4.4
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 +8 -0
- data/VERSION +1 -1
- data/bin/oauth2-server +43 -3
- data/lib/rack/oauth2/models/access_token.rb +1 -1
- data/lib/rack/oauth2/practice.rb +62 -0
- data/rack-oauth2-server.gemspec +2 -2
- data/test/rails/log/test.log +13090 -0
- metadata +12 -9
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: 15
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 4
|
|
9
|
-
-
|
|
10
|
-
version: 1.4.
|
|
9
|
+
- 4
|
|
10
|
+
version: 1.4.4
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Assaf Arkin
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2010-11-
|
|
18
|
+
date: 2010-11-10 00:00:00 -08:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -26,10 +26,11 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ~>
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
hash:
|
|
29
|
+
hash: 13
|
|
30
30
|
segments:
|
|
31
31
|
- 1
|
|
32
|
-
|
|
32
|
+
- 1
|
|
33
|
+
version: "1.1"
|
|
33
34
|
type: :runtime
|
|
34
35
|
version_requirements: *id001
|
|
35
36
|
- !ruby/object:Gem::Dependency
|
|
@@ -68,10 +69,11 @@ dependencies:
|
|
|
68
69
|
requirements:
|
|
69
70
|
- - ~>
|
|
70
71
|
- !ruby/object:Gem::Version
|
|
71
|
-
hash:
|
|
72
|
+
hash: 13
|
|
72
73
|
segments:
|
|
73
74
|
- 1
|
|
74
|
-
|
|
75
|
+
- 1
|
|
76
|
+
version: "1.1"
|
|
75
77
|
type: :runtime
|
|
76
78
|
version_requirements: *id004
|
|
77
79
|
description: Because you don't allow strangers into your app, and OAuth 2.0 is the new awesome.
|
|
@@ -108,6 +110,7 @@ files:
|
|
|
108
110
|
- lib/rack/oauth2/models/auth_request.rb
|
|
109
111
|
- lib/rack/oauth2/models/client.rb
|
|
110
112
|
- lib/rack/oauth2/models.rb
|
|
113
|
+
- lib/rack/oauth2/practice.rb
|
|
111
114
|
- lib/rack/oauth2/rails.rb
|
|
112
115
|
- lib/rack/oauth2/server/errors.rb
|
|
113
116
|
- lib/rack/oauth2/server/helper.rb
|
|
@@ -144,7 +147,7 @@ licenses: []
|
|
|
144
147
|
post_install_message: To get started, run the command oauth2-server
|
|
145
148
|
rdoc_options:
|
|
146
149
|
- --title
|
|
147
|
-
- rack-oauth2-server 1.4.
|
|
150
|
+
- rack-oauth2-server 1.4.4
|
|
148
151
|
- --main
|
|
149
152
|
- README.rdoc
|
|
150
153
|
- --webcvs
|