fiverr_copy 0.0.15 → 0.0.16

Sign up to get free protection for your applications and to get access to all the features.
@@ -56,7 +56,7 @@ class FiverrCopy::Client
56
56
  end
57
57
 
58
58
  temp_file = Tempfile.new("fiverr_copy_#{Time.now.to_i}.tgz")
59
- File.new(filename, "w+") do |f|
59
+ File.open(filename, "w+") do |f|
60
60
  Thread.start do
61
61
  while (stream = session.read(chunk)) do
62
62
 
@@ -1,3 +1,3 @@
1
1
  module FiverrCopy
2
- VERSION = "0.0.15"
2
+ VERSION = "0.0.16"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fiverr_copy
3
3
  version: !ruby/object:Gem::Version
4
- hash: 1
4
+ hash: 63
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 15
10
- version: 0.0.15
9
+ - 16
10
+ version: 0.0.16
11
11
  platform: ruby
12
12
  authors:
13
13
  - Elad Meidar