akamaized 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -64,6 +64,8 @@ module Akamaized
64
64
  @connection.put(temp.path, "#{file}.new")
65
65
  @connection.rename("#{file}.new", file)
66
66
 
67
+ temp.close
68
+
67
69
  raise put_error(file) if !exists?(file, location)
68
70
  end
69
71
  end
@@ -1,3 +1,3 @@
1
1
  module Akamaized
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: akamaized
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.3
5
+ version: 0.0.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Brandon Hansen, Eric Casequin