diff options
author | Seth Falcon <seth@opscode.com> | 2011-03-04 09:47:27 -0800 |
---|---|---|
committer | Seth Falcon <seth@opscode.com> | 2011-03-04 12:04:11 -0800 |
commit | 7fe08075b64850eb39cd71584aab59e21eb57515 (patch) | |
tree | 92de21f7220cb23afb1673b9e8004ea4f186bb5b /NOTICE | |
parent | be142d2dfbdd6e921fbc1b0a821a23eec7f52330 (diff) | |
download | chef-7fe08075b64850eb39cd71584aab59e21eb57515.tar.gz |
Remove extlib dependency, copy mash code into sources, fix CHEF-1405
Including extlib in Chef introduces conflicts for those wanting to
access Chef via Rails applications. Only the Mash class is used by Chef
and this functionality has been extracted from the extlib gem and added
to the Chef sources.
Thanks to Wojciech Wntrzak and Aaron Suggs for proposing and testing
this solution.
Diffstat (limited to 'NOTICE')
-rw-r--r-- | NOTICE | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -19,3 +19,9 @@ Chef incorporates code modified from Open4 (http://www.codeforpeople.com/lib/rub Chef incorporates code modified from Merb (http://www.merbivore.com), which is Copyright (c) 2008 Engine Yard. Chef incorporates code modified from deep_merge (http://trac.misuse.org/science/wiki/DeepMerge), which is Copyright (c) 2008 Steve Midgley + +Chef incorporates code modified from extlib +(http://github.com/datamapper/extlib), which is Copyright 2009 Dan +Kubb with some portions of mash.rb being verbatim copies of software +licensed under the MIT license and Copyright 2005-2008 David +Heinemeier Hansson |