cowtech-lib 1.9.1.5 → 1.9.1.6

Sign up to get free protection for your applications and to get access to all the features.
data/cowtech-lib.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{cowtech-lib}
8
- s.version = "1.9.1.5"
8
+ s.version = "1.9.1.6"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Shogun"]
@@ -56,7 +56,7 @@ module Cowtech
56
56
  end
57
57
 
58
58
  unless @console.skip_commands == true then
59
- rv[:status] = Open4::open4(cmd + " 2>&1") { |pid, stdin, stdout, stderr|
59
+ rv[:status] = Open4::open4(command + " 2>&1") { |pid, stdin, stdout, stderr|
60
60
  stdout.each_line do |line|
61
61
  rv[:output] << line
62
62
  print line if @console.show_outputs
@@ -4,7 +4,7 @@ module Cowtech
4
4
  MAJOR = 1
5
5
  MINOR = 9
6
6
  PATCH = 1
7
- BUILD = 5
7
+ BUILD = 6
8
8
 
9
9
  STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
10
10
  end
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 1
7
7
  - 9
8
8
  - 1
9
- - 5
10
- version: 1.9.1.5
9
+ - 6
10
+ version: 1.9.1.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Shogun