Bug 20651

Summary: Remove deps on ruby(getopts) and rebuild with ruby 1.9.1
Product: Sisyphus Reporter: Sir Raorn <raorn>
Component: ruby-module-qtAssignee: Sergey V Turchin <zerg>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P3    
Version: unstable   
Hardware: all   
OS: Linux   

Description Sir Raorn 2009-07-01 16:25:13 MSD
In rbqtapi script replace

require 'getopts'

with

require 'optparse'
def getopts(*args)
  ($OPT = ARGV.getopts(*args)).each do |opt, val|
    eval "$OPT_#{opt.gsub(/[^A-Za-z0-9_]/, '_')} = val"
  end
rescue OptionParser::ParseError
end

Task #8534 - ruby 1.9.1
Comment 1 Sergey V Turchin 2009-07-01 17:59:37 MSD
(В ответ на комментарий №0)
> Task #8534
добавил
Comment 2 Sergey V Turchin 2009-10-20 16:38:44 MSD
зафиксено