Sha256: 379e56ec19930b047dccc14f570e84f80f1da743dc2fefda107fcad55eb512cb

Contents?: true

Size: 415 Bytes

Versions: 3

Compression:

Stored size: 415 Bytes

Contents

# -*- ruby -*-

require './lib/hoe.rb'

Hoe.new("hoe", Hoe::VERSION) do |p|
  p.rubyforge_name = "seattlerb"
  p.summary = "Hoe is a way to write Rakefiles much easier and cleaner."
  p.description = p.paragraphs_of('README.txt', 2..5).join("\n\n")
  p.url = p.paragraphs_of('README.txt', 1).first.gsub(/^\* /, '').split(/\n/)
  p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n")
end

# vim: syntax=Ruby

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hoe-1.2.1 Rakefile
hoe-1.2.2 Rakefile
hoe-1.3.0 Rakefile