Skip to content

Commit

Permalink
Version 0.3.0. Update github 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 60cc621 commit ca8aa8c
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion .gemspec
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |gem|
gem.date = File.mtime('VERSION').strftime('%Y-%m-%d')

gem.name = "sparql"
gem.homepage = "http://github.com/gkellogg/sparql"
gem.homepage = "http://github.com/ruby-rdf/sparql"
gem.license = 'Public Domain' if gem.respond_to?(:license=)
gem.summary = "SPARQL library for Ruby."
gem.rubyforge_project = 'sparql'
Expand Down
2 changes: 1 addition & 1 deletion AUTHORS
@@ -1,3 +1,3 @@
* Gregg Kellogg <gregg@kellogg-assoc.com>
* Gregg Kellogg <gregg@greggkellogg.net>
* Arto Bendiken <arto.bendiken@gmail.com>
* Pius Uzamere <pius@alum.mit.edu>
64 changes: 31 additions & 33 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
sparql (0.1.1)
sparql (0.3.0)
builder (>= 3.0.0)
json (>= 1.5.1)
rdf (>= 0.3.5)
Expand All @@ -12,20 +12,19 @@ PATH
GEM
remote: http://rubygems.org/
specs:
addressable (2.2.6)
backports (2.3.0)
addressable (2.2.8)
builder (3.0.0)
diff-lcs (1.1.3)
equivalent-xml (0.2.9)
nokogiri (>= 1.4.3)
haml (3.1.4)
haml (3.1.5)
htmlentities (4.3.1)
json (1.6.5)
json (1.6.5-java)
json-ld (0.1.0)
json (>= 1.5.1)
rdf (>= 0.3.4)
json_pure (1.6.5)
json (1.7.3)
json (1.7.3-java)
json-ld (0.1.2)
json (>= 1.6.5)
rdf (>= 0.3.5)
json_pure (1.7.3)
linkeddata (0.3.5)
json-ld (>= 0.1.0)
rdf (>= 0.3.5)
Expand All @@ -39,58 +38,57 @@ GEM
rdf-trix (>= 0.3.0)
rdf-turtle (>= 0.1.1)
net-http-persistent (1.4.1)
nokogiri (1.5.0)
nokogiri (1.5.0-java)
nokogiri (1.5.2)
nokogiri (1.5.2-java)
open-uri-cached (0.0.5)
promise (0.3.0)
rack (1.4.1)
rack-protection (1.2.0)
rack
rack-test (0.6.1)
rack (>= 1.0)
rdf (0.3.5)
rdf (0.3.5.2)
addressable (>= 2.2.6)
rdf-isomorphic (0.3.4)
rdf (>= 0.3.4)
rdf (>= 0.2.3)
rdf-json (0.3.0)
json_pure (>= 1.4.2)
rdf (~> 0.3.0)
rdf-microdata (0.2.3.1)
rdf-microdata (0.2.4)
htmlentities (>= 4.3.0)
json (>= 1.6.1)
rdf (>= 0.3.4)
rdf-xsd (>= 0.3.4)
rdf-n3 (0.3.6)
rdf-n3 (0.3.7)
rdf (>= 0.3.4)
rdf-rdfa (0.3.9)
backports
rdf-rdfa (0.3.12)
haml (>= 3.0.0)
htmlentities (>= 4.3.0)
rdf (>= 0.3.3)
rdf-xsd (>= 0.3.5)
rdf-rdfxml (0.3.5)
nokogiri (>= 1.4.4)
rdf-rdfxml (0.3.7)
rdf (>= 0.3.4)
rdf-spec (0.3.5)
rdf-xsd (>= 0.3.5)
rdf-spec (0.3.5.1)
rspec (>= 2.8.0)
rdf-trig (0.1.1)
rdf-trig (0.1.3)
rdf (>= 0.3.4)
rdf-turtle (>= 0.1.1)
rdf-trix (0.3.0)
rdf (~> 0.3.0)
rdf-turtle (0.1.1)
rdf-turtle (0.1.2)
rdf (>= 0.3.4)
rdf-xsd (0.3.5)
rdf-xsd (0.3.6)
nokogiri (>= 1.5.0)
rdf (>= 0.3.4)
rspec (2.8.0)
rspec-core (~> 2.8.0)
rspec-expectations (~> 2.8.0)
rspec-mocks (~> 2.8.0)
rspec-core (2.8.0)
rspec-expectations (2.8.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.8.0)
rspec (2.10.0)
rspec-core (~> 2.10.0)
rspec-expectations (~> 2.10.0)
rspec-mocks (~> 2.10.0)
rspec-core (2.10.0)
rspec-expectations (2.10.0)
diff-lcs (~> 1.1.3)
rspec-mocks (2.10.1)
shotgun (0.9)
rack (>= 1.0)
sinatra (1.3.2)
Expand All @@ -109,7 +107,7 @@ GEM
json (>= 1.5.1)
tilt (1.3.3)
wirble (0.1.3)
yard (0.7.5)
yard (0.8.1)

