# -*- encoding: utf-8 -*- # stub: ivy4r 0.3.0 ruby lib Gem::Specification.new do |s| s.name = "ivy4r".freeze s.version = "0.3.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Klaas Prause".freeze] s.date = "2009-06-19" s.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.".freeze s.email = ["klaas.prause@googlemail.com".freeze] s.executables = ["ivy4r".freeze] s.extra_rdoc_files = ["History.txt".freeze, "Manifest.txt".freeze, "README.txt".freeze] s.files = ["History.txt".freeze, "Manifest.txt".freeze, "README.txt".freeze, "Rakefile".freeze, "bin/ivy4r".freeze, "jars/lib/ant-1.7.1.jar".freeze, "jars/lib/ant-launcher-1.7.1.jar".freeze, "jars/lib/ant-trax-1.7.1.jar".freeze, "lib/buildr/ivy_extension.rb".freeze, "lib/ivy/artifactproperty.rb".freeze, "lib/ivy/artifactreport.rb".freeze, "lib/ivy/buildlist.rb".freeze, "lib/ivy/buildnumber.rb".freeze, "lib/ivy/cachepath.rb".freeze, "lib/ivy/cleancache.rb".freeze, "lib/ivy/configure.rb".freeze, "lib/ivy/findrevision.rb".freeze, "lib/ivy/info.rb".freeze, "lib/ivy/listmodules.rb".freeze, "lib/ivy/makepom.rb".freeze, "lib/ivy/publish.rb".freeze, "lib/ivy/report.rb".freeze, "lib/ivy/resolve.rb".freeze, "lib/ivy/retrieve.rb".freeze, "lib/ivy/settings.rb".freeze, "lib/ivy/target.rb".freeze, "lib/ivy/targets.rb".freeze, "lib/ivy4r.rb".freeze, "test/buildlist/p1/buildfile".freeze, "test/buildlist/p1/ivy.xml".freeze, "test/buildlist/sub/p2/buildfile".freeze, "test/buildlist/sub/p2/ivy.xml".freeze, "test/buildlist/sub/p3/buildfile".freeze, "test/buildlist/sub/p3/ivy.xml".freeze, "test/ivy/ivysettings.xml".freeze, "test/ivy/ivytest.xml".freeze, "test/ivy/test_target.rb".freeze, "test/ivy/test_targets.rb".freeze, "test/test_ivy4r.rb".freeze] s.homepage = "http://github.com/klaas1979/ivy4r/tree/master".freeze s.rdoc_options = ["--main".freeze, "README.txt".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Apache Ivy dependency manager wrapper for ruby (see {Apache Ivy}[http://ant.apache.org/ivy/index.html] for more information)".freeze s.test_files = ["test/ivy/test_target.rb".freeze, "test/ivy/test_targets.rb".freeze, "test/test_ivy4r.rb".freeze] s.specification_version = 2 s.add_runtime_dependency(%q.freeze, [">= 0.7.0".freeze]) s.add_development_dependency(%q.freeze, [">= 2.2.0".freeze]) end