master/lib/guard/version.rb
Mislav Marohnić 03aa0b0df8 gemspec: avoid adding the "lib/" directory to load path
Simply reading the gemspec shouldn't activate the gem by adding its
files to the load path.
2011-06-07 15:42:44 +02:00

4 lines
61 B
Ruby

module Guard
VERSION = "0.4.0" unless defined? VERSION
end