Skip to content

Commit

Permalink
Moved UnmeetableDep to DepDefiner, so it's available there as well as…
Browse files Browse the repository at this point in the history
… in its subclasses.
  • Loading branch information
benhoskings committed Feb 25, 2011
1 parent ca0f4c4 commit b447e6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/babushka/dep_context.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
module Babushka
class DepContext < DepDefiner
class UnmeetableDep < DepError
end

include BaseDepRunner

accepts_list_for :desc
Expand Down
3 changes: 3 additions & 0 deletions lib/babushka/dep_definer.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
module Babushka
class DepDefiner
class UnmeetableDep < DepError
end

include RunHelpers

include AcceptsListFor
Expand Down

0 comments on commit b447e6b

Please sign in to comment.