omniauth-etsy 0.1.0 → 0.1.1

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.
@@ -5,7 +5,7 @@ module OmniAuth
5
5
  class Etsy < OmniAuth::Strategies::OAuth
6
6
 
7
7
  option :client_options, {
8
- :site => "http://openapi.etsy.com/v2",
8
+ :site => "https://openapi.etsy.com/v2",
9
9
  :request_token_path => "/oauth/request_token",
10
10
  :access_token_path => "/oauth/access_token",
11
11
  :authorize_url => "https://www.etsy.com/oauth/signin"
@@ -64,4 +64,4 @@ module OmniAuth
64
64
 
65
65
  end
66
66
  end
67
- end
67
+ end
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Etsy
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  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: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jeff Mehlhoff
@@ -15,8 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-05-28 00:00:00 -07:00
19
- default_executable:
18
+ date: 2013-08-18 00:00:00 Z
20
19
  dependencies:
21
20
  - !ruby/object:Gem::Dependency
22
21
  name: omniauth
@@ -81,7 +80,6 @@ files:
81
80
  - lib/omniauth-etsy/version.rb
82
81
  - lib/omniauth/strategies/etsy.rb
83
82
  - omniauth-etsy.gemspec
84
- has_rdoc: true
85
83
  homepage: http://github.com/ohokay/omniauth-etsy
86
84
  licenses: []
87
85
 
@@ -111,7 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
111
109
  requirements: []
112
110
 
113
111
  rubyforge_project:
114
- rubygems_version: 1.6.2
112
+ rubygems_version: 1.8.25
115
113
  signing_key:
116
114
  specification_version: 3
117
115
  summary: OmniAuth strategy for Etsy