lib/comic_vine/api.rb in comic_vine-api-0.1.0 vs lib/comic_vine/api.rb in comic_vine-api-0.1.1
- old
+ new
@@ -14,10 +14,10 @@
attr_accessor :http_service
end
self.http_service = HTTPService
- DEFAULT_SERVER = 'comicvine.gamespot.com'.freeze
+ DEFAULT_SERVER = 'https://comicvine.gamespot.com'.freeze
attr_reader :api_key, :options
def initialize(api_key, options = {})
@api_key = api_key