omniauth-etsy 0.1.1 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Etsy
3
- VERSION = "0.1.1"
3
+ VERSION = "0.2.0"
4
4
  end
5
5
  end
@@ -30,6 +30,7 @@ module OmniAuth
30
30
  if options.scope
31
31
  options.request_params.merge!(:scope => options.scope.gsub(',', ' '))
32
32
  end
33
+ options.authorize_params.merge!({:oauth_consumer_key => options.consumer_key})
33
34
  prep_sandbox
34
35
  super
35
36
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-etsy
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
- - 1
9
- - 1
10
- version: 0.1.1
8
+ - 2
9
+ - 0
10
+ version: 0.2.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jeff Mehlhoff
@@ -15,7 +15,8 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2013-08-18 00:00:00 Z
18
+ date: 2014-10-27 00:00:00 -04:00
19
+ default_executable:
19
20
  dependencies:
20
21
  - !ruby/object:Gem::Dependency
21
22
  name: omniauth
@@ -80,6 +81,7 @@ files:
80
81
  - lib/omniauth-etsy/version.rb
81
82
  - lib/omniauth/strategies/etsy.rb
82
83
  - omniauth-etsy.gemspec
84
+ has_rdoc: true
83
85
  homepage: http://github.com/ohokay/omniauth-etsy
84
86
  licenses: []
85
87
 
@@ -109,7 +111,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
109
111
  requirements: []
110
112
 
111
113
  rubyforge_project:
112
- rubygems_version: 1.8.25
114
+ rubygems_version: 1.6.2
113
115
  signing_key:
114
116
  specification_version: 3
115
117
  summary: OmniAuth strategy for Etsy