summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/systemu.rb2
-rw-r--r--pkg/systemu-2.6.4.gem (renamed from pkg/systemu-2.6.3.gem)bin14336 -> 14336 bytes
-rw-r--r--systemu.gemspec2
3 files changed, 2 insertions, 2 deletions
diff --git a/lib/systemu.rb b/lib/systemu.rb
index 8552f1f..e4dd7e7 100644
--- a/lib/systemu.rb
+++ b/lib/systemu.rb
@@ -14,7 +14,7 @@ class SystemUniversal
#
# constants
#
- SystemUniversal::VERSION = '2.6.3' unless SystemUniversal.send(:const_defined?, :VERSION)
+ SystemUniversal::VERSION = '2.6.4' 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.3.gem b/pkg/systemu-2.6.4.gem
index 5b4983f..120f9c6 100644
--- a/pkg/systemu-2.6.3.gem
+++ b/pkg/systemu-2.6.4.gem
Binary files differ
diff --git a/systemu.gemspec b/systemu.gemspec
index ba3a4e7..dc217b7 100644
--- a/systemu.gemspec
+++ b/systemu.gemspec
@@ -3,7 +3,7 @@
Gem::Specification::new do |spec|
spec.name = "systemu"
- spec.version = "2.6.3"
+ spec.version = "2.6.4"
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."