lib/imgix/client.rb in imgix-3.3.0 vs lib/imgix/client.rb in imgix-3.3.1
- old
+ new
@@ -21,9 +21,11 @@
if host
warn host_deprecated
@host = host
elsif domain
@host = domain
+ else
+ @host = host
end
validate_host!
@secure_url_token = options[:secure_url_token]