as there are no more local changes in the hooks’ source, it can be unvendored and used as gem

This commit is contained in:
Nico Hagenburger 2014-02-02 11:18:25 +01:00
parent e5d95944c4
commit 0c3000c799
20 changed files with 2 additions and 934 deletions

View file

@ -14,7 +14,7 @@ require 'active_support/core_ext/integer/inflections'
require 'active_support/core_ext/float/rounding'
# Simple callback library
require 'vendored-middleman-deps/hooks-0.3.3/lib/hooks'
require 'hooks'
# Our custom logger
require 'middleman-core/logger'