summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorara.t.howard <ara.t.howard@gmail.com>2010-05-20 13:22:42 -0600
committerara.t.howard <ara.t.howard@gmail.com>2010-05-20 13:22:42 -0600
commit8fe89594c7ad3173178e89b57a0b1c087f823ef1 (patch)
tree39f5694f7ee35dffbefdd91f64e52183a73fe618
parent00e5f710b425f8a4892720b93e8ea39952ebbe0c (diff)
downloadsystemu-8fe89594c7ad3173178e89b57a0b1c087f823ef1.tar.gz
fix versioning issue
-rw-r--r--README11
-rw-r--r--README.erb3
-rw-r--r--lib/systemu.rb2
3 files changed, 11 insertions, 5 deletions
diff --git a/README b/README
index e41e3fb..aa185e8 100644
--- a/README
+++ b/README
@@ -16,6 +16,9 @@ INSTALL
gem install systemu
HISTORY
+ 2.0.0
+ - versioning issue. new gem release.
+
1.3.1
- updates for ruby 1.9.1
@@ -50,7 +53,7 @@ SAMPLES
~ > ruby samples/a.rb
- [#<Process::Status: pid=2891,exited(0)>, "Thu May 20 13:16:02 -0600 2010\n", "Thu May 20 13:16:02 -0600 2010\n"]
+ [#<Process::Status: pid=3359,exited(0)>, "Thu May 20 13:21:48 -0600 2010\n", "Thu May 20 13:21:48 -0600 2010\n"]
<========< samples/b.rb >========>
@@ -72,7 +75,7 @@ SAMPLES
~ > ruby samples/b.rb
- [#<Process::Status: pid=2896,exited(0)>, "Thu May 20 13:16:02 -0600 2010\n", "Thu May 20 13:16:02 -0600 2010\n"]
+ [#<Process::Status: pid=3364,exited(0)>, "Thu May 20 13:21:48 -0600 2010\n", "Thu May 20 13:21:48 -0600 2010\n"]
<========< samples/c.rb >========>
@@ -160,7 +163,7 @@ SAMPLES
~ > ruby samples/f.rb
- #<Process::Status: pid=2916,signaled(SIGKILL=9)>
- "1274382962\n1274382963\n1274382964\n"
+ #<Process::Status: pid=3384,signaled(SIGKILL=9)>
+ "1274383308\n1274383309\n1274383310\n"
diff --git a/README.erb b/README.erb
index f5dd6a2..ab04eff 100644
--- a/README.erb
+++ b/README.erb
@@ -16,6 +16,9 @@ INSTALL
gem install systemu
HISTORY
+ 2.0.0
+ - versioning issue. new gem release.
+
1.3.1
- updates for ruby 1.9.1
diff --git a/lib/systemu.rb b/lib/systemu.rb
index 9b4ca6a..71348bb 100644
--- a/lib/systemu.rb
+++ b/lib/systemu.rb
@@ -14,7 +14,7 @@ class SystemUniversal
#
# constants
#
- SystemUniversal::VERSION = '1.4.0' unless defined? SystemUniversal::VERSION
+ SystemUniversal::VERSION = '2.0.0' unless SystemUniversal.send(:const_defined?, :VERSION)
def SystemUniversal.version() SystemUniversal::VERSION end
def version() SystemUniversal::VERSION end
#