Add "require time" so that Date.today works on 1.9.3

This commit is contained in:
Fabio Rehm 2013-04-21 23:46:21 -03:00
parent 2fd3db12f0
commit e3b16db8c9

View file

@ -54,6 +54,7 @@ class BuildUbuntuBoxTask < ::Rake::TaskLib
end
def default_box_file
require 'time'
"lxc-#{@release}-#{@arch}-#{Date.today}.box"
end
end