lib/infrataster/resources/http_resource.rb in infrataster-0.2.5 vs lib/infrataster/resources/http_resource.rb in infrataster-0.2.6

- old
+ new

@@ -50,9 +50,13 @@ end def basic_auth @options[:basic_auth] end + + def inflate_gzip? + !!@options[:inflate_gzip] + end end end end