docverter 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/docverter/version.rb +1 -1
- data/lib/docverter.rb +0 -1
- metadata +1 -1
data/lib/docverter/version.rb
CHANGED
data/lib/docverter.rb
CHANGED
@@ -40,7 +40,6 @@ module Docverter
|
|
40
40
|
|
41
41
|
def self.request(method, url, params={}, headers={})
|
42
42
|
key = @@api_key
|
43
|
-
raise AuthenticationERror.new('No API key provided. (HINT: set your API key using "Docverter.api_key = <API-KEY>". You can find your API in the Docverter web interface. See http://www.docverter.com/api.html for details, or email pete@docverter.com if you have any questions.)') unless key
|
44
43
|
|
45
44
|
url = self.api_url(url)
|
46
45
|
|