PLATFORMS
java
Expand Down
6 changes: 3 additions & 3 deletions README.markdown
Expand Up @@ -192,15 +192,15 @@ To install the latest official release of the `SPARQL` gem, do:

To get a local working copy of the development repository, do:

% git clone git://github.com/gkellogg/sparql.git
% git clone git://github.com/ruby-rdf/sparql.git

## Mailing List

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

## Authors

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

Expand Down Expand Up @@ -243,7 +243,7 @@ see <http://unlicense.org/> or the accompanying {file:UNLICENSE} file.
[PDD]: http://unlicense.org/#unlicensing-contributions
[Backports]: http://rubygems.org/gems/backports
[Linked Data]: http://rubygems.org/gems/linkeddata
[SPARQL doc]: http://rubydoc.info/github/gkellogg/sparql/frames
[SPARQL doc]: http://rubydoc.info/github/ruby-rdf/sparql/frames
[SPARQL XML]: http://www.w3.org/TR/rdf-sparql-XMLres/
[SPARQL JSON]: http://www.w3.org/TR/rdf-sparql-json-res/
[SPARQL Protocol]: http://www.w3.org/TR/rdf-sparql-protocol/
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.1.1
0.3.0
6 changes: 3 additions & 3 deletions etc/doap.ttl
Expand Up @@ -19,12 +19,12 @@
dc:creator <http://greggkellogg.net/foaf#me>, <http://ar.to/#self>, <http://bhuga.net/#ben>, _:pius;
foaf:maker <http://greggkellogg.net/foaf#me>, <http://ar.to/#self>, <http://bhuga.net/#ben>, _:pius;
doap:blog <http://greggkellogg.net/>, <http://ar.to/>, <http://blog.datagraph.org/>;
doap:bug-database <http://github.com/gkellogg/sparql/issues>;
doap:bug-database <http://github.com/ruby-rdf/sparql/issues>;
doap:category <http://dbpedia.org/resource/Resource_Description_Framework>,
<http://dbpedia.org/resource/Ruby_(programming_language)>;
doap:created "2008-07-15"^^xsd:date;
doap:download-page <httphttp://rubygems.org/gems/sparql>;
doap:homepage <http://github.com/gkellogg/sparql>;
doap:homepage <http://github.com/ruby-rdf/sparql>;
doap:license <http://creativecommons.org/licenses/publicdomain/>;
doap:platform "Ruby";

Expand All @@ -37,7 +37,7 @@

<http://greggkellogg.net/foaf#me> a foaf:Person;
foaf:homepage <http://greggkellogg.net/>;
foaf:mbox <mailto:gregg@kellogg-assoc.com>;
foaf:mbox <mailto:gregg@greggkellogg.net>;
foaf:mbox_sha1sum "35bc44e6d0070e5ad50ccbe0d24403c96af2b9bd";
foaf:name "Gregg Kellogg" .

Expand Down
6 changes: 4 additions & 2 deletions spec/algebra/query_spec.rb
Expand Up @@ -829,7 +829,8 @@
queryable.should_receive(:load).with("data-g1.ttl",
{
:base_uri => RDF::URI.new("data-g1.ttl"),
:headers => kind_of(Hash)
:headers => kind_of(Hash),
:debug => kind_of(Object)
})
query = SPARQL::Algebra::Expression.parse(%q((dataset (<data-g1.ttl>) (bgp))))
query.execute(queryable)
Expand All @@ -840,7 +841,8 @@
queryable.should_receive(:load).with("data-g1.ttl", {
:context => RDF::URI("data-g1.ttl"),
:base_uri => RDF::URI("data-g1.ttl"),
:headers => kind_of(Hash)
:headers => kind_of(Hash),
:debug => kind_of(Object)
})
query = SPARQL::Algebra::Expression.parse(%q((dataset ((named <data-g1.ttl>)) (bgp))))
query.execute(queryable)
Expand Down
2 changes: 1 addition & 1 deletion spec/dawg_helper.rb
Expand Up @@ -13,7 +13,7 @@ module SPARQL
#
# @author [Arto Bendiken](http://ar.to/)
# @author [Ben Lavender](http://bhuga.net/)
# @author [Gregg Kellogg](http://kellogg-assoc.com/)
# @author [Gregg Kellogg](http://greggkellogg.net/)
module Spec
BASE_DIRECTORY = File.join(File.expand_path(File.dirname(__FILE__)), 'dawg/')
BASE_URI = RDF::URI("http://www.w3.org/2001/sw/DataAccess/tests/");
Expand Down

0 comments on commit ca8aa8c

Please sign in to comment.