Skip to content

Commit 4fe4eb8

Browse files
committed
Add coveralls config.
1 parent d99a038 commit 4fe4eb8

3 files changed

Lines changed: 14 additions & 42 deletions

File tree

.coveralls.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
repo_token: 9oh3FPpJIPhz4dxqpNINA5HWXXdFwuW32

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ and shared examples for Ruby projects that use RDF.rb and RSpec.
55

66
[![Gem Version](https://badge.fury.io/rb/rdf-spec.png)](https://badge.fury.io/rb/rdf-spec)
77
[![Build Status](https://github.com/ruby-rdf/rdf-spec/workflows/CI/badge.svg?branch=develop)](https://github.com/ruby-rdf/rdf-spec/actions?query=workflow%3ACI)
8-
[![Coverage Status](https://coveralls.io/repos/ruby-rdf/rdf-spec/badge.svg)](https://coveralls.io/github/ruby-rdf/rdf-spec)
8+
[![Coverage Status](https://coveralls.io/repos/ruby-rdf/rdf-spec/badge.svg?branch=develop)](https://coveralls.io/github/ruby-rdf/rdf-spec?branch=develop)
99
[![Gitter chat](https://badges.gitter.im/ruby-rdf/rdf.png)](https://gitter.im/ruby-rdf/rdf)
1010

1111
## Documentation

etc/doap.ttl

Lines changed: 12 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,28 @@
1-
@base <https://rubygems.org/gems/rdf> .
1+
@base <https://rubygems.org/gems/rdf-spec> .
22
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
33
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
44
@prefix dc: <http://purl.org/dc/terms/> .
55
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
66
@prefix doap: <http://usefulinc.com/ns/doap#> .
77

88
<> a doap:Project ;
9-
doap:name "RDF.rb" ;
10-
doap:homepage <https://rubygems.org/gems/rdf> ;
9+
doap:name "RDF::Spec" ;
10+
doap:homepage <https://rubygems.org/gems/rdf-spec> ;
1111
doap:license <https://unlicense.org/1.0/> ;
12-
doap:shortdesc "A Ruby library for working with Resource Description Framework (RDF) data."@en ;
13-
doap:description "RDF.rb is a pure-Ruby library for working with Resource Description Framework (RDF) data."@en ;
14-
doap:created "2007-10-23" ;
12+
doap:shortdesc "RSpec extensions for RDF.rb."@en ;
13+
doap:description "RDF.rb extension that provides RSpec matchers and shared examples for RDF objects."@en ;
14+
doap:created "2007-02-03" ;
1515
doap:programming-language "Ruby" ;
1616
doap:category <http://dbpedia.org/resource/Resource_Description_Framework>,
1717
<http://dbpedia.org/resource/Ruby_(programming_language)> ;
18-
doap:implements <http://www.w3.org/TR/rdf11-concepts/>,
19-
<http://www.w3.org/TR/n-quads/>,
20-
<http://www.w3.org/TR/n-triples/> ;
21-
doap:download-page <https://rubygems.org/gems/rdf/> ;
22-
doap:bug-database <https://github.com/ruby-rdf/rdf/issues> ;
18+
doap:download-page <> ;
19+
doap:bug-database <https://github.com/ruby-rdf/rdf-spec/issues> ;
2320
doap:blog <https://ar.to/>, <https://greggkellogg.net/> ;
2421
doap:developer <https://ar.to/#self>, <https://bhuga.net/#ben>, <https://greggkellogg.net/foaf#me> ;
2522
doap:maintainer <https://greggkellogg.net/foaf#me> ;
26-
doap:documenter <https://ar.to/#self>, <https://bhuga.net/#ben>, <https://greggkellogg.net/foaf#me> ;
27-
doap:helper [a foaf:Person ;
28-
foaf:name "Călin Ardelean" ;
29-
foaf:mbox_sha1sum "274bd18402fc773ffc0606996aa1fb90b603aa29"] ;
30-
doap:helper [a foaf:Person ;
31-
foaf:name "Danny Gagne" ;
32-
foaf:mbox_sha1sum "6de43e9cf7de53427fea9765706703e4d957c17b"] ;
33-
doap:helper [a foaf:Person ;
34-
foaf:name "Joey Geiger" ;
35-
foaf:mbox_sha1sum "f412d743150d7b27b8468d56e69ca147917ea6fc"] ;
36-
doap:helper [a foaf:Person ;
37-
foaf:name "Fumihiro Kato" ;
38-
foaf:mbox_sha1sum "d31fdd6af7a279a89bf09fdc9f7c44d9d08bb930"] ;
39-
doap:helper [a foaf:Person ;
40-
foaf:name "Naoki Kawamukai" ;
41-
foaf:mbox_sha1sum "5bdcd8e2af4f5952aaeeffbdd371c41525ec761d"] ;
42-
doap:helper [a foaf:Person ;
43-
foaf:name "Hellekin O. Wolf" ;
44-
foaf:mbox_sha1sum "c69f3255ff0639543cc5edfd8116eac8df16fab8"] ;
45-
doap:helper [a foaf:Person ;
46-
foaf:name "John Fieber" ;
47-
foaf:mbox_sha1sum "f7653fc1ac0e82ebb32f092389bd5fc728eaae12"] ;
48-
doap:helper [a foaf:Person ;
49-
foaf:name "Keita Urashima" ;
50-
foaf:mbox_sha1sum "2b4247b6fd5bb4a1383378f325784318680d5ff9"] ;
51-
doap:helper [a foaf:Person ;
52-
foaf:name "Pius Uzamere" ;
53-
foaf:mbox_sha1sum "bedbbf2451e5beb38d59687c0460032aff92cd3c"] ;
54-
foaf:maker <https://ar.to/#self> ;
55-
dc:creator <https://ar.to/#self> .
23+
doap:documenter <https://greggkellogg.net/foaf#me> ;
24+
foaf:maker <https://greggkellogg.net/foaf#me> ;
25+
dc:creator <https://greggkellogg.net/foaf#me> .
5626

5727
<https://ar.to/#self> a foaf:Person ;
5828
foaf:name "Arto Bendiken" ;
@@ -67,6 +37,7 @@
6737
foaf:mbox_sha1sum "dbf45f4ffbd27b67aa84f02a6a31c144727d10af" ;
6838
foaf:homepage <https://bhuga.net/> .
6939

40+
7041
<https://greggkellogg.net/foaf#me> a foaf:Person ;
7142
foaf:name "Gregg Kellogg" ;
7243
foaf:mbox <mailto:gregg@greggkellogg.net> ;

0 commit comments

Comments
 (0)