backup 2.4.5 → 2.4.5.1

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.
@@ -43,7 +43,7 @@ module Backup
43
43
 
44
44
  def store
45
45
  path_to_file = File.join(tmp_path, final_file)
46
- session.upload(path_to_file, path, :mode => :dropbox)
46
+ session.upload(path_to_file, path, :mode => :dropbox, :timeout => 360)
47
47
  end
48
48
 
49
49
  private
@@ -60,3 +60,4 @@ module Backup
60
60
  end
61
61
  end
62
62
  end
63
+
@@ -1,3 +1,3 @@
1
1
  module Backup
2
- VERSION = "2.4.5"
2
+ VERSION = "2.4.5.1"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: backup
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 2.4.5
5
+ version: 2.4.5.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Michael van Rooijen
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-02-07 00:00:00 +01:00
13
+ date: 2011-02-09 00:00:00 +01:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency