summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README10
-rw-r--r--lib/systemu.rb2
-rw-r--r--systemu.gemspec3
3 files changed, 7 insertions, 8 deletions
diff --git a/README b/README
index 074b404..35ad5b4 100644
--- a/README
+++ b/README
@@ -53,7 +53,7 @@ SAMPLES
~ > ruby samples/a.rb
- [#<Process::Status: pid 16667 exit 0>, "2011-09-13 20:50:37 -0600\n", "2011-09-13 20:50:37 -0600\n"]
+ [#<Process::Status: pid 50931 exit 0>, "2011-12-11 22:07:30 -0700\n", "2011-12-11 22:07:30 -0700\n"]
<========< samples/b.rb >========>
@@ -75,7 +75,7 @@ SAMPLES
~ > ruby samples/b.rb
- [#<Process::Status: pid 16672 exit 0>, "2011-09-13 20:50:37 -0600\n", "2011-09-13 20:50:37 -0600\n"]
+ [#<Process::Status: pid 50936 exit 0>, "2011-12-11 22:07:30 -0700\n", "2011-12-11 22:07:30 -0700\n"]
<========< samples/c.rb >========>
@@ -116,7 +116,7 @@ SAMPLES
~ > ruby samples/d.rb
- /private/var/folders/nO/nOjBCb30ELegrm98Bhyvbk+++TM/-Tmp-
+ /private/var/folders/sp/nwtflj890qnb6z4b53dqxvlw0000gp/T
<========< samples/e.rb >========>
@@ -163,7 +163,7 @@ SAMPLES
~ > ruby samples/f.rb
- #<Process::Status: pid 16692 SIGKILL (signal 9)>
- "1315968638\n1315968639\n1315968640\n"
+ #<Process::Status: pid 50956 SIGKILL (signal 9)>
+ "1323666451\n1323666452\n1323666453\n"
diff --git a/lib/systemu.rb b/lib/systemu.rb
index e4fc680..ae9b8f5 100644
--- a/lib/systemu.rb
+++ b/lib/systemu.rb
@@ -13,7 +13,7 @@ class SystemUniversal
#
# constants
#
- SystemUniversal::VERSION = '2.4.0' unless SystemUniversal.send(:const_defined?, :VERSION)
+ SystemUniversal::VERSION = '2.4.2' unless SystemUniversal.send(:const_defined?, :VERSION)
def SystemUniversal.version() SystemUniversal::VERSION end
def version() SystemUniversal::VERSION end
#
diff --git a/systemu.gemspec b/systemu.gemspec
index 0e725de..2dbb3a3 100644
--- a/systemu.gemspec
+++ b/systemu.gemspec
@@ -21,8 +21,7 @@ Gem::Specification::new do |spec|
"samples/c.rb",
"samples/d.rb",
"samples/e.rb",
- "samples/f.rb",
- "systemu.gemspec"]
+ "samples/f.rb"]
spec.executables = []