1
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 13 hours ago.
Jun 20, 2024 — Jun 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
They are called exec options. More... about 14 years ago
Updated documentation. More... about 14 years ago
Disable :popen on Ruby 1.8.x, since IO.popen does not accept multiple arguments on 1.8.x. More... about 14 years ago
Added System.ruby_1_8?. More... about 14 years ago
Only raise the exception when passing actual exec-options. More... about 14 years ago
Raise an exception when :popen is used on Windows, without JRuby. More... about 14 years ago
Added a spec for when options are passed to System.run on Ruby 1.8.x. More... about 14 years ago
Added System.jruby. More... about 14 years ago
Added a spec for using :popen with System.run. More... about 14 years ago
Link to the framed YARD docs. More... about 14 years ago
Updated the features list. More... about 14 years ago
Added popen support back to System.run via the :popen option. More... about 14 years ago
Added comments. More... about 14 years ago
Pass the path into System.sudo, along with the arguments. More... about 14 years ago
Refactored System.run. More... about 14 years ago
Leave the path argument in the arguments. More... about 14 years ago
Omitt ruby 1.9 specific specs. More... about 14 years ago
Added documentation about not support tailing options in 1.8.x. More... about 14 years ago
Passing tailing options to Kernel.system() is a 1.9 specific feature. More... about 14 years ago
JRuby sets RUBY_PLATFORM to simply "java". More... about 14 years ago
Use ivars. More... about 14 years ago
Added specs for System.arch and System.platform. More... about 14 years ago
Pass the environment variables in the tailing options as :env. More... about 14 years ago
Added documentation for the SudoTask options. More... about 14 years ago
Pass the sudo options in the tailing options of Program#sudo. More... about 14 years ago
Removed rprogram/extensions.rb. More... about 14 years ago
Fixed old YARD links in the ChangeLog. More... about 14 years ago
Added System.arch and System.windows?. More... about 14 years ago
Pass the Kernel.spawn options in with Program#run, #sudo, #run_task and #sudo_task. More... about 14 years ago
Fixed Task.subtask. More... about 14 years ago