Sha256: 518c24672da704a5c33e64f82cb9b4ef909551e9fe69b6e0daa685e745840e45
Contents?: true
Size: 690 Bytes
Versions: 1
Compression:
Stored size: 690 Bytes
Contents
# -*- ruby -*- require 'rubygems' require 'hoe' require './lib/ontomde-core/version.rb' Hoe.new('ontomde-core', Ontomde::Core::VERSION) do |p| p.rubyforge_name = 'ontomde' p.author = 'Stephane (Pierre) Carrie' p.email = 'stephanepierre.carrie@orange-ftgroup.com' p.summary = 'OntoMDE core cartridge (RDF/RDFS handling,helpers)' # 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") p.spec_extras[:required_ruby_version] = '>= 1.8.4' p.extra_deps=[ ['ontomde-redland-win','= 1.0.3'] ] end # vim: syntax=Ruby
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ontomde-core-1.0.2 | Rakefile |