lib/spiderfw/version.rb in spiderfw-0.5.13 vs lib/spiderfw/version.rb in spiderfw-0.5.14

- old
+ new

@@ -1,3 +1,3 @@ module Spider - VERSION = File.read(File.dirname(__FILE__)+'/../../VERSION') + VERSION = File.read(File.dirname(__FILE__)+'/../../VERSION').strip end \ No newline at end of file