summaryrefslogtreecommitdiff
path: root/lib/systemu.rb
diff options
context:
space:
mode:
authorahoward <ara.t.howard@gmail.com>2014-02-13 11:32:38 -0700
committerahoward <ara.t.howard@gmail.com>2014-02-13 11:32:38 -0700
commit0612460786b1398841d54798541c708b2908bee9 (patch)
tree4abcc31f94813b73e2a3a693b1acbc13791c814a /lib/systemu.rb
parentb23da2d383effec160ddf22725a330885077f89b (diff)
downloadsystemu-0612460786b1398841d54798541c708b2908bee9.tar.gz
update gem/desc
Diffstat (limited to 'lib/systemu.rb')
-rw-r--r--lib/systemu.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/systemu.rb b/lib/systemu.rb
index 04c24d9..0ead619 100644
--- a/lib/systemu.rb
+++ b/lib/systemu.rb
@@ -14,9 +14,12 @@ class SystemUniversal
#
# constants
#
- SystemUniversal::VERSION = '2.6.0' unless SystemUniversal.send(:const_defined?, :VERSION)
+ SystemUniversal::VERSION = '2.6.1' unless SystemUniversal.send(:const_defined?, :VERSION)
def SystemUniversal.version() SystemUniversal::VERSION end
def version() SystemUniversal::VERSION end
+ def SystemUniversal.description
+ "universal capture of stdout and stderr and handling of child process pid for windows, *nix, etc."
+ end
#
# class methods
#