History.txt in ivy4r-0.7.3 vs History.txt in ivy4r-0.8.0
- old
+ new
@@ -1,13 +1,17 @@
+=== 0.8.0 / 2009-10-19
+
+* Moved to gemcutter for hosting of gems 'gem install gemcutter' add it as primary location and you
+ can install gems as before
+
=== 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+
-
=== 0.7.2 / 2009-09-08
* Fix bug for creating EARs. The package dependencies are added into the root directory
of the EAR.