Sha256: 3a05fc758a2b961c8bce9a800502692c9f09d330796baa2616b5db278a8945ea
Contents?: true
Size: 452 Bytes
Versions: 4
Compression:
Stored size: 452 Bytes
Contents
require 'rubygems' require 'hoe' $: << "./lib" require 'hobosupport' Hoe.new('hobosupport', HoboSupport::VERSION) do |p| p.rubyforge_name = 'hobo' p.author = 'Tom Locke' p.email = 'tom@tomlocke.com' p.url = "http://hobocentral.net/hobo-support" p.summary = 'Core Ruby extensions from the Hobo project' p.description = p.paragraphs_of('README.txt', 2..5).join("\n\n") p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n") end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
hobosupport-0.1 | Rakefile |
hobosupport-0.2 | Rakefile |
hobosupport-0.7.3.99 | Rakefile |
hobosupport-0.7.4 | Rakefile |