omniauth-thingiverse 0.0.3 → 0.0.4

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.
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Thingiverse
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
@@ -35,7 +35,7 @@ module OmniAuth
35
35
  end
36
36
 
37
37
  def raw_info
38
- @raw_info ||= MultiJson.decode(access_token.get("/users/me?access_token=#{@access_token.token}").body)
38
+ @raw_info ||= MultiJson.decode(access_token.get("https://api.thingiverse.com/users/me?access_token=#{@access_token.token}").body)
39
39
  @raw_info
40
40
  rescue ::Errno::ETIMEDOUT
41
41
  raise ::Timeout::Error
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.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: