public
Description: A Ruby Gem for interacting with RDF/OWL stored in the AllegroGraph Triple Store via Seasame 2 HTTP protocol
Homepage: http://informaddicts.blogspot.com
Clone URL: git://github.com/mwarnock/activesesame.git
activesesame / Rakefile
100644 4 lines (2 sloc) 0.065 kb
1
2
3
4
require 'rake'
 
Dir['tasks/*.rake'].each { |rake| load rake }