Vote #71774
完了reposman and rdm-mailhandler not working with ruby 1.9.x
0%
説明
Although wiki page RedmineInstall says Redmine 1.4.x works with Ruby 1.9.x, either should be noticed at docs that automatic scm creation and utilities (aka Reposman) will not work or replace reposman.rb dependency on rdoc/usage by optparse. Rdoc::usage has been removed from ruby 1.9.
Side note 1: this should be really simple fix, but I've just started learning Ruby :/
journals
Indeed. rdm-mailhandler uses rdoc/usage as well.
--------------------------------------------------------------------------------
The 2 scripts were converted to use optparse instead of rdoc/usage.
--------------------------------------------------------------------------------