6 lines
103 B
Ruby
6 lines
103 B
Ruby
|
|
def ant_dep(spec, tags)
|
||
|
|
if MacOS.version >= :mavericks
|
||
|
|
Dependency.new(spec.to_s, tags)
|
||
|
|
end
|
||
|
|
end
|