srushti / goldberg

Goldberg is a lightweight CI server written in Ruby which worries about Bundler & RVM so that you don't have to.
Other
243 stars 29 forks source link

Ruby version information should be more detailed #48

Open kaiwren opened 13 years ago

kaiwren commented 13 years ago

The builds page currently looks like wrest (1.9.2) or rspec-mocks (jruby). The ruby version information should be expanded to include

gja commented 13 years ago

I think that it should be optional to display more information.

I'm wondering if there is some way we can pull this out from the config, instead of having goldberg try to figure this out.

Goldberg.configure! do |config| config.ruby_display_version = ruby --version end

srushti commented 12 years ago

The problem with this is that the configure file is run in the context of the goldberg server rather than that of the specific project.