Freeze contants
This commit is contained in:
@@ -3,7 +3,7 @@ module Producer
|
|||||||
class CLI
|
class CLI
|
||||||
ArgumentError = Class.new(::ArgumentError)
|
ArgumentError = Class.new(::ArgumentError)
|
||||||
|
|
||||||
USAGE = "Usage: #{File.basename $0} [-v] [-n] recipe_file"
|
USAGE = "Usage: #{File.basename $0} [-v] [-n] recipe_file".freeze
|
||||||
|
|
||||||
EX_USAGE = 64
|
EX_USAGE = 64
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
module Producer
|
module Producer
|
||||||
module Core
|
module Core
|
||||||
VERSION = '0.2.5'
|
VERSION = '0.2.5'.freeze
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user