liangzan_omniauth-trello 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -19,6 +19,6 @@ gem install liangzan_omniauth-trello
19
19
 
20
20
  ``` ruby
21
21
  use OmniAuth::Builder do
22
- provider :github, ENV['TRELLO_KEY'], ENV['TRELLO_SECRET'], scope: 'read,write', name: 'YourApp'
22
+ provider :github, ENV['TRELLO_KEY'], ENV['TRELLO_SECRET'], scope: 'read,write', app_name: 'YourApp'
23
23
  end
24
24
  ```
@@ -33,7 +33,7 @@ module OmniAuth
33
33
  def request_phase
34
34
  options[:authorize_params] = {
35
35
  :scope => options["scope"],
36
- :name => options["name"]
36
+ :name => options["app_name"]
37
37
  }
38
38
  super
39
39
  end
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Trello
3
- VERSION = '0.0.7'
3
+ VERSION = '0.0.8'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: liangzan_omniauth-trello
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
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: 2012-12-18 00:00:00.000000000 Z
13
+ date: 2012-12-19 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: multi_json