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.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!
|
||||
|
@ -1,3 +1,3 @@
|
||||
module Penchant
|
||||
VERSION = "0.2.25"
|
||||
VERSION = "0.2.26"
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user