Skip to content

Commit

Permalink
Getting ready for release: removed docs, renamed all files over to Re…
Browse files Browse the repository at this point in the history
…ddy rather than Rena
  • Loading branch information
tommorris committed Oct 24, 2008
1 parent fa1afa0 commit a3333c5
Show file tree
Hide file tree
Showing 54 changed files with 2,447 additions and 5,712 deletions.
32 changes: 23 additions & 9 deletions README.txt
@@ -1,32 +1,39 @@
= rena
= reddy

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

== DESCRIPTION:

Rena is an RDF library for Ruby.
Reddy is an RDF library for Ruby.

== FEATURES/PROBLEMS:

* Features
* RDF/XML parser is beginning to parse tests.
* N3 parser
* Working on an RDFa parser - for now, please use a web service (etc.) to process
* No serializer except N-Triples

== SYNOPSIS:

Synopsis
A simple RDF library for Ruby has been necessary for some time.

== REQUIREMENTS:

* Addressable gem
* Addressable
* Treetop
* Whatlanguage
* libxml-ruby
* facets

== INSTALL:

* (sudo gem install rena)
* (sudo gem install reddy)

== LICENSE:

(The MIT License)

Copyright (c) 2008 Tom Morris
Copyright (c) 2008 Tom Morris and contributors

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand All @@ -45,4 +52,11 @@ 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.
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

== FEEDBACK

* tom@tommorris.org
* github.com/tommorris/reddy
* tommorris.lighthouseapp.com for bug reports
* public-rdf-ruby mailing list on w3.org
15 changes: 10 additions & 5 deletions Rakefile
Expand Up @@ -30,15 +30,15 @@ end

desc "Turns spec results into HTML and publish to web (Tom only!)"
task :spec_html do
sh "spec --format html:rena_new_spec.html spec"
sh "scp rena_new_spec.html bbcityco@bbcity.co.uk:www/tom/files/rena_new_spec.html"
sh "rm rena_new_spec.html"
sh "spec --format html:reddy_new_spec.html spec"
sh "scp reddy_new_spec.html bbcityco@bbcity.co.uk:www/tom/files/rena_new_spec.html"
sh "rm reddy_new_spec.html"
end

desc "Turns spec results into local HTML"
task :spec_local do
sh "spec --format html:rena_new_spec.html spec/"
# sh "open rena_new_spec.html"
sh "spec --format html:reddy_new_spec.html spec/"
# sh "open reddy_new_spec.html"
end

desc "Run specs through RCov"
Expand All @@ -52,3 +52,8 @@ desc "Runs specs on JRuby"
task :jspec do
sh "jruby -S `whereis spec` --colour spec"
end

desc "Build gem"
task :build do
sh "gem build reddy.gemspec"
end
23 changes: 0 additions & 23 deletions doc/AboutEachException.html

This file was deleted.

0 comments on commit a3333c5

Please sign in to comment.