danbri
By: a guest | Sep 30th, 2008 | Syntax:
Ruby | Size: 1.58 KB | Hits: 126 | Expires: Never
Gem::Specification.new do |s|
s.name = "rena"
s.version = "0.0.1"
s.date = "2008-07-13"
s.summary = "Ruby RDF library."
s.email = "tom@tommorris.org"
s.homepage = "http://github.com/tommorris/rena"
s.description = "Rena is a Ruby library for manipulating RDF files."
s.has_rdoc = true
s.authors = ['Tom Morris', 'Pius Uzamere', 'Patrick Sinclair']
s.files = ["README.txt", "Rakefile", "rena.gemspec", "lib/rena.rb", "lib/rena/bnode.rb", "lib/rena/graph.rb", "lib/rena/literal.rb", "lib/rena/n3parser.rb", "lib/rena/n3_grammar.treetop", "lib/rena/namespace.rb", "lib/rena/rdfxmlparser.rb", "lib/rena/rexml_hacks.rb", "lib/rena/triple.rb", "lib/rena/uriref.rb", "lib/rena/exceptions/about_each_exception.rb", "lib/rena/exceptions/uri_relative_exception.rb"]
s.test_files = ["test/test_uris.rb", "test/xml.rdf", "spec/bnode_spec.rb", "spec/graph_spec.rb", "spec/literal_spec.rb", "spec/namespaces_spec.rb", "spec/parser_spec.rb", "spec/rexml_hacks_spec.rb", "spec/triple_spec.rb", "spec/uriref_spec.rb"]
#s.rdoc_options = ["--main", "README.txt"]
#s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt"]
s.add_dependency("addressable", [">= 1.0.4"])
s.add_dependency("treetop", [">= 1.2.4"])
end
# tweaked by danbri,
# danbri: phenny, tell tommorris that "lib/rena/n3_grammar.treetop" (was 'grammer') and "spec/bnode_spec.rb" (was "test/spec/bnode.spec.rb") , various "test/spec/" -> "spec/", various ".spec" -> "_spec" ... tweaks needed in rena.gemspec before I could make a Rena gem
#
# gem build rena.gemspec
# gem install rena-0.0.1.gem