lib/detect_language/configuration.rb in detect_language-1.0.0 vs lib/detect_language/configuration.rb in detect_language-1.0.1
- old
+ new
@@ -39,10 +39,10 @@
attr_accessor :proxy_pass
alias_method :secure?, :secure
def initialize
- @api_key = "demo"
+ @api_key = nil
@api_version = "0.2"
@host = "ws.detectlanguage.com"
@user_agent = "Detect Language API ruby gem"
end
\ No newline at end of file