Guard the definition of VERSION.

This commit is contained in:
Rob Hanlon 2012-07-13 15:02:07 -07:00
parent 02325470e3
commit 53fe02ed82
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
module DecoratesBeforeRendering
unless defined? DecoratesBeforeRendering::VERSION
VERSION = "0.0.1"
end
end