filecluster 0.2.7 → 0.2.8

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.
Files changed (3) hide show
  1. data/lib/fc/storage.rb +1 -1
  2. data/lib/fc/version.rb +1 -1
  3. metadata +3 -3
@@ -47,7 +47,7 @@ module FC
47
47
  raise r if $?.exitstatus != 0
48
48
 
49
49
  cmd = self.class.curr_host == host ?
50
- "cp -r #{local_path.shellescape} #{dst_path}" :
50
+ "cp -r #{local_path.shellescape} #{dst_path.shellescape}" :
51
51
  "scp -rB #{local_path.shellescape} #{self.host}:#{dst_path.shellescape}"
52
52
  r = `#{cmd} 2>&1`
53
53
  raise r if $?.exitstatus != 0
@@ -1,3 +1,3 @@
1
1
  module FC
2
- VERSION = "0.2.7"
2
+ VERSION = "0.2.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: filecluster
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -192,7 +192,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
192
192
  version: '0'
193
193
  segments:
194
194
  - 0
195
- hash: 2992741008983549077
195
+ hash: 2335959869069383909
196
196
  required_rubygems_version: !ruby/object:Gem::Requirement
197
197
  none: false
198
198
  requirements:
@@ -201,7 +201,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
201
201
  version: '0'
202
202
  segments:
203
203
  - 0
204
- hash: 2992741008983549077
204
+ hash: 2335959869069383909
205
205
  requirements: []
206
206
  rubyforge_project:
207
207
  rubygems_version: 1.8.24