Skip to content

Commit

Permalink
Finish 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Jul 19, 2020
2 parents 4726bb4 + 6b9839b commit 74a6600
Show file tree
Hide file tree
Showing 22 changed files with 383 additions and 328 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ sudo: false
matrix:
allow_failures:
- rvm: jruby
- rvm: 2.7
dist: trusty
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Community contributions are essential for keeping Ruby RDF great. We want to kee

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.

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

[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
[YARD]: https://yardoc.org/
[YARD-GS]: https://rubydoc.info/docs/yard/file/docs/GettingStarted.md
[PDD]: https://lists.w3.org/Archives/Public/public-rdf-ruby/2010May/0013.html
[pr]: https://github.com/ruby-rdf/rdf-spec/compare/
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source "http://rubygems.org"
source "https://rubygems.org"

gemspec

Expand Down
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
This is an [RDF.rb][] extension that provides RDF-specific [RSpec][] matchers
and shared examples for Ruby projects that use RDF.rb and RSpec.

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

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

## Documentation
Expand All @@ -31,12 +31,12 @@ Note that in most cases, if the instance is empty and mutable, the appropriate s

## Dependencies

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

## Installation

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

% [sudo] gem install rdf-spec
Expand All @@ -50,17 +50,17 @@ To get a local working copy of the development repository, do:
Alternatively, download the latest development version as a tarball as
follows:

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

## Authors

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

## Contributors

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

## Contributing
Expand All @@ -82,9 +82,9 @@ License
-------

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

[RDF.rb]: http://rubygems.org/gems/rdf
[RSpec]: http://rspec.info/
[RubySpec]: http://rubyspec.org/wiki/rubyspec/Style_Guide
[PDD]: http://lists.w3.org/Archives/Public/public-rdf-ruby/2010May/0013.html
[RDF.rb]: https://rubygems.org/gems/rdf
[RSpec]: https://rspec.info/
[RubySpec]: https://rubyspec.org/wiki/rubyspec/Style_Guide
[PDD]: https://lists.w3.org/Archives/Public/public-rdf-ruby/2010May/0013.html
10 changes: 5 additions & 5 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ task :clean do
end

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

FOAF_SUBJECTS = {
"bendiken" => "<http://ar.to/#self>",
"bhuga" => "<http://bhuga.net/#ben>",
"gkellogg" => "<http://greggkellogg.net/foaf#me>"
"artob" => "<https://ar.to/#self>",
"bhuga" => "<https://bhuga.net/#ben>",
"gkellogg" => "<https://greggkellogg.net/foaf#me>"
}
FOAF_SUBJECTS.each do |n, u|
nt, nq = "etc/#{n}.nt", "etc/#{n}.nq"
Expand All @@ -56,7 +56,7 @@ FOAF_SUBJECTS.each do |n, u|
end

desc "Build etc/quads.nq from component files"
file "etc/quads.nq" => %w(etc/doap.nt etc/bendiken.nq etc/bhuga.nq etc/gkellogg.nq etc/test-data.nt) do |t|
file "etc/quads.nq" => %w(etc/doap.nt etc/artob.nq etc/bhuga.nq etc/gkellogg.nq etc/test-data.nt) do |t|
File.open("etc/quads.nq", "w") do |output|
t.prerequisites.each do |input_file|
lines = File.readlines(input_file)
Expand Down
2 changes: 1 addition & 1 deletion UNLICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

For more information, please refer to <http://unlicense.org/>
For more information, please refer to <https://unlicense.org/>
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.0
3.1.1
6 changes: 6 additions & 0 deletions etc/artob.nq
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<https://ar.to/#self> <http://xmlns.com/foaf/0.1/mbox_sha1sum> "a033f652c84a4d73b8c26d318c2395699dd2bdfb" <https://ar.to/#self> .
<https://ar.to/#self> <http://xmlns.com/foaf/0.1/name> "Arto Bendiken" <https://ar.to/#self> .
<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> .
<https://ar.to/#self> <http://xmlns.com/foaf/0.1/mbox> <mailto:[email protected]> <https://ar.to/#self> .
<https://ar.to/#self> <http://xmlns.com/foaf/0.1/homepage> <https://ar.to/> <https://ar.to/#self> .
<https://ar.to/#self> <http://xmlns.com/foaf/0.1/made> <https://rubygems.org/gems/rdf> <https://ar.to/#self> .
8 changes: 0 additions & 8 deletions etc/bendiken.nq

This file was deleted.

11 changes: 5 additions & 6 deletions etc/bhuga.nq
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<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> .
<http://bhuga.net/#ben> <http://xmlns.com/foaf/0.1/name> "Ben Lavender" <http://bhuga.net/#ben> .
<http://bhuga.net/#ben> <http://xmlns.com/foaf/0.1/mbox> <mailto:[email protected]> <http://bhuga.net/#ben> .
<http://bhuga.net/#ben> <http://xmlns.com/foaf/0.1/mbox_sha1sum> "dbf45f4ffbd27b67aa84f02a6a31c144727d10af" <http://bhuga.net/#ben> .
<http://bhuga.net/#ben> <http://xmlns.com/foaf/0.1/homepage> <http://bhuga.net/> <http://bhuga.net/#ben> .
<http://bhuga.net/#ben> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://datagraph.org/bhuga/foaf> <http://bhuga.net/#ben> .
<https://bhuga.net/#ben> <http://xmlns.com/foaf/0.1/mbox_sha1sum> "dbf45f4ffbd27b67aa84f02a6a31c144727d10af" <https://bhuga.net/#ben> .
<https://bhuga.net/#ben> <http://xmlns.com/foaf/0.1/name> "Ben Lavender" <https://bhuga.net/#ben> .
<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> .
<https://bhuga.net/#ben> <http://xmlns.com/foaf/0.1/mbox> <mailto:[email protected]> <https://bhuga.net/#ben> .
<https://bhuga.net/#ben> <http://xmlns.com/foaf/0.1/homepage> <https://bhuga.net/> <https://bhuga.net/#ben> .
Loading

0 comments on commit 74a6600

Please sign in to comment.