Skip to content

Commit 614a263

Browse files
committed
Cleanup doap, developer resources, and other URLs.
1 parent f6d9e69 commit 614a263

17 files changed

Lines changed: 277 additions & 299 deletions

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ sudo: false
1313
matrix:
1414
allow_failures:
1515
- rvm: jruby
16-
- rvm: 2.7
1716
dist: trusty

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
source "http://rubygems.org"
1+
source "https://rubygems.org"
22

33
gemspec
44

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ Note that in most cases, if the instance is empty and mutable, the appropriate s
3131

3232
## Dependencies
3333

34-
* [RDF.rb](http://rubygems.org/gems/rdf) (~> 3.0)
35-
* [RSpec](http://rubygems.org/gems/rspec) (~> 3.7)
34+
* [RDF.rb](https://rubygems.org/gems/rdf) (~> 3.0)
35+
* [RSpec](https://rubygems.org/gems/rspec) (~> 3.7)
3636

3737
## Installation
3838

39-
The recommended installation method is via [RubyGems](http://rubygems.org/).
39+
The recommended installation method is via [RubyGems](https://rubygems.org/).
4040
To install the latest official release of the `RDF::Spec` gem, do:
4141

4242
% [sudo] gem install rdf-spec
@@ -54,7 +54,7 @@ follows:
5454

5555
## Authors
5656

57-
* [Arto Bendiken](http://github.com/bendiken) - <http://ar.to/>
57+
* [Arto Bendiken](http://github.com/artob) - <http://ar.to/>
5858
* [Ben Lavender](http://github.com/bhuga) - <http://bhuga.net/>
5959
* [Gregg Kellogg](http://github.com/gkellogg) - <http://greggkellogg.net/>
6060

@@ -84,7 +84,7 @@ License
8484
This is free and unencumbered public domain software. For more information,
8585
see <http://unlicense.org/> or the accompanying {file:UNLICENSE} file.
8686

87-
[RDF.rb]: http://rubygems.org/gems/rdf
87+
[RDF.rb]: https://rubygems.org/gems/rdf
8888
[RSpec]: http://rspec.info/
8989
[RubySpec]: http://rubyspec.org/wiki/rubyspec/Style_Guide
9090
[PDD]: http://lists.w3.org/Archives/Public/public-rdf-ruby/2010May/0013.html

Rakefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ task :clean do
2424
end
2525

2626
file "etc/doap.nt" do
27-
sh "rdf serialize http://ruby-rdf.github.com/rdf/etc/doap.ttl --output etc/doap.nt"
27+
sh "rdf serialize https://ruby-rdf.github.com/rdf/etc/doap.ttl --output etc/doap.nt"
2828
end
2929

3030
FOAF_SUBJECTS = {
31-
"bendiken" => "<http://ar.to/#self>",
32-
"bhuga" => "<http://bhuga.net/#ben>",
33-
"gkellogg" => "<http://greggkellogg.net/foaf#me>"
31+
"artob" => "<https://ar.to/#self>",
32+
"bhuga" => "<https://bhuga.net/#ben>",
33+
"gkellogg" => "<https://greggkellogg.net/foaf#me>"
3434
}
3535
FOAF_SUBJECTS.each do |n, u|
3636
nt, nq = "etc/#{n}.nt", "etc/#{n}.nq"
@@ -56,7 +56,7 @@ FOAF_SUBJECTS.each do |n, u|
5656
end
5757

5858
desc "Build etc/quads.nq from component files"
59-
file "etc/quads.nq" => %w(etc/doap.nt etc/bendiken.nq etc/bhuga.nq etc/gkellogg.nq etc/test-data.nt) do |t|
59+
file "etc/quads.nq" => %w(etc/doap.nt etc/artob.nq etc/bhuga.nq etc/gkellogg.nq etc/test-data.nt) do |t|
6060
File.open("etc/quads.nq", "w") do |output|
6161
t.prerequisites.each do |input_file|
6262
lines = File.readlines(input_file)

etc/artob.nq

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<https://ar.to/#self> <http://xmlns.com/foaf/0.1/homepage> <https://ar.to/> <https://ar.to/#self> .
2+
<https://ar.to/#self> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> <https://ar.to/#self> .
3+
<https://ar.to/#self> <http://xmlns.com/foaf/0.1/name> "Arto Bendiken" <https://ar.to/#self> .
4+
<https://ar.to/#self> <http://xmlns.com/foaf/0.1/mbox_sha1sum> "a033f652c84a4d73b8c26d318c2395699dd2bdfb" <https://ar.to/#self> .
5+
<https://ar.to/#self> <http://xmlns.com/foaf/0.1/mbox> <mailto:arto@bendiken.net> <https://ar.to/#self> .
6+
<https://ar.to/#self> <http://xmlns.com/foaf/0.1/made> <https://rubygems.org/gems/rdf> <https://ar.to/#self> .

etc/bendiken.nq

Lines changed: 0 additions & 8 deletions
This file was deleted.

etc/bhuga.nq

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
<http://bhuga.net/#ben> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> <http://bhuga.net/#ben> .
2-
<http://bhuga.net/#ben> <http://xmlns.com/foaf/0.1/name> "Ben Lavender" <http://bhuga.net/#ben> .
3-
<http://bhuga.net/#ben> <http://xmlns.com/foaf/0.1/mbox> <mailto:blavender@gmail.com> <http://bhuga.net/#ben> .
4-
<http://bhuga.net/#ben> <http://xmlns.com/foaf/0.1/mbox_sha1sum> "dbf45f4ffbd27b67aa84f02a6a31c144727d10af" <http://bhuga.net/#ben> .
5-
<http://bhuga.net/#ben> <http://xmlns.com/foaf/0.1/homepage> <http://bhuga.net/> <http://bhuga.net/#ben> .
6-
<http://bhuga.net/#ben> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://datagraph.org/bhuga/foaf> <http://bhuga.net/#ben> .
1+
<https://bhuga.net/#ben> <http://xmlns.com/foaf/0.1/homepage> <https://bhuga.net/> <https://bhuga.net/#ben> .
2+
<https://bhuga.net/#ben> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> <https://bhuga.net/#ben> .
3+
<https://bhuga.net/#ben> <http://xmlns.com/foaf/0.1/name> "Ben Lavender" <https://bhuga.net/#ben> .
4+
<https://bhuga.net/#ben> <http://xmlns.com/foaf/0.1/mbox_sha1sum> "dbf45f4ffbd27b67aa84f02a6a31c144727d10af" <https://bhuga.net/#ben> .
5+
<https://bhuga.net/#ben> <http://xmlns.com/foaf/0.1/mbox> <mailto:blavender@gmail.com> <https://bhuga.net/#ben> .

0 commit comments

Comments
 (0)