Module: Ivy

Defined in:
lib/ivy/info.rb,
lib/ivy/report.rb,
lib/ivy/target.rb,
lib/ivy/makepom.rb,
lib/ivy/publish.rb,
lib/ivy/resolve.rb,
lib/ivy/retrieve.rb,
lib/ivy/settings.rb,
lib/ivy/buildlist.rb,
lib/ivy/cachepath.rb,
lib/ivy/configure.rb,
lib/ivy/cleancache.rb,
lib/ivy/buildnumber.rb,
lib/ivy/listmodules.rb,
lib/ivy/findrevision.rb,
lib/ivy/artifactreport.rb,
lib/ivy/artifactproperty.rb

Defined Under Namespace

Classes: Artifactproperty, Artifactreport, Buildlist, Buildnumber, Cachepath, Cleancache, Configure, Findrevision, Info, Listmodules, Makepom, Parameter, Publish, Report, Resolve, ResultValue, Retrieve, Settings, Target

Constant Summary collapse

COMMA_SPLITTER =
Proc.new {|value| value.to_s.split(',').map(&:strip)}