understudy 0.0.4 → 0.0.5

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.
data/bin/understudy CHANGED
@@ -88,11 +88,11 @@ def run command
88
88
  if command.is_a? Array
89
89
  friendly = command.map { |i| i =~ /[^-=\/\.\w]/ ? "'#{i}'" : i }.join ' '
90
90
  info "Running: #{friendly}"
91
- RdiffSimple.execute( *command ) or error "Could not run #{friendly}"
91
+ RdiffSimple.execute( friendly ) or error "Could not run #{friendly}"
92
92
  else
93
93
  friendly = command
94
94
  info "Running: #{friendly}"
95
- RdiffSimple.execute( command ) or error "Could not run #{command}"
95
+ RdiffSimple.execute( friendly ) or error "Could not run #{friendly}"
96
96
  end
97
97
  if $? != 0
98
98
  error "Could not run #{friendly}"
@@ -1,3 +1,3 @@
1
1
  module Understudy
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: understudy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -85,7 +85,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
85
85
  version: '0'
86
86
  segments:
87
87
  - 0
88
- hash: -4337077365187445854
88
+ hash: 1019596930592418006
89
89
  required_rubygems_version: !ruby/object:Gem::Requirement
90
90
  none: false
91
91
  requirements:
@@ -94,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
94
94
  version: '0'
95
95
  segments:
96
96
  - 0
97
- hash: -4337077365187445854
97
+ hash: 1019596930592418006
98
98
  requirements: []
99
99
  rubyforge_project:
100
100
  rubygems_version: 1.8.23