tiny refactor and version bump
This commit is contained in:
parent
fd619a5e6f
commit
2250d629be
@ -12,12 +12,9 @@ module Penchant
|
|||||||
return false if !File.symlink?(target)
|
return false if !File.symlink?(target)
|
||||||
return false if !File.expand_path(File.readlink(target)) == File.expand_path(file)
|
return false if !File.expand_path(File.readlink(target)) == File.expand_path(file)
|
||||||
end
|
end
|
||||||
|
|
||||||
true
|
|
||||||
else
|
|
||||||
# no script/hooks dir, so we must not want them
|
|
||||||
true
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
true
|
||||||
end
|
end
|
||||||
|
|
||||||
def self.install!
|
def self.install!
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
module Penchant
|
module Penchant
|
||||||
VERSION = "0.2.25"
|
VERSION = "0.2.26"
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user