Sha256: 77ece0bdb1b7db6868c6d9f6cfdef6999b8379d4e88fc3a062591d1118928687
Contents?: true
Size: 405 Bytes
Versions: 10
Compression:
Stored size: 405 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', 0).first.split(/\n/)[1..-1] p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n") end # vim: syntax=Ruby
Version data entries
10 entries across 10 versions & 1 rubygems