Sha256: 7f3e3885138eb0ae895c8cc376f029243bed857aefebafdebf4150a9104de686
Contents?: true
Size: 522 Bytes
Versions: 1
Compression:
Stored size: 522 Bytes
Contents
# -*- ruby -*- require 'rubygems' require 'hoe' require './lib/ontomde-redland-win/version.rb' Hoe.new('ontomde-redland-win', Ontomde::Redland::Win::VERSION) do |p| p.rubyforge_name = 'ontomde' p.author = '' p.email = '' p.summary = 'OntoMDE redland binaries wrapper' # 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ontomde-redland-win-1.0.3 | Rakefile |