summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorahoward <ara.t.howard@gmail.com>2014-02-14 19:27:01 -0700
committerahoward <ara.t.howard@gmail.com>2014-02-14 19:27:01 -0700
commitc0c7342fb1ce07a0e1992a592e93fac6a4a133af (patch)
tree01aaf2246ff12d69aef9c8b2aa28656e09dc5ae0
parent0612460786b1398841d54798541c708b2908bee9 (diff)
downloadsystemu-c0c7342fb1ce07a0e1992a592e93fac6a4a133af.tar.gz
gem desc
-rw-r--r--lib/systemu.rb2
-rw-r--r--pkg/systemu-2.6.1.gembin13824 -> 0 bytes
-rw-r--r--systemu.gemspec2
3 files changed, 2 insertions, 2 deletions
diff --git a/lib/systemu.rb b/lib/systemu.rb
index 0ead619..653088a 100644
--- a/lib/systemu.rb
+++ b/lib/systemu.rb
@@ -14,7 +14,7 @@ class SystemUniversal
#
# constants
#
- SystemUniversal::VERSION = '2.6.1' unless SystemUniversal.send(:const_defined?, :VERSION)
+ SystemUniversal::VERSION = '2.6.2' unless SystemUniversal.send(:const_defined?, :VERSION)
def SystemUniversal.version() SystemUniversal::VERSION end
def version() SystemUniversal::VERSION end
def SystemUniversal.description
diff --git a/pkg/systemu-2.6.1.gem b/pkg/systemu-2.6.1.gem
deleted file mode 100644
index ae3a937..0000000
--- a/pkg/systemu-2.6.1.gem
+++ /dev/null
Binary files differ
diff --git a/systemu.gemspec b/systemu.gemspec
index c029cc2..9e9b54d 100644
--- a/systemu.gemspec
+++ b/systemu.gemspec
@@ -3,7 +3,7 @@
Gem::Specification::new do |spec|
spec.name = "systemu"
- spec.version = "2.6.1"
+ spec.version = "2.6.2"
spec.platform = Gem::Platform::RUBY
spec.summary = "systemu"
spec.description = "universal capture of stdout and stderr and handling of child process pid for windows, *nix, etc."