Sha256: 2c710ae20409be61d9e1d8dd5348c5057ed31e63d5ae615c3ac7c0c9cb2f17a6

Contents?: true

Size: 638 Bytes

Versions: 1

Compression:

Stored size: 638 Bytes

Contents

require 'hoe'
require 'lib/autobuild'

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

    self.summary = 'Rake-based utility to build and install multiple packages with dependencies'
    self.description = self.paragraphs_of('README.txt', 2..5).join("\n\n")
    self.url         = self.paragraphs_of('README.txt', 1).first.split(/\n/)[1..-1].map { |s| s.gsub('* ', '') }
    self.changes     = self.paragraphs_of('Changes.txt', 0..1).join("\n\n")

    self.extra_deps <<
        ['rake', '>= 0.7.0'] <<
        ['rmail', '>= 1.0'] <<
        ['daemons', '>= 0.0'] <<
        ['utilrb', '>= 1.3.3']
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
autobuild-1.3.1 Rakefile