Commit b7297285369171c95b006e49d6da7bc84b969fc8
1 parent
e65cc4f8
Exists in
master
and in
4 other branches
uppercase Gitlab version and revision constants. check api return gitlab version now
Showing
5 changed files
with
10 additions
and
7 deletions
Show diff stats
.gitignore
app/views/help/index.html.haml
config/initializers/2_app.rb
lib/api/internal.rb
lib/tasks/gitlab/info.rake
... | ... | @@ -40,8 +40,8 @@ namespace :gitlab do |
40 | 40 | |
41 | 41 | puts "" |
42 | 42 | puts "GitLab information".yellow |
43 | - puts "Version:\t#{Gitlab::Version}" | |
44 | - puts "Revision:\t#{Gitlab::Revision}" | |
43 | + puts "Version:\t#{Gitlab::VERSION}" | |
44 | + puts "Revision:\t#{Gitlab::REVISION}" | |
45 | 45 | puts "Directory:\t#{Rails.root}" |
46 | 46 | puts "DB Adapter:\t#{database_adapter}" |
47 | 47 | puts "URL:\t\t#{Gitlab.config.gitlab.url}" | ... | ... |