omniauth-thingiverse 0.0.1 → 0.0.2

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 Thingiverse
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
@@ -4,7 +4,7 @@ module OmniAuth
4
4
  module Strategies
5
5
  class Thingiverse < OmniAuth::Strategies::OAuth2
6
6
  option :client_options, {
7
- :site => 'https://api.thingiverse.com/',
7
+ :site => 'https://www.thingiverse.com',
8
8
  :authorize_url => '/login/oauth/authorize',
9
9
  :token_url => '/login/oauth/access_token',
10
10
  :token_method => :get
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-thingiverse
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: