ivy4r 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,113 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ivy4r
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.2.0
5
+ platform: ruby
6
+ authors:
7
+ - Klaas Prause
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-06-18 00:00:00 +02:00
13
+ default_executable:
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: Antwrap
17
+ type: :runtime
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: 0.7.0
24
+ version:
25
+ - !ruby/object:Gem::Dependency
26
+ name: hoe
27
+ type: :development
28
+ version_requirement:
29
+ version_requirements: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: 2.2.0
34
+ version:
35
+ description: 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.
36
+ email:
37
+ - klaas.prause@googlemail.com
38
+ executables:
39
+ - ivy4r
40
+ extensions: []
41
+
42
+ extra_rdoc_files:
43
+ - History.txt
44
+ - Manifest.txt
45
+ - README.txt
46
+ files:
47
+ - History.txt
48
+ - Manifest.txt
49
+ - README.txt
50
+ - Rakefile
51
+ - bin/ivy4r
52
+ - lib/buildr/ivy_extension.rb
53
+ - lib/ivy/artifactproperty.rb
54
+ - lib/ivy/artifactreport.rb
55
+ - lib/ivy/buildlist.rb
56
+ - lib/ivy/buildnumber.rb
57
+ - lib/ivy/cachepath.rb
58
+ - lib/ivy/cleancache.rb
59
+ - lib/ivy/configure.rb
60
+ - lib/ivy/findrevision.rb
61
+ - lib/ivy/info.rb
62
+ - lib/ivy/listmodules.rb
63
+ - lib/ivy/makepom.rb
64
+ - lib/ivy/publish.rb
65
+ - lib/ivy/report.rb
66
+ - lib/ivy/resolve.rb
67
+ - lib/ivy/retrieve.rb
68
+ - lib/ivy/settings.rb
69
+ - lib/ivy/target.rb
70
+ - lib/ivy/targets.rb
71
+ - lib/ivy4r.rb
72
+ - test/buildlist/p1/buildfile
73
+ - test/buildlist/p1/ivy.xml
74
+ - test/buildlist/sub/p2/buildfile
75
+ - test/buildlist/sub/p2/ivy.xml
76
+ - test/buildlist/sub/p3/buildfile
77
+ - test/buildlist/sub/p3/ivy.xml
78
+ - test/ivy/ivysettings.xml
79
+ - test/ivy/ivytest.xml
80
+ - test/ivy/test_target.rb
81
+ - test/ivy/test_targets.rb
82
+ - test/test_ivy4r.rb
83
+ has_rdoc: true
84
+ homepage: http://github.com/klaas1979/ivy4r/tree/master
85
+ post_install_message:
86
+ rdoc_options:
87
+ - --main
88
+ - README.txt
89
+ require_paths:
90
+ - lib
91
+ required_ruby_version: !ruby/object:Gem::Requirement
92
+ requirements:
93
+ - - ">="
94
+ - !ruby/object:Gem::Version
95
+ version: "0"
96
+ version:
97
+ required_rubygems_version: !ruby/object:Gem::Requirement
98
+ requirements:
99
+ - - ">="
100
+ - !ruby/object:Gem::Version
101
+ version: "0"
102
+ version:
103
+ requirements: []
104
+
105
+ rubyforge_project: ivy4r
106
+ rubygems_version: 1.3.1
107
+ signing_key:
108
+ specification_version: 2
109
+ summary: Apache Ivy dependency manager wrapper for ruby (see {Apache Ivy}[http://ant.apache.org/ivy/index.html] for more information)
110
+ test_files:
111
+ - test/ivy/test_target.rb
112
+ - test/ivy/test_targets.rb
113
+ - test/test_ivy4r.rb