From 689c2831680ece3ec8e1cceb45933f9b501b5734 Mon Sep 17 00:00:00 2001 From: Azul Date: Thu, 11 Oct 2012 12:43:55 +0200 Subject: get rid of already defined VERSION warnings --- lib/leap_web/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/leap_web/version.rb b/lib/leap_web/version.rb index bac8655..6a74082 100644 --- a/lib/leap_web/version.rb +++ b/lib/leap_web/version.rb @@ -1,3 +1,3 @@ module LeapWeb - VERSION = "0.1.0" + VERSION = "0.1.0" unless defined?(LeapWeb::VERSION) end -- cgit v1.2.3