Sha256: 2e2f91a9b629b6412ec89caf780574f19377551605fb15326d586be754de56ae
Contents?: true
Size: 443 Bytes
Versions: 1
Compression:
Stored size: 443 Bytes
Contents
# -*- ruby -*- require 'rubygems' require 'hoe' require './lib/image_science.rb' Hoe.new('image_science', ImageScience::VERSION) do |p| p.rubyforge_name = 'seattlerb' p.description = p.paragraphs_of('README.txt', 2..3).join(" ") p.summary = p.description[/^[^.]+\./] p.url = p.paragraphs_of('README.txt', 0).first.split(/\n/)[1..-1].first.strip p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n") end # vim: syntax=Ruby
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
image_science-1.0.0 | Rakefile |