gitlabhq/config/initializers/2_app.rb
2012-07-02 21:51:48 +03:00

9 lines
156 B
Ruby

module Gitlab
Version = File.read(Rails.root.join("VERSION"))
Revision = `git log --pretty=format:'%h' -n 1`
def self.config
Settings
end
end