Bundle update rubocop and auto correct style issues
This commit is contained in:
parent
f7f8774c43
commit
a81bb25512
9 changed files with 875 additions and 883 deletions
|
|
@ -74,7 +74,7 @@ module Foodsoft
|
|||
end
|
||||
|
||||
# Foodsoft version
|
||||
VERSION = File.read(Rails.root.join('VERSION')).strip
|
||||
VERSION = Rails.root.join('VERSION').read.strip
|
||||
# Current revision, or +nil+
|
||||
REVISION = (File.read(Rails.root.join('REVISION')).strip rescue nil)
|
||||
REVISION = (Rails.root.join('REVISION').read.strip rescue nil)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue