-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
48 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
repo_token: 9oh3FPpJIPhz4dxqpNINA5HWXXdFwuW32 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,15 +22,15 @@ jobs: | |
runs-on: ubuntu-latest | ||
env: | ||
CI: true | ||
ALLOW_FAILURES: ${{ endsWith(matrix.ruby, 'head') }} | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
ruby: | ||
- 2.4 | ||
- 2.5 | ||
- 2.6 | ||
- 2.7 | ||
- 3.0 | ||
- 3.1 | ||
- ruby-head | ||
- jruby | ||
steps: | ||
|
@@ -43,5 +43,9 @@ jobs: | |
- name: Install dependencies | ||
run: bundle install --jobs 4 --retry 3 | ||
- name: Run tests | ||
run: bundle exec rspec spec | ||
|
||
run: ruby --version; bundle exec rspec spec || $ALLOW_FAILURES | ||
- name: Coveralls GitHub Action | ||
uses: coverallsapp/[email protected] | ||
if: "matrix.ruby == '3.0'" | ||
with: | ||
github-token: ${{ secrets.GITHUB_TOKEN }} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.1.2 | ||
3.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,58 +1,28 @@ | ||
@base <https://rubygems.org/gems/rdf> . | ||
@base <https://rubygems.org/gems/rdf-spec> . | ||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
@prefix dc: <http://purl.org/dc/terms/> . | ||
@prefix foaf: <http://xmlns.com/foaf/0.1/> . | ||
@prefix doap: <http://usefulinc.com/ns/doap#> . | ||
|
||
<> a doap:Project ; | ||
doap:name "RDF.rb" ; | ||
doap:homepage <https://rubygems.org/gems/rdf> ; | ||
doap:name "RDF::Spec" ; | ||
doap:homepage <https://rubygems.org/gems/rdf-spec> ; | ||
doap:license <https://unlicense.org/1.0/> ; | ||
doap:shortdesc "A Ruby library for working with Resource Description Framework (RDF) data."@en ; | ||
doap:description "RDF.rb is a pure-Ruby library for working with Resource Description Framework (RDF) data."@en ; | ||
doap:created "2007-10-23" ; | ||
doap:shortdesc "RSpec extensions for RDF.rb."@en ; | ||
doap:description "RDF.rb extension that provides RSpec matchers and shared examples for RDF objects."@en ; | ||
doap:created "2007-02-03" ; | ||
doap:programming-language "Ruby" ; | ||
doap:category <http://dbpedia.org/resource/Resource_Description_Framework>, | ||
<http://dbpedia.org/resource/Ruby_(programming_language)> ; | ||
doap:implements <http://www.w3.org/TR/rdf11-concepts/>, | ||
<http://www.w3.org/TR/n-quads/>, | ||
<http://www.w3.org/TR/n-triples/> ; | ||
doap:download-page <https://rubygems.org/gems/rdf/> ; | ||
doap:bug-database <https://github.com/ruby-rdf/rdf/issues> ; | ||
doap:download-page <> ; | ||
doap:bug-database <https://github.com/ruby-rdf/rdf-spec/issues> ; | ||
doap:blog <https://ar.to/>, <https://greggkellogg.net/> ; | ||
doap:developer <https://ar.to/#self>, <https://bhuga.net/#ben>, <https://greggkellogg.net/foaf#me> ; | ||
doap:maintainer <https://greggkellogg.net/foaf#me> ; | ||
doap:documenter <https://ar.to/#self>, <https://bhuga.net/#ben>, <https://greggkellogg.net/foaf#me> ; | ||
doap:helper [a foaf:Person ; | ||
foaf:name "Călin Ardelean" ; | ||
foaf:mbox_sha1sum "274bd18402fc773ffc0606996aa1fb90b603aa29"] ; | ||
doap:helper [a foaf:Person ; | ||
foaf:name "Danny Gagne" ; | ||
foaf:mbox_sha1sum "6de43e9cf7de53427fea9765706703e4d957c17b"] ; | ||
doap:helper [a foaf:Person ; | ||
foaf:name "Joey Geiger" ; | ||
foaf:mbox_sha1sum "f412d743150d7b27b8468d56e69ca147917ea6fc"] ; | ||
doap:helper [a foaf:Person ; | ||
foaf:name "Fumihiro Kato" ; | ||
foaf:mbox_sha1sum "d31fdd6af7a279a89bf09fdc9f7c44d9d08bb930"] ; | ||
doap:helper [a foaf:Person ; | ||
foaf:name "Naoki Kawamukai" ; | ||
foaf:mbox_sha1sum "5bdcd8e2af4f5952aaeeffbdd371c41525ec761d"] ; | ||
doap:helper [a foaf:Person ; | ||
foaf:name "Hellekin O. Wolf" ; | ||
foaf:mbox_sha1sum "c69f3255ff0639543cc5edfd8116eac8df16fab8"] ; | ||
doap:helper [a foaf:Person ; | ||
foaf:name "John Fieber" ; | ||
foaf:mbox_sha1sum "f7653fc1ac0e82ebb32f092389bd5fc728eaae12"] ; | ||
doap:helper [a foaf:Person ; | ||
foaf:name "Keita Urashima" ; | ||
foaf:mbox_sha1sum "2b4247b6fd5bb4a1383378f325784318680d5ff9"] ; | ||
doap:helper [a foaf:Person ; | ||
foaf:name "Pius Uzamere" ; | ||
foaf:mbox_sha1sum "bedbbf2451e5beb38d59687c0460032aff92cd3c"] ; | ||
foaf:maker <https://ar.to/#self> ; | ||
dc:creator <https://ar.to/#self> . | ||
doap:documenter <https://greggkellogg.net/foaf#me> ; | ||
foaf:maker <https://greggkellogg.net/foaf#me> ; | ||
dc:creator <https://greggkellogg.net/foaf#me> . | ||
|
||
<https://ar.to/#self> a foaf:Person ; | ||
foaf:name "Arto Bendiken" ; | ||
|
@@ -67,6 +37,7 @@ | |
foaf:mbox_sha1sum "dbf45f4ffbd27b67aa84f02a6a31c144727d10af" ; | ||
foaf:homepage <https://bhuga.net/> . | ||
|
||
|
||
<https://greggkellogg.net/foaf#me> a foaf:Person ; | ||
foaf:name "Gregg Kellogg" ; | ||
foaf:mbox <mailto:[email protected]> ; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters