Sha256: 064264efdc3c6fba23f70d38cfbbf49bc9b1d59fb82b6af4efc94fc3e53ec90e
Contents?: true
Size: 785 Bytes
Versions: 3
Compression:
Stored size: 785 Bytes
Contents
# -*- ruby -*- require 'rubygems' require 'ontomde-hoe' require './lib/ontomde-core/version.rb' OntomdeHoe.new('ontomde-core', Ontomde::Core::VERSION) do |p| p.rubyforge_name = 'ontomde' p.author = 'Orange-labs BIZZ/CIL/SAM' p.email = 'stephanepierre.carrie@orange-ftgroup.com' p.summary = 'OntoMDE core cartridge (RDF/RDFS handling,code generation helpers)' p.description = p.paragraphs_of('README.txt', 2..5).join("\n\n") p.url="http://ontomde.rubyforge.org" 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'] ] p.spec_extras={ :required_ruby_version => '>=1.8.6',:required_rubygems_version => '>=1.0.0' } end # vim: syntax=Ruby
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ontomde-core-2.0.0 | Rakefile |
ontomde-core-2.0.4 | Rakefile |
ontomde-core-2.0.5 | Rakefile |