summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorara.t.howard <ara.t.howard@gmail.com>2011-12-11 22:08:52 -0700
committerara.t.howard <ara.t.howard@gmail.com>2011-12-11 22:08:52 -0700
commit53b35b9506d2f845c816fa166bd2b68f2be92634 (patch)
treee90d233d13daaa3e404ae4129e49fca2cb996ea4
parent00d2f05423bffc8d8dcee52461abc318b984b098 (diff)
parent8ad252b875ca1251751c7614334c1c6753d4e454 (diff)
downloadsystemu-53b35b9506d2f845c816fa166bd2b68f2be92634.tar.gz
merging pull request. v2.4.2
-rw-r--r--README10
-rw-r--r--lib/systemu.rb4
-rw-r--r--systemu.gemspec5
3 files changed, 9 insertions, 10 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 d2496dc..ae9b8f5 100644
--- a/lib/systemu.rb
+++ b/lib/systemu.rb
@@ -13,7 +13,7 @@ class SystemUniversal
#
# constants
#
- SystemUniversal::VERSION = '2.4.1' 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
#
@@ -259,7 +259,7 @@ end
# some monkeypatching for JRuby
if defined? JRUBY_VERSION
require 'jruby'
- import org.jruby.RubyProcess
+ java_import org.jruby.RubyProcess
class SystemUniversal
def systemu
diff --git a/systemu.gemspec b/systemu.gemspec
index b7605dc..2dbb3a3 100644
--- a/systemu.gemspec
+++ b/systemu.gemspec
@@ -3,7 +3,7 @@
Gem::Specification::new do |spec|
spec.name = "systemu"
- spec.version = "2.4.1"
+ spec.version = "2.4.2"
spec.platform = Gem::Platform::RUBY
spec.summary = "systemu"
spec.description = "description: systemu kicks the ass"
@@ -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 = []