Release Name: 0.7.3
Notes:
Apache Ivy dependency manager wrapper for ruby (see {Apache Ivy}[http://ant.apache.org/ivy/index.html] for more information).
Use {Apache Ivy}[http://ant.apache.org/ivy/index.html] via a ruby wrapper without the need to use Apache Ant.
The wrapper uses Antwrap[http://antwrap.rubyforge.org/] to interface with Ivy.
Includes a Extension for Buildr[http://buildr.apache.org/] to use {Apache Ivy}[http://ant.apache.org/ivy/index.html]
for dependency management.
Changes:
=== 0.7.3 / 2009-09-15
* Renamed +ant+ to +ivy4r+ in buildr extension to make more clear what this object does. It is accesible
via call to +project.ivy.ivy4r+, use it in post_resolve or other places where the low level
ivy functions are needed in any way.
* Added access to buildr_extension to get the configured mappings for artifacts to ivy publish names.
I.e. configured +ivy.publish package(:jar) => 'name.jar'
access this hash via +ivy.publish_mappings+
|