# -*- encoding: utf-8 -*- # stub: autoproj 1.2.5 ruby lib Gem::Specification.new do |s| s.name = "autoproj".freeze s.version = "1.2.5".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Sylvain Joyeux".freeze] s.date = "2009-11-28" s.description = "What is Autoproj\n----------------\nAutoproj allows to easily install and maintain software that is under source\ncode form (usually from a version control system). It has been designed to support a\npackage-oriented development process, where each package can have its own\nversion control repository (think \"distributed version control\"). It also\nprovides an easy integration of the local operating system (Debian, Ubuntu,\nFedora, maybe MacOSX at some point).\n\nThis tool has been developped in the frame of the RubyInMotion project\n(http://sites.google.com/site/rubyinmotion), to install robotics-related\nsoftware -- that is often bleeding edge. Unlike [the ROS build\nsystem](http://ros.org), it is not bound to one build system, one VCS and one\nintegration framework. The philosophy behind autoproj\nis:\n * supports both CMake and autotools, and can be adapted to other tools\n * supports different VCS: cvs, svn, git, plain tarballs.\n * software packages are plain packages, meaning that they can be built and\n installed /outside/ an autoproj tree, and are not tied *at all* to the\n autoproj build system.\n * leverage the actual OS package management system. Right now, only Debian-like\n systems (like Ubuntu) are supported, simply because it is the only one I have\n access to.\n * handle code generation properly".freeze s.email = ["sylvain.joyeux@dfki.de".freeze] s.executables = ["autoproj".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/autoproj".freeze, "doc/guide/config.yaml".freeze, "doc/guide/ext/init.rb".freeze, "doc/guide/ext/previous_next.rb".freeze, "doc/guide/ext/rdoc_links.rb".freeze, "doc/guide/src/autobuild.page".freeze, "doc/guide/src/autoproj_bootstrap".freeze, "doc/guide/src/customization.page".freeze, "doc/guide/src/default.css".freeze, "doc/guide/src/default.template".freeze, "doc/guide/src/htmldoc.metainfo".freeze, "doc/guide/src/htmldoc.virtual".freeze, "doc/guide/src/images/bodybg.png".freeze, "doc/guide/src/images/contbg.png".freeze, "doc/guide/src/images/footerbg.png".freeze, "doc/guide/src/images/gradient1.png".freeze, "doc/guide/src/images/gradient2.png".freeze, "doc/guide/src/index.page".freeze, "doc/guide/src/source_yml.page".freeze, "doc/guide/src/structure.page".freeze, "lib/autoproj.rb".freeze, "lib/autoproj/autobuild.rb".freeze, "lib/autoproj/default.osdeps".freeze, "lib/autoproj/manifest.rb".freeze, "lib/autoproj/options.rb".freeze, "lib/autoproj/osdeps.rb".freeze, "lib/autoproj/system.rb".freeze, "lib/autoproj/version.rb".freeze, "samples/autoproj/init.rb".freeze, "samples/autoproj/manifest".freeze, "samples/autoproj/overrides.rb".freeze, "samples/autoproj/overrides.yml".freeze, "samples/manifest.xml".freeze, "samples/osdeps.yml".freeze, "test/data/test_manifest/autoproj/local/local.autobuild".freeze, "test/data/test_manifest/autoproj/manifest".freeze, "test/test_debian.rb".freeze, "test/test_manifest.rb".freeze] s.homepage = "http://doudou.github.com/autoproj".freeze s.rdoc_options = ["--main".freeze, "README.txt".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Easy installation and management of robotics software".freeze s.test_files = ["test/test_debian.rb".freeze, "test/test_manifest.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 1.4.3".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.0.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.3.3".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.3.3".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.5.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0.5.9".freeze]) s.add_development_dependency(%q.freeze, [">= 2.4.0".freeze]) s.add_development_dependency(%q.freeze, [">= 2.3.3".freeze]) end