lib/xcake/project/hooks.rb in xcake-0.6.21 vs lib/xcake/project/hooks.rb in xcake-0.6.22

- old
+ new

@@ -1,9 +1,10 @@ require 'hooks' module Xcake class Project include Hooks + include Hooks::InstanceHooks # Defines hook which is ran after project is saved. # define_hooks :after_save end