systemu 2.4.1 → 2.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README +5 -5
- data/lib/systemu.rb +2 -2
- data/systemu.gemspec +1 -1
- metadata +3 -3
data/README
CHANGED
|
@@ -53,7 +53,7 @@ SAMPLES
|
|
|
53
53
|
|
|
54
54
|
~ > ruby samples/a.rb
|
|
55
55
|
|
|
56
|
-
[#<Process::Status: pid
|
|
56
|
+
[#<Process::Status: pid 50931 exit 0>, "2011-12-11 22:07:30 -0700\n", "2011-12-11 22:07:30 -0700\n"]
|
|
57
57
|
|
|
58
58
|
|
|
59
59
|
<========< samples/b.rb >========>
|
|
@@ -75,7 +75,7 @@ SAMPLES
|
|
|
75
75
|
|
|
76
76
|
~ > ruby samples/b.rb
|
|
77
77
|
|
|
78
|
-
[#<Process::Status: pid
|
|
78
|
+
[#<Process::Status: pid 50936 exit 0>, "2011-12-11 22:07:30 -0700\n", "2011-12-11 22:07:30 -0700\n"]
|
|
79
79
|
|
|
80
80
|
|
|
81
81
|
<========< samples/c.rb >========>
|
|
@@ -116,7 +116,7 @@ SAMPLES
|
|
|
116
116
|
|
|
117
117
|
~ > ruby samples/d.rb
|
|
118
118
|
|
|
119
|
-
/private/var/folders/
|
|
119
|
+
/private/var/folders/sp/nwtflj890qnb6z4b53dqxvlw0000gp/T
|
|
120
120
|
|
|
121
121
|
|
|
122
122
|
<========< samples/e.rb >========>
|
|
@@ -163,7 +163,7 @@ SAMPLES
|
|
|
163
163
|
|
|
164
164
|
~ > ruby samples/f.rb
|
|
165
165
|
|
|
166
|
-
#<Process::Status: pid
|
|
167
|
-
"
|
|
166
|
+
#<Process::Status: pid 50956 SIGKILL (signal 9)>
|
|
167
|
+
"1323666451\n1323666452\n1323666453\n"
|
|
168
168
|
|
|
169
169
|
|
data/lib/systemu.rb
CHANGED
|
@@ -13,7 +13,7 @@ class SystemUniversal
|
|
|
13
13
|
#
|
|
14
14
|
# constants
|
|
15
15
|
#
|
|
16
|
-
SystemUniversal::VERSION = '2.4.
|
|
16
|
+
SystemUniversal::VERSION = '2.4.2' unless SystemUniversal.send(:const_defined?, :VERSION)
|
|
17
17
|
def SystemUniversal.version() SystemUniversal::VERSION end
|
|
18
18
|
def version() SystemUniversal::VERSION end
|
|
19
19
|
#
|
|
@@ -259,7 +259,7 @@ end
|
|
|
259
259
|
# some monkeypatching for JRuby
|
|
260
260
|
if defined? JRUBY_VERSION
|
|
261
261
|
require 'jruby'
|
|
262
|
-
|
|
262
|
+
java_import org.jruby.RubyProcess
|
|
263
263
|
|
|
264
264
|
class SystemUniversal
|
|
265
265
|
def systemu
|
data/systemu.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: systemu
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.4.
|
|
4
|
+
version: 2.4.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2011-
|
|
12
|
+
date: 2011-12-12 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: ! 'description: systemu kicks the ass'
|
|
15
15
|
email: ara.t.howard@gmail.com
|
|
@@ -49,7 +49,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
49
49
|
version: '0'
|
|
50
50
|
requirements: []
|
|
51
51
|
rubyforge_project: codeforpeople
|
|
52
|
-
rubygems_version: 1.8.
|
|
52
|
+
rubygems_version: 1.8.11
|
|
53
53
|
signing_key:
|
|
54
54
|
specification_version: 3
|
|
55
55
|
summary: systemu
|