Skip to content

Commit

Permalink
Revert "updating tv ruby"
Browse files Browse the repository at this point in the history
This reverts commit 0b58be3.
  • Loading branch information
eahrend committed Apr 15, 2019
1 parent 0b58be3 commit 1906cfd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lib/thingiverse.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
require 'thingiverse/tags'

module Thingiverse
VERSION = '0.0.9'
VERSION = '0.0.8'
end
1 change: 0 additions & 1 deletion lib/thingiverse/connection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ def initialize(client_id = nil, client_secret = nil, code = nil)
@code = code

self.class.base_uri(self.base_url)
self.class.headers "X-MakerBot-Whitelist" => "staging"

self.get_token if @client_id and @client_secret and @code
end
Expand Down

0 comments on commit 1906cfd

Please sign in to comment.