rbrsync 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.
@@ -242,9 +242,7 @@ module RbRsync
242
242
  def go!
243
243
  raise ArgumentError.new("a source and destination must be specified") if to.nil? || from.nil?
244
244
 
245
- cmd = build_command
246
-
247
- status = Open4.popen4(*cmd) do |pid, stdin, stdout, stderr|
245
+ status = Open4.popen4(command) do |pid, stdin, stdout, stderr|
248
246
  puts stderr.read if stderr
249
247
  end
250
248
 
@@ -1,3 +1,3 @@
1
1
  module RbRsync
2
- VERSION = '0.0.3'
2
+ VERSION = '0.0.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rbrsync
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: