Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Commit 1906cfd

Browse files
committed
Revert "updating tv ruby"
This reverts commit 0b58be3.
1 parent 0b58be3 commit 1906cfd

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

lib/thingiverse.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
require 'thingiverse/tags'
1717

1818
module Thingiverse
19-
VERSION = '0.0.9'
19+
VERSION = '0.0.8'
2020
end

lib/thingiverse/connection.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ def initialize(client_id = nil, client_secret = nil, code = nil)
1010
@code = code
1111

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

1514
self.get_token if @client_id and @client_secret and @code
1615
end

0 commit comments

Comments
 (0)