03aa0b0df8
Simply reading the gemspec shouldn't activate the gem by adding its files to the load path.
4 lines
61 B
Ruby
4 lines
61 B
Ruby
module Guard
|
|
VERSION = "0.4.0" unless defined? VERSION
|
|
end
|