4e14ccc74d
Instiki now runs on the Rails 2.3.0 Candidate Release. Among other improvements, this means that it now automagically selects between WEBrick and Mongrel. Just run ./instiki --daemon
7 lines
408 B
Ruby
7 lines
408 B
Ruby
Project.configure do |project|
|
|
project.build_command = 'ruby ci/ci_build.rb'
|
|
# project.email_notifier.emails = ['thewoolleyman@gmail.com']
|
|
project.email_notifier.emails = ['thewoolleyman@gmail.com','michael@koziarski.com', 'david@loudthinking.com', 'jeremy@bitsweat.net', 'josh@joshpeek.com', 'pratiknaik@gmail.com', 'wycats@gmail.com']
|
|
project.email_notifier.from = 'thewoolleyman+railsci@gmail.com'
|
|
end
|