metade / ldontospec

An ontology documentation generator based on the principles of Linked Data

This URL has Read+Write access

Patrick Sinclair (author)
Fri Oct 24 01:19:59 -0700 2008
commit  3d0670c9fca437d41f60e04e1d4cadf48ac28beb
tree    dbba2817690699fa8b6136c2f82888357365b1c1
parent  86e8c6963b5e067201b33938d059c8f838f6ebde
ldontospec / ldontospec.gemspec
100644 23 lines (22 sloc) 0.907 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
require 'rake'
 
Gem::Specification.new do |s|
  s.name = "ldontospec"
  s.version = "0.0.1"
  s.date = "2008-10-24"
  s.summary = "An ontology documentation generator based on the principles of Linked Data."
  s.email = "metade@gmail.com"
  s.homepage = "http://github.com/metade/ldontospec"
  s.description = "An ontology documentation generator based on the principles of Linked Data."
  s.has_rdoc = true
  s.authors = ['Patrick Sinclair']
  s.executables << 'ldontospec'
  s.files = FileList[
    "README", "Rakefile", "ldontospec.gemspec", "bin/*",
    'lib/**/*.rb', 'lib/ldontospec/templates/**/*', 'samples/**/*' ].to_a
  s.test_files = FileList["spec/*.rb"].to_a
  #s.rdoc_options = ["--main", "README.txt"]
  #s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt"]
  s.add_dependency("staticmatic")
  s.add_dependency("metade-activerdf_reddy")
  s.add_dependency("activerdf_rules")
end