ivy4r 0.9.15 → 0.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/History.txt +29 -0
- data/README.txt +14 -5
- data/lib/buildr/ivy_extension.rb +328 -262
- data/lib/ivy/target.rb +80 -50
- data/lib/ivy4r.rb +62 -49
- data/lib/rake/ivy_extension.rb +89 -56
- metadata +4 -4
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ivy4r
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.10.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Klaas Prause
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2010-03-
|
12
|
+
date: 2010-03-30 00:00:00 +02:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -77,8 +77,8 @@ description: |-
|
|
77
77
|
Use {Apache Ivy}[http://ant.apache.org/ivy/index.html] via a ruby wrapper without the need to use Apache Ant.
|
78
78
|
The wrapper uses Antwrap[http://antwrap.rubyforge.org/] to interface with Ivy.
|
79
79
|
|
80
|
-
Includes a Extension for Buildr[http://buildr.apache.org/]
|
81
|
-
for dependency management.
|
80
|
+
Includes a Extension for Buildr[http://buildr.apache.org/] and Rake[http://rake.rubyforge.org] to use
|
81
|
+
{Apache Ivy}[http://ant.apache.org/ivy/index.html] for dependency management.
|
82
82
|
email:
|
83
83
|
- klaas.prause@googlemail.com
|
84
84
|
executables:
|