This page last changed on Jul 04, 2008 by stepheneb.

BuildRuby

Unknown macro: {section}
Unknown macro: {column}

RubyBuild objects encapsulate the information needed to checkout, build, and run tests on a tag or branch version of Ruby from a git clone of the main Ruby subversion repository.

See: http://github.com/stepheneb/buildruby/tree/master

Example – building and testing a development branch:

rb = RubyBuild.new('ruby_1_8')
rb.build
rb.test
puts rb.report

rubyspec tests for branch: ruby_1_8:

testset: 1.8/language:
tests completed, files, examples, expectations, failures, errors
true, 47, 601, 1620, 0, 0

testset: 1.8/library:
tests completed, files, examples, expectations, failures, errors
true, 1240, 3175, 10952, 15, 8

testset: 1.8/core:
tests completed, files, examples, expectations, failures, errors
true, 1092, 4893, 17353, 0, 2
Unknown macro: {column}
Document generated by Confluence on Jan 27, 2014 16:52