jeremyboles-graffic 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/graffic.rb +1 -1
- metadata +1 -1
data/lib/graffic.rb
CHANGED
@@ -202,7 +202,7 @@ private
|
|
202
202
|
# If its a S3 Key, we'll write that file's date to our tmp directory
|
203
203
|
def move!
|
204
204
|
if @file.is_a?(Tempfile)
|
205
|
-
|
205
|
+
@file.write(tmp_file_path)
|
206
206
|
elsif @file.is_a?(String)
|
207
207
|
FileUtils.cp(@file, tmp_file_path)
|
208
208
|
end
|