lib/testlab/version.rb in testlab-0.0.1 vs lib/testlab/version.rb in testlab-0.0.2
- old
+ new
@@ -1,3 +1,6 @@
-module TestLab
- VERSION = "0.0.1"
+class TestLab
+ unless const_defined?(:VERSION)
+ # TestLab Gem Version
+ VERSION = "0.0.2"
+ end
end