From 09493f865069c4e229e0b9c4982fea143ec19376 Mon Sep 17 00:00:00 2001 From: Gregg Kellogg Date: Mon, 14 May 2012 10:03:07 -0700 Subject: [PATCH] Version 0.3.7. Update ownership links to ruby-rdf. --- AUTHORS | 2 +- Gemfile.lock | 43 +++++++++++++++++++++++-------------------- README.markdown | 14 +++++++------- VERSION | 2 +- etc/doap.n3 | 5 +++-- lib/rdf/n3.rb | 2 +- lib/rdf/n3/reader.rb | 2 +- lib/rdf/n3/writer.rb | 2 +- rdf-n3.gemspec | 4 ++-- 9 files changed, 40 insertions(+), 36 deletions(-) mode change 100644 => 100755 rdf-n3.gemspec diff --git a/AUTHORS b/AUTHORS index 06bbd05..53fa739 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1 +1 @@ -* Gregg Kellogg \ No newline at end of file +* Gregg Kellogg \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index b208ff6..ec3a7a4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,37 +7,40 @@ PATH GEM remote: http://rubygems.org/ specs: - addressable (2.2.6) + addressable (2.2.7) diff-lcs (1.1.3) - nokogiri (1.5.0) - nokogiri (1.5.0-java) - open-uri-cached (0.0.4) + nokogiri (1.5.2) + nokogiri (1.5.2-java) + open-uri-cached (0.0.5) promise (0.3.0) - rdf (0.3.4.1) + rdf (0.3.5.1) addressable (>= 2.2.6) rdf-isomorphic (0.3.4) rdf (>= 0.2.3) - rdf-rdfxml (0.3.5) - nokogiri (>= 1.4.4) + rdf-rdfxml (0.3.6) rdf (>= 0.3.4) - rdf-spec (0.3.4) - rspec (>= 2.6.0) - rdf-turtle (0.1.0) + rdf-xsd (>= 0.3.5) + rdf-spec (0.3.5.1) + rspec (>= 2.8.0) + rdf-turtle (0.1.1) rdf (>= 0.3.4) - rspec (2.7.0) - rspec-core (~> 2.7.0) - rspec-expectations (~> 2.7.0) - rspec-mocks (~> 2.7.0) - rspec-core (2.7.1) - rspec-expectations (2.7.0) - diff-lcs (~> 1.1.2) - rspec-mocks (2.7.0) + rdf-xsd (0.3.5) + nokogiri (>= 1.5.0) + rdf (>= 0.3.4) + rspec (2.9.0) + rspec-core (~> 2.9.0) + rspec-expectations (~> 2.9.0) + rspec-mocks (~> 2.9.0) + rspec-core (2.9.0) + rspec-expectations (2.9.0) + diff-lcs (~> 1.1.3) + rspec-mocks (2.9.0) spira (0.0.12) promise (>= 0.3.0) rdf (>= 0.2.3) rdf-isomorphic (>= 0.3.0) wirble (0.1.3) - yard (0.7.3) + yard (0.7.5) PLATFORMS java @@ -50,7 +53,7 @@ DEPENDENCIES rdf-rdfxml (>= 0.3.3) rdf-spec (>= 0.3.4) rdf-turtle (>= 0.1.0) - rspec (>= 2.5.0) + rspec (>= 2.8.0) spira (>= 0.0.12) wirble yard (>= 0.6.0) diff --git a/README.markdown b/README.markdown index 3d14711..c6ab6af 100755 --- a/README.markdown +++ b/README.markdown @@ -1,5 +1,5 @@ # RDF::N3 reader/writer -Notation-3 and Turtle reader/writer for [RDF.rb][RDF.rb] . +Notation-3 reader/writer for [RDF.rb][RDF.rb] . ## Description RDF::N3 is an Notation-3 parser for Ruby using the [RDF.rb][RDF.rb] library suite. @@ -102,8 +102,8 @@ Full documentation available on [RubyForge](http://rdf.rubyforge.org/n3) ## Resources * [RDF.rb][RDF.rb] -* [Distiller](http://distiller.kellogg-assoc) -* [Documentation](http://rdf.rubyforge.org/n3) +* [Distiller](http://rdf.greggkellogg.net/distiller) +* [Documentation](http://rubydoc.info/github/ruby-rdf/rdf-n3/master/frames) * [History](file:file.History.html) * [Notation-3][N3] * [N3 Primer](http://www.w3.org/2000/10/swap/Primer.html) @@ -114,7 +114,7 @@ Full documentation available on [RubyForge](http://rdf.rubyforge.org/n3) * [N-Triples][N-Triples] ## Author -* [Gregg Kellogg](http://github.com/gkellogg) - +* [Gregg Kellogg](http://github.com/gkellogg) - ## Contributors * [Nicholas Humfrey](http://github.com/njh) @@ -139,13 +139,13 @@ This is free and unencumbered public domain software. For more information, see or the accompanying {file:UNLICENSE} file. ## Feedback -* +* * -* +* * [RDF.rb]: http://rdf.rubyforge.org/ -[RDF::Turtle] http://github.com/gkellogg/rdf-turtle/ +[RDF::Turtle] http://github.com/ruby-rdf/rdf-turtle/ [N3]: http://www.w3.org/DesignIssues/Notation3.html "Notation-3" [Turtle]: http://www.w3.org/TeamSubmission/turtle/ [N-Triples]: http://www.w3.org/2001/sw/RDFCore/ntriples/ diff --git a/VERSION b/VERSION index 449d7e7..0f82685 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.6 +0.3.7 diff --git a/etc/doap.n3 b/etc/doap.n3 index d9fcde1..179b966 100644 --- a/etc/doap.n3 +++ b/etc/doap.n3 @@ -9,17 +9,18 @@ <> a doap:Project ; doap:name "RDF::N3" ; - doap:homepage ; + doap:homepage ; doap:license ; doap:shortdesc "N3 reader/writer for Ruby."@en ; doap:description "RDF::N3 is an Notation-3 reader/writer for the RDF.rb library suite."@en ; doap:created "2010-06-03"^^xsd:date; doap:programming-language "Ruby" ; + doap:implements ; doap:category , ; doap:download-page ; doap:mailing-list ; - doap:bug-database ; + doap:bug-database ; doap:blog ; doap:developer ; doap:maintainer ; diff --git a/lib/rdf/n3.rb b/lib/rdf/n3.rb index e365ec0..50806bd 100644 --- a/lib/rdf/n3.rb +++ b/lib/rdf/n3.rb @@ -18,7 +18,7 @@ module RDF # @see http://rdf.rubyforge.org/ # @see http://www.w3.org/TR/REC-rdf-syntax/ # - # @author [Gregg Kellogg](http://kellogg-assoc.com/) + # @author [Gregg Kellogg](http://greggkellogg.net/) module N3 require 'rdf/n3/format' require 'rdf/n3/vocab' diff --git a/lib/rdf/n3/reader.rb b/lib/rdf/n3/reader.rb index 8733e3c..a71980a 100644 --- a/lib/rdf/n3/reader.rb +++ b/lib/rdf/n3/reader.rb @@ -12,7 +12,7 @@ module RDF::N3 # * Formulae as RDF::Query representations # * Formula expansion similar to SPARQL Construct # - # @author [Gregg Kellogg](http://kellogg-assoc.com/) + # @author [Gregg Kellogg](http://greggkellogg.net/) class Reader < RDF::Reader format Format diff --git a/lib/rdf/n3/writer.rb b/lib/rdf/n3/writer.rb index 6b4615d..e656c69 100644 --- a/lib/rdf/n3/writer.rb +++ b/lib/rdf/n3/writer.rb @@ -48,7 +48,7 @@ module RDF::N3 # end # end # - # @author [Gregg Kellogg](http://kellogg-assoc.com/) + # @author [Gregg Kellogg](http://greggkellogg.net/) class Writer < RDF::Writer format RDF::N3::Format QNAME = Meta::REGEXPS[:"http://www.w3.org/2000/10/swap/grammar/n3#qname"] diff --git a/rdf-n3.gemspec b/rdf-n3.gemspec old mode 100644 new mode 100755 index 21cbe57..33369be --- a/rdf-n3.gemspec +++ b/rdf-n3.gemspec @@ -6,9 +6,9 @@ Gem::Specification.new do |gem| gem.date = File.mtime('VERSION').strftime('%Y-%m-%d') gem.name = %q{rdf-n3} - gem.homepage = %q{http://github.com/gkellogg/rdf-n3} + gem.homepage = %q{http://github.com/ruby-rdf/rdf-n3} gem.license = 'Public Domain' if gem.respond_to?(:license=) - gem.summary = %q{N3/Turtle reader/writer for RDF.rb.} + gem.summary = %q{Notation3 reader/writer for RDF.rb.} gem.description = %q{RDF::N3 is an Notation-3 reader/writer for the RDF.rb library suite.} gem.rubyforge_project = 'rdf-n3'