lib/fastly/client.rb in fastly-1.2.2 vs lib/fastly/client.rb in fastly-1.2.3
- old
+ new
@@ -1,7 +1,8 @@
require 'json'
require 'cgi'
require 'net/http' # also requires uri
+require 'openssl'
class Fastly
# The UserAgent to communicate with the API
class Client #:nodoc: all
attr_accessor :http, :api_key, :user, :password, :cookie, :customer