Skip to content

Commit

Permalink
remove add_conflicts now; use add_conflict; ref #2390
Browse files Browse the repository at this point in the history
  • Loading branch information
matz committed Jun 13, 2014
1 parent 81db9b7 commit 8ef971a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tasks/mrbgem_spec.rake
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@ module MRuby
@dependencies << {:gem => name, :requirements => requirements, :default => default_gem}
end

def add_conflicts(*names)
@conflicts += names.map { |n| {:gem => n} }
end

def add_conflict(name, *req)
@conflicts << {:gem => name, :requirements => req.empty? ? nil : req}
end
Expand Down

0 comments on commit 8ef971a

Please sign in to comment.