diff --git a/lib/thingiverse.rb b/lib/thingiverse.rb index dac2441..3bb328f 100644 --- a/lib/thingiverse.rb +++ b/lib/thingiverse.rb @@ -16,5 +16,5 @@ require 'thingiverse/tags' module Thingiverse - VERSION = '0.0.9' + VERSION = '0.0.8' end diff --git a/lib/thingiverse/connection.rb b/lib/thingiverse/connection.rb index 67adb60..89bfc79 100644 --- a/lib/thingiverse/connection.rb +++ b/lib/thingiverse/connection.rb @@ -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