doorkeeper 0.6.6 → 0.6.7
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of doorkeeper might be problematic. Click here for more details.
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -6,13 +6,13 @@
|
|
6
6
|
|
7
7
|
<div class="span10">
|
8
8
|
<h4>Callback url:</h4>
|
9
|
-
<p><code><%= @application.redirect_uri %></code></p>
|
9
|
+
<p><code id="callback_url"><%= @application.redirect_uri %></code></p>
|
10
10
|
|
11
11
|
<h4>Application Id:</h4>
|
12
|
-
<p><code><%= @application.uid %></code></p>
|
12
|
+
<p><code id="application_id"><%= @application.uid %></code></p>
|
13
13
|
|
14
14
|
<h4>Secret:</h4>
|
15
|
-
<p><code><%= @application.secret %></code></p>
|
15
|
+
<p><code id="secret"><%= @application.secret %></code></p>
|
16
16
|
|
17
17
|
<h4>Link to authorization code:</h4>
|
18
18
|
<p><%= link_to 'Authorize', oauth_authorization_path(:client_id => @application.uid, :redirect_uri => @application.redirect_uri, :response_type => 'code' ) %></p>
|
data/lib/doorkeeper/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: doorkeeper
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.7
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2013-01-
|
13
|
+
date: 2013-01-13 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
type: :runtime
|
@@ -406,7 +406,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
406
406
|
segments:
|
407
407
|
- 0
|
408
408
|
version: '0'
|
409
|
-
hash: -
|
409
|
+
hash: -1446926071548474952
|
410
410
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
411
411
|
none: false
|
412
412
|
requirements:
|
@@ -415,7 +415,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
415
415
|
segments:
|
416
416
|
- 0
|
417
417
|
version: '0'
|
418
|
-
hash: -
|
418
|
+
hash: -1446926071548474952
|
419
419
|
requirements: []
|
420
420
|
rubyforge_project:
|
421
421
|
rubygems_version: 1.8.24
|