lib/simple_deploy/artifact.rb in simple_deploy-0.4.5 vs lib/simple_deploy/artifact.rb in simple_deploy-0.4.6

- old
+ new

@@ -12,14 +12,10 @@ @bucket = "#{@bucket_prefix}-#{@region}" @key = "#{@id}.tar.gz" end def endpoints - { - 's3' => s3_url, - 'http' => http_url, - 'https' => https_url - } + { 's3' => s3_url, 'http' => http_url, 'https' => https_url } end private def s3_url