Skip to content

Commit 74a6600

Browse files
committed
Finish 3.1.1
2 parents 4726bb4 + 6b9839b commit 74a6600

22 files changed

+383
-328
lines changed

.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

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Community contributions are essential for keeping Ruby RDF great. We want to kee
66

77
This repository uses [Git Flow](https://github.com/nvie/gitflow) to manage development and release activity. All submissions _must_ be on a feature branch based on the _develop_ branch to ease staging and integration.
88

9-
* create or respond to an issue on the [Github Repository](http://github.com/ruby-rdf/rdf-spec/issues)
9+
* create or respond to an issue on the [Github Repository](https://github.com/ruby-rdf/rdf-spec/issues)
1010
* Fork and clone the repo:
1111
`git clone [email protected]:your-username/rdf-spec.git`
1212
* Install bundle:
@@ -30,7 +30,7 @@ This repository uses [Git Flow](https://github.com/nvie/gitflow) to manage devel
3030
of thumb, additions larger than about 15 lines of code), we need an
3131
explicit [public domain dedication][PDD] on record from you.
3232

33-
[YARD]: http://yardoc.org/
34-
[YARD-GS]: http://rubydoc.info/docs/yard/file/docs/GettingStarted.md
35-
[PDD]: http://lists.w3.org/Archives/Public/public-rdf-ruby/2010May/0013.html
33+
[YARD]: https://yardoc.org/
34+
[YARD-GS]: https://rubydoc.info/docs/yard/file/docs/GettingStarted.md
35+
[PDD]: https://lists.w3.org/Archives/Public/public-rdf-ruby/2010May/0013.html
3636
[pr]: https://github.com/ruby-rdf/rdf-spec/compare/

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: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
This is an [RDF.rb][] extension that provides RDF-specific [RSpec][] matchers
44
and shared examples for Ruby projects that use RDF.rb and RSpec.
55

6-
* <http://github.com/ruby-rdf/rdf-spec>
6+
* <https://github.com/ruby-rdf/rdf-spec>
77

8-
[![Gem Version](https://badge.fury.io/rb/rdf-spec.png)](http://badge.fury.io/rb/rdf-spec)
9-
[![Build Status](https://travis-ci.org/ruby-rdf/rdf-spec.png?branch=master)](http://travis-ci.org/ruby-rdf/rdf-spec)
8+
[![Gem Version](https://badge.fury.io/rb/rdf-spec.png)](https://badge.fury.io/rb/rdf-spec)
9+
[![Build Status](https://travis-ci.org/ruby-rdf/rdf-spec.png?branch=master)](https://travis-ci.org/ruby-rdf/rdf-spec)
1010
[![Coverage Status](https://coveralls.io/repos/ruby-rdf/rdf-spec/badge.svg)](https://coveralls.io/r/ruby-rdf/rdf-spec)
1111

1212
## Documentation
@@ -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
@@ -50,17 +50,17 @@ To get a local working copy of the development repository, do:
5050
Alternatively, download the latest development version as a tarball as
5151
follows:
5252

53-
% wget http://github.com/ruby-rdf/rdf-spec/tarball/master
53+
% wget https://github.com/ruby-rdf/rdf-spec/tarball/master
5454

5555
## Authors
5656

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

6161
## Contributors
6262

63-
* [John Fieber](http://github.com/jfieber) - <http://github.com/jfieber>
63+
* [John Fieber](https://github.com/jfieber) - <https://github.com/jfieber>
6464
* [Tom Johnson](https://github.com/no-reply) - <https://github.com/no-reply>
6565

6666
## Contributing
@@ -82,9 +82,9 @@ License
8282
-------
8383

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

87-
[RDF.rb]: http://rubygems.org/gems/rdf
88-
[RSpec]: http://rspec.info/
89-
[RubySpec]: http://rubyspec.org/wiki/rubyspec/Style_Guide
90-
[PDD]: http://lists.w3.org/Archives/Public/public-rdf-ruby/2010May/0013.html
87+
[RDF.rb]: https://rubygems.org/gems/rdf
88+
[RSpec]: https://rspec.info/
89+
[RubySpec]: https://rubyspec.org/wiki/rubyspec/Style_Guide
90+
[PDD]: https://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)

UNLICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
2121
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2222
OTHER DEALINGS IN THE SOFTWARE.
2323

24-
For more information, please refer to <http://unlicense.org/>
24+
For more information, please refer to <https://unlicense.org/>

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.0
1+
3.1.1

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/mbox_sha1sum> "a033f652c84a4d73b8c26d318c2395699dd2bdfb" <https://ar.to/#self> .
2+
<https://ar.to/#self> <http://xmlns.com/foaf/0.1/name> "Arto Bendiken" <https://ar.to/#self> .
3+
<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> .
4+
<https://ar.to/#self> <http://xmlns.com/foaf/0.1/mbox> <mailto:[email protected]> <https://ar.to/#self> .
5+
<https://ar.to/#self> <http://xmlns.com/foaf/0.1/homepage> <https://ar.to/> <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:[email protected]> <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/mbox_sha1sum> "dbf45f4ffbd27b67aa84f02a6a31c144727d10af" <https://bhuga.net/#ben> .
2+
<https://bhuga.net/#ben> <http://xmlns.com/foaf/0.1/name> "Ben Lavender" <https://bhuga.net/#ben> .
3+
<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> .
4+
<https://bhuga.net/#ben> <http://xmlns.com/foaf/0.1/mbox> <mailto:[email protected]> <https://bhuga.net/#ben> .
5+
<https://bhuga.net/#ben> <http://xmlns.com/foaf/0.1/homepage> <https://bhuga.net/> <https://bhuga.net/#ben> .

0 commit comments

Comments
 (0)