Skip to content
This repository has been archived by the owner on Dec 29, 2017. It is now read-only.

Commit

Permalink
Doc updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Feb 15, 2011
1 parent 4c6fb5f commit edbdd66
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gemspec 100644 → 100755
Expand Up @@ -12,13 +12,13 @@ Gem::Specification.new do |gem|
gem.description = gem.summary
gem.rubyforge_project = 'sparql'

gem.author = 'Arto Bendiken'
gem.authors = ['Arto Bendiken', 'Gregg Kellogg']
gem.email = 'public-rdf-ruby@w3.org'

gem.platform = Gem::Platform::RUBY
gem.files = %w(AUTHORS CREDITS README UNLICENSE VERSION) + Dir.glob('lib/**/*.rb')
gem.bindir = %q(bin)
gem.executables = %w()
gem.executables = %w(sse)
gem.default_executable = gem.executables.first
gem.require_paths = %w(lib)
gem.extensions = %w()
Expand Down
1 change: 1 addition & 0 deletions AUTHORS
@@ -1 +1,2 @@
* Arto Bendiken <arto.bendiken@gmail.com>
* Gregg Kellogg <gregg@kellogg-assoc.com>
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -15,7 +15,7 @@ GIT

GIT
remote: https://github.com/gkellogg/rdf.git
revision: 03defd6b534b288d7bbbfad4d75576558c6e7504
revision: 46cd30d9e73f6e9624caf7388d8709637610776b
branch: query-algebra
specs:
rdf (0.3.1)
Expand Down
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -151,10 +151,11 @@ Mailing List

* <http://lists.w3.org/Archives/Public/public-rdf-ruby/>

Author
Authors
------

* [Arto Bendiken](http://github.com/bendiken) - <http://ar.to/>
* [Gregg Kellogg](http://github.com/gkellogg) - <http://kellogg-assoc.com/>

Contributors
------------
Expand Down Expand Up @@ -182,6 +183,8 @@ License
This is free and unencumbered public domain software. For more information,
see <http://unlicense.org/> or the accompanying {file:UNLICENSE} file.

Portions of tests are derived from [W3C DAWG tests](http://www.w3.org/2001/sw/DataAccess/tests/) and have [other licensing terms](http://www.w3.org/2001/sw/DataAccess/tests/data-r2/LICENSE).

[Ruby]: http://ruby-lang.org/
[RDF]: http://www.w3.org/RDF/
[SPARQL]: http://en.wikipedia.org/wiki/SPARQL
Expand Down

0 comments on commit edbdd66

Please sign in to comment.