public
Rubygem
Description: Rena is a Ruby RDF library that I'm trying to help extend.
Clone URL: git://github.com/tommorris/rena.git
Search Repo:
rena /
name age message
folder .autotest Sun Aug 17 09:11:48 -0700 2008 fixed so tests don't report constants warning [tommorris]
folder .gitignore Tue Jul 29 10:37:15 -0700 2008 Updated the .gitignore *again*, this time it sh... [tommorris]
folder .yardoc Sun Jul 13 20:52:13 -0700 2008 getting Github to rebuild the gem [pius]
folder README.txt Sat Jul 12 10:55:08 -0700 2008 packaged Rena as a rubygem [pius]
folder Rakefile Fri Aug 15 17:00:36 -0700 2008 fixed Rakefile jspec task [tommorris]
folder doc/ Sun Jul 13 16:31:30 -0700 2008 added support for fragment identifiers in names... [pius]
folder lib/ Mon Aug 18 03:43:24 -0700 2008 added a bunch of new tests for Triple [tommorris]
folder rena.gemspec Tue Jul 29 00:03:27 -0700 2008 Fixed version of treetop/addressable in gemspec... [Patrick Sinclair]
folder spec/ Mon Aug 18 03:43:24 -0700 2008 added a bunch of new tests for Triple [tommorris]
folder test/ Sun Aug 17 23:58:51 -0700 2008 fixed parser and specs to match changes to Literal [tommorris]
README.txt
= rena

* http://github.com/tommorris/rena

== DESCRIPTION:

Rena is an RDF library for Ruby.

== FEATURES/PROBLEMS:

* Features

== SYNOPSIS:

  Synopsis

== REQUIREMENTS:

* Addressable gem

== INSTALL:

* (sudo gem install rena)

== LICENSE:

(The MIT License)

Copyright (c) 2008 Tom Morris

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.