Skip to content

Commit

Permalink
Version 0.3.7. Update ownership links to ruby-rdf.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed May 14, 2012
1 parent 09fdfa9 commit 09493f8
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 36 deletions.
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* Gregg Kellogg <gregg@kellogg-assoc.com>
* Gregg Kellogg <gregg@greggkellogg.net>
43 changes: 23 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
14 changes: 7 additions & 7 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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)
Expand All @@ -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) - <http://kellogg-assoc.com/>
* [Gregg Kellogg](http://github.com/gkellogg) - <http://greggkellogg.net/>

## Contributors
* [Nicholas Humfrey](http://github.com/njh)
Expand All @@ -139,13 +139,13 @@ This is free and unencumbered public domain software. For more information,
see <http://unlicense.org/> or the accompanying {file:UNLICENSE} file.

## Feedback
* <gregg@kellogg-assoc.com>
* <gregg@greggkellogg.net>
* <http://rubygems.org/gem/rdf-n3>
* <http://github.com/gkellogg/rdf-n3>
* <http://github.com/ruby-rdf/rdf-n3>
* <http://lists.w3.org/Archives/Public/public-rdf-ruby/>

[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/
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.6
0.3.7
5 changes: 3 additions & 2 deletions etc/doap.n3
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,18 @@

<> a doap:Project ;
doap:name "RDF::N3" ;
doap:homepage <http://github.com/gkellogg/rdf-n3> ;
doap:homepage <http://github.com/ruby-rdf/rdf-n3> ;
doap:license <http://creativecommons.org/licenses/publicdomain/> ;
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 <http://www.w3.org/DesignIssues/Notation3.html> ;
doap:category <http://dbpedia.org/resource/Resource_Description_Framework>,
<http://dbpedia.org/resource/Ruby_(programming_language)> ;
doap:download-page <http://rubygems.org/gems/rdf-n3> ;
doap:mailing-list <http://lists.w3.org/Archives/Public/public-rdf-ruby/> ;
doap:bug-database <http://github.com/gkellogg/rdf-n3/issues> ;
doap:bug-database <http://github.com/ruby-rdf/rdf-n3/issues> ;
doap:blog <http://greggkellogg.net/> ;
doap:developer <http://greggkellogg.net/foaf#me> ;
doap:maintainer <http://greggkellogg.net/foaf#me> ;
Expand Down
2 changes: 1 addition & 1 deletion lib/rdf/n3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion lib/rdf/n3/reader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/rdf/n3/writer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
4 changes: 2 additions & 2 deletions rdf-n3.gemspec
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 09493f8

Please sign in to comment.