-
Notifications
You must be signed in to change notification settings - Fork 1
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
27 changed files
with
1,180 additions
and
272 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: jbAeDjB6ZRytcnGAw1TRPcEjzGiUq0zNx |
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,39 @@ | ||
# This workflow runs continuous CI across different versions of ruby on all branches and pull requests to develop. | ||
|
||
name: CI | ||
on: | ||
push: | ||
branches: [ '**' ] | ||
pull_request: | ||
branches: [ develop ] | ||
workflow_dispatch: | ||
|
||
jobs: | ||
tests: | ||
name: Ruby ${{ matrix.ruby }} | ||
if: "contains(github.event.commits[0].message, '[ci skip]') == false" | ||
runs-on: ubuntu-latest | ||
env: | ||
CI: true | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
ruby: | ||
- 2.4 | ||
- 2.5 | ||
- 2.6 | ||
- 2.7 | ||
- ruby-head | ||
#- jruby | ||
steps: | ||
- name: Clone repository | ||
uses: actions/checkout@v2 | ||
- name: Set up Ruby | ||
uses: ruby/setup-ruby@v1 | ||
with: | ||
ruby-version: ${{ matrix.ruby }} | ||
- name: Install dependencies | ||
run: bundle install --jobs 4 --retry 3 | ||
- name: Run tests | ||
run: bundle exec rspec spec | ||
|
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 |
---|---|---|
|
@@ -10,3 +10,4 @@ Gemfile.lock | |
/doc/ | ||
/pkg/ | ||
/.byebug_history | ||
coverage |
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,2 @@ | ||
* Arto Bendiken <arto@bendiken.net> | ||
* Gregg Kellogg <gregg@greggkellogg.net> |
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
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.0 | ||
3.1.1 |
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,22 +1,21 @@ | ||
<http://ar.to/#self> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> . | ||
<http://ar.to/#self> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://datagraph.org/bendiken/foaf> . | ||
<http://ar.to/#self> <http://xmlns.com/foaf/0.1/made> <http://rubygems.org/gems/rdf-trix> . | ||
<http://ar.to/#self> <http://xmlns.com/foaf/0.1/mbox> <mailto:arto@bendiken.net> . | ||
<http://ar.to/#self> <http://xmlns.com/foaf/0.1/name> "Arto Bendiken" . | ||
<http://rubygems.org/gems/rdf-trix> <http://purl.org/dc/terms/creator> <http://ar.to/#self> . | ||
<http://rubygems.org/gems/rdf-trix> <http://usefulinc.com/ns/doap#blog> <http://ar.to/> . | ||
<http://rubygems.org/gems/rdf-trix> <http://usefulinc.com/ns/doap#blog> <http://blog.datagraph.org/> . | ||
<http://rubygems.org/gems/rdf-trix> <http://usefulinc.com/ns/doap#bug-database> <http://github.com/ruby-rdf/rdf-trix/issues> . | ||
<http://rubygems.org/gems/rdf-trix> <http://usefulinc.com/ns/doap#created> "2010-02-02" . | ||
<http://rubygems.org/gems/rdf-trix> <http://usefulinc.com/ns/doap#description> "RDF.rb extension for parsing/serializing TriX data."@en . | ||
<http://rubygems.org/gems/rdf-trix> <http://usefulinc.com/ns/doap#developer> <http://ar.to/#self> . | ||
<http://rubygems.org/gems/rdf-trix> <http://usefulinc.com/ns/doap#documenter> <http://ar.to/#self> . | ||
<http://rubygems.org/gems/rdf-trix> <http://usefulinc.com/ns/doap#download-page> <http://rubygems.org/gems/rdf-trix/> . | ||
<http://rubygems.org/gems/rdf-trix> <http://usefulinc.com/ns/doap#homepage> <http://rdf.rubyforge.org/trix/> . | ||
<http://rubygems.org/gems/rdf-trix> <http://usefulinc.com/ns/doap#license> <http://creativecommons.org/licenses/publicdomain/> . | ||
<http://rubygems.org/gems/rdf-trix> <http://usefulinc.com/ns/doap#maintainer> <http://ar.to/#self> . | ||
<http://rubygems.org/gems/rdf-trix> <http://usefulinc.com/ns/doap#name> "RDF::TriX" . | ||
<http://rubygems.org/gems/rdf-trix> <http://usefulinc.com/ns/doap#platform> "Ruby" . | ||
<http://rubygems.org/gems/rdf-trix> <http://usefulinc.com/ns/doap#shortdesc> "TriX support for RDF.rb."@en . | ||
<http://rubygems.org/gems/rdf-trix> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://usefulinc.com/ns/doap#Project> . | ||
<http://rubygems.org/gems/rdf-trix> <http://xmlns.com/foaf/0.1/maker> <http://ar.to/#self> . | ||
<https://rubygems.org/gems/rdf-trix> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://usefulinc.com/ns/doap#Project> . | ||
<https://rubygems.org/gems/rdf-trix> <http://usefulinc.com/ns/doap#name> "RDF::TriX" . | ||
<https://rubygems.org/gems/rdf-trix> <http://usefulinc.com/ns/doap#homepage> <https://github.com/ruby-rdf/rdf-trix/> . | ||
<https://rubygems.org/gems/rdf-trix> <http://usefulinc.com/ns/doap#license> <https://unlicense.org/1.0/> . | ||
<https://rubygems.org/gems/rdf-trix> <http://usefulinc.com/ns/doap#shortdesc> "TriX support for RDF.rb."@en . | ||
<https://rubygems.org/gems/rdf-trix> <http://usefulinc.com/ns/doap#description> "RDF::TriX is an TriX reader/writer for the RDF.rb library suite."@en . | ||
<https://rubygems.org/gems/rdf-trix> <http://usefulinc.com/ns/doap#created> "2010-02-02" . | ||
<https://rubygems.org/gems/rdf-trix> <http://usefulinc.com/ns/doap#programming-language> "Ruby" . | ||
<https://rubygems.org/gems/rdf-trix> <http://usefulinc.com/ns/doap#download-page> <https://rubygems.org/gems/rdf-trix> . | ||
<https://rubygems.org/gems/rdf-trix> <http://usefulinc.com/ns/doap#bug-database> <https://github.com/ruby-rdf/rdf-trix/issues> . | ||
<https://rubygems.org/gems/rdf-trix> <http://usefulinc.com/ns/doap#blog> <https://greggkellogg.net/> . | ||
<https://rubygems.org/gems/rdf-trix> <http://usefulinc.com/ns/doap#developer> <https://ar.to/#self> . | ||
<https://rubygems.org/gems/rdf-trix> <http://usefulinc.com/ns/doap#developer> <https://greggkellogg.net/> . | ||
<https://rubygems.org/gems/rdf-trix> <http://usefulinc.com/ns/doap#maintainer> <https://greggkellogg.net/> . | ||
<https://rubygems.org/gems/rdf-trix> <http://usefulinc.com/ns/doap#documenter> <https://ar.to/#self> . | ||
<https://rubygems.org/gems/rdf-trix> <http://xmlns.com/foaf/0.1/maker> <https://ar.to/#self> . | ||
<https://rubygems.org/gems/rdf-trix> <http://purl.org/dc/terms/creator> <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> <http://xmlns.com/foaf/0.1/name> "Arto Bendiken" . | ||
<https://ar.to/#self> <http://xmlns.com/foaf/0.1/mbox> <mailto:arto@bendiken.net> . | ||
<https://ar.to/#self> <http://xmlns.com/foaf/0.1/made> <https://rubygems.org/gems/rdf-trix> . |
Oops, something went wrong.