Mercurial > hg > soundsoftware-site
comparison script/about @ 1115:433d4f72a19b redmine-2.2
Update to Redmine SVN revision 11137 on 2.2-stable branch
author | Chris Cannam |
---|---|
date | Mon, 07 Jan 2013 12:01:42 +0000 |
parents | 94944d00e43c |
children |
comparison
equal
deleted
inserted
replaced
929:5f33065ddc4b | 1115:433d4f72a19b |
---|---|
1 #!/usr/bin/env ruby | 1 #!/usr/bin/env ruby |
2 require File.expand_path('../../config/boot', __FILE__) | |
3 $LOAD_PATH.unshift "#{RAILTIES_PATH}/builtin/rails_info" | |
4 require 'commands/about' | |
5 | 2 |
6 Redmine::About.print_plugin_info | 3 ENV["RAILS_ENV"] ||= "production" |
4 require File.expand_path(File.dirname(__FILE__) + "/../config/environment") | |
5 puts | |
6 puts Redmine::Info.environment |