tiny refactor and version bump

This commit is contained in:
John Bintz 2012-10-09 15:22:02 -04:00
parent fd619a5e6f
commit 2250d629be
2 changed files with 3 additions and 6 deletions

View File

@ -12,12 +12,9 @@ module Penchant
return false if !File.symlink?(target)
return false if !File.expand_path(File.readlink(target)) == File.expand_path(file)
end
true
else
# no script/hooks dir, so we must not want them
true
end
true
end
def self.install!

View File

@ -1,3 +1,3 @@
module Penchant
VERSION = "0.2.25"
VERSION = "0.2.26"
end