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.

@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.6.7
4
+
5
+ - internals
6
+ - [#188] Add IDs to the show views for integration testing [@egtann](https://github.com/egtann)
7
+
3
8
  ## 0.6.6
4
9
 
5
10
  - enhancements
data/README.md CHANGED
@@ -33,7 +33,7 @@ For more information about the supported features, check out the related [page i
33
33
  Put this in your Gemfile:
34
34
 
35
35
  ``` ruby
36
- gem 'doorkeeper', '~> 0.6.6'
36
+ gem 'doorkeeper', '~> 0.6.7'
37
37
  ```
38
38
 
39
39
  Run the installation generator with:
@@ -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>
@@ -1,4 +1,4 @@
1
1
  <div class="span16">
2
2
  <h3>Authorization code:</h3>
3
- <code><%= params[:code] %></code>
3
+ <code id="authorization_code"><%= params[:code] %></code>
4
4
  </div>
@@ -1,3 +1,3 @@
1
1
  module Doorkeeper
2
- VERSION = "0.6.6"
2
+ VERSION = "0.6.7"
3
3
  end
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.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-04 00:00:00.000000000 Z
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: -995956839748063493
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: -995956839748063493
418
+ hash: -1446926071548474952
419
419
  requirements: []
420
420
  rubyforge_project:
421
421
  rubygems_version: 1.8.24