Skip to content

Commit

Permalink
Update references for ruby-rdf
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed May 16, 2012
1 parent 05aad91 commit da3df2e
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,7 +1,7 @@
source "http://rubygems.org"

gemspec :name => ""
gem 'rdf', :git => "git://github.com/gkellogg/rdf.git"
gem 'rdf', :git => "git://github.com/ruby-rdf/rdf.git"
gem 'backports', :platforms => %w(ruby_18)

group :development do
Expand Down
50 changes: 25 additions & 25 deletions Gemfile.lock
@@ -1,6 +1,6 @@
GIT
remote: git://github.com/gkellogg/rdf.git
revision: 3180bdf0fa8e42c30dfb9bee5263503b0ed35731
remote: git://github.com/ruby-rdf/rdf.git
revision: 08fd56617fc6973ce4fc6ae4abed5959c5bec2ac
specs:
rdf (0.3.5.2)
addressable (>= 2.2.6)
Expand All @@ -16,17 +16,17 @@ PATH
GEM
remote: http://rubygems.org/
specs:
addressable (2.2.7)
backports (2.5.1)
addressable (2.2.8)
backports (2.5.3)
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.6)
htmlentities (4.3.1)
json (1.6.6)
json (1.6.6-java)
json_pure (1.6.6)
json (1.7.3)
json (1.7.3-java)
json_pure (1.7.3)
linkeddata (0.3.5)
json-ld (>= 0.1.0)
rdf (>= 0.3.5)
Expand All @@ -49,47 +49,47 @@ GEM
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.10)
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.6)
rdf-rdfxml (0.3.7)
rdf (>= 0.3.4)
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.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.1)
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.9.0)
sparql (0.1.1)
rspec-mocks (2.10.1)
sparql (0.3.0)
builder (>= 3.0.0)
json (>= 1.5.1)
rdf (>= 0.3.5)
rdf-xsd (>= 0.3.5)
sparql-client (>= 0.0.11)
sparql-client (>= 0.1.0)
sxp (>= 0.0.14)
sparql-client (0.1.0)
json_pure (>= 1.6.5)
Expand All @@ -102,7 +102,7 @@ GEM
sxp (0.0.14)
json (>= 1.5.1)
wirble (0.1.3)
yard (0.7.5)
yard (0.8.1)

PLATFORMS
java
Expand Down
4 changes: 2 additions & 2 deletions README.markdown
Expand Up @@ -231,7 +231,7 @@ To install the latest official release of the `JSON-LD` gem, do:
## Download
To get a local working copy of the development repository, do:

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

## Mailing List
* <http://lists.w3.org/Archives/Public/public-rdf-ruby/>
Expand Down Expand Up @@ -263,6 +263,6 @@ see <http://unlicense.org/> or the accompanying {file:UNLICENSE} file.
[YARD]: http://yardoc.org/
[YARD-GS]: http://rubydoc.info/docs/yard/file/docs/GettingStarted.md
[PDD]: http://lists.w3.org/Archives/Public/public-rdf-ruby/2010May/0013.html
[RDF.rb]: http://rdf.rubyforge.org/
[RDF.rb]: http://rubygems.org/gems/rdf
[Backports]: http://rubygems.org/gems/backports
[JSON-LD]: http://json-ld.org/spec/latest/
4 changes: 2 additions & 2 deletions etc/doap.jsonld
Expand Up @@ -25,7 +25,7 @@
"@id": "http://rubygems.org/gems/json-ld",
"@type": "doap:Project",
"doap:name": "JSON::LD",
"doap:homepage": "http://github.com/gkellogg/json-ld/",
"doap:homepage": "http://github.com/ruby-rdf/json-ld/",
"doap:license": "http://creativecommons.org/licenses/publicdomain/",
"doap:shortdesc": "JSON-LD support for RDF.rb.",
"doap:description": "RDF.rb plugin for parsing/serializing JSON-LD data.",
Expand All @@ -35,7 +35,7 @@
"http://json-ld.org/spec/latest/json-ld-api/",
"http://json-ld.org/spec/latest/json-ld-syntax/"
],
"doap:bug-database": "http://github.com/gkellogg/json-ld/issues",
"doap:bug-database": "http://github.com/ruby-rdf/json-ld/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/json/ld.rb
Expand Up @@ -16,7 +16,7 @@ module JSON
# end
# end
#
# @see http://rdf.rubyforge.org/
# @see http://rubygems.org/gems/rdf
# @see http://www.w3.org/TR/REC-rdf-syntax/
#
# @author [Gregg Kellogg](http://greggkellogg.net/)
Expand Down

0 comments on commit da3df2e

Please sign in to comment.