can not install rails prerelease gem ------------------------------------ Key: JRUBY-5851 URL: http://jira.codehaus.org/browse/JRUBY-5851 Project: JRuby Issue Type: Bug Affects Versions: JRuby 1.6.2, JRuby 1.5.6 Reporter: kristian meier Assignee: Thomas E Enebo
just installing the latest prelease does not work {noformat} java -jar jruby-complete-1.6.2.jar -S gem install --pre rails {noformat} choosing a particular version works {noformat} java -jar jruby-complete-1.6.2.jar -S gem install --pre rails --version 3.1.0.rc1 {noformat} the offending prelease version is (not sure if it is the only one) {noformat} java -jar ~/.m2/repository/org/jruby/jruby-complete/1.6.2/jruby-complete-1.6.2.jar -S gem install --pre rails --version 3.0.8.rc3 {noformat} that gives the same error as the first command -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email