README.rdoc in buildr-resolver-0.2.3 vs README.rdoc in buildr-resolver-0.3.0

- old
+ new

@@ -1,9 +1,10 @@ = Buildr Resolver -A Java Dependency Resolver for {Buildr}[https://github.com/apache/buildr] using Maven's {Aether}[https://github.com/sonatype/sonatype-aether] via {https://github.com/mguymon/naether}[Naether] wrapper +A Java Dependency Resolver for {Buildr}[https://github.com/apache/buildr] using Maven's {Aether}[https://github.com/sonatype/sonatype-aether] via the wrapper {Naether}[https://github.com/mguymon/naether]. + https://github.com/mguymon/buildr-resolver == Get Started === Install @@ -22,11 +23,11 @@ project.version = '0.1.0' compile.with deps package :jar end -The Buildr::Resolver.resolve( deps ) is what take the activemq dependency and resolves -all the additional dependencies for it. If you added a +puts+ +dep+, it would output: +The Buildr::Resolver.resolve( deps ) is what takes the activemq dependency and resolves +all the additional dependencies for it. If you added a +puts+ +dep+ after Buildr::Resolver.resolve, it would output: org.apache.activemq:activemq-spring:jar:5.4.2 commons-logging:commons-logging-api:jar:1.1 org.apache.activemq:activemq-core:jar:5.4.2 org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1.1