Sha256: faf923f609de273b14ebb66532ed19dd7658fc0596c28cfae24f74bd12a19731

Contents?: true

Size: 907 Bytes

Versions: 22

Compression:

Stored size: 907 Bytes

Contents

require 'utilrb/rake_common'

Utilrb::Rake.hoe do
    Hoe.spec 'autobuild' do
        developer "Sylvain Joyeux", "sylvain.joyeux@m4x.org"

        self.urls         = ["http://rock-robotics.org/stable/documentation/autoproj"]
        self.summary = 'Library to handle build systems and import mechanisms'
        self.description = "Collection of classes to handle build systems (CMake, autotools, ...) and import mechanisms (tarballs, CVS, SVN, git, ...). It also offers a Rake integration to import and build such software packages. It is the backbone of the autoproj (http://rock-robotics.org/autoproj) integrated software project management tool."
        self.email = %q{rock-dev@dfki.de}

        self.extra_deps <<
            ['rake', '>= 0.9.0'] <<
            ['utilrb', '>= 1.6.0'] <<
            ['highline', '>= 0']
    end
    Rake.clear_tasks(/publish_docs/, /default/)
end

task "default"

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
autobuild-1.7.11.rc4 Rakefile
autobuild-1.7.11.rc3 Rakefile
autobuild-1.7.11.rc2 Rakefile
autobuild-1.7.11.rc1 Rakefile
autobuild-1.7.10 Rakefile
autobuild-1.7.9 Rakefile
autobuild-1.7.8 Rakefile
autobuild-1.7.7 Rakefile
autobuild-1.7.6 Rakefile
autobuild-1.7.5 Rakefile
autobuild-1.7.4 Rakefile
autobuild-1.7.4.rc2 Rakefile
autobuild-1.7.4.rc1 Rakefile
autobuild-1.7.3 Rakefile
autobuild-1.7.3.rc3 Rakefile
autobuild-1.7.3.rc2 Rakefile
autobuild-1.7.3.rc1 Rakefile
autobuild-1.7.2 Rakefile
autobuild-1.7.1 Rakefile
autobuild-1.7.0 Rakefile