diff options
author | keiju <keiju@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-03-20 12:38:58 +0000 |
---|---|---|
committer | keiju <keiju@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-03-20 12:38:58 +0000 |
commit | 42a81120e510c2c2fb7822ff4d5738db6ba392bf (patch) | |
tree | 3f6024dcb1fe3a3ca6b3fd613f436fd99c80c80c /lib/shell/system-command.rb | |
parent | d9d838a45beff13576e4fba42e0d5b611d0df706 (diff) |
* lib/shell.rb, lib/shell: support for ruby 1.9(YARV) thread model.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12110 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/shell/system-command.rb')
-rw-r--r-- | lib/shell/system-command.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/shell/system-command.rb b/lib/shell/system-command.rb index f87ba890ea..cefa5d6e5a 100644 --- a/lib/shell/system-command.rb +++ b/lib/shell/system-command.rb @@ -1,9 +1,9 @@ # # shell/system-command.rb - -# $Release Version: 0.6.0 $ +# $Release Version: 0.7 $ # $Revision$ # $Date$ -# by Keiju ISHITSUKA(Nihon Rational Software Co.,Ltd) +# by Keiju ISHITSUKA([email protected]) # # -- # |