Skip to content

Commit 301da71

Browse files
committed
Finish 3.2.6
2 parents ade9d29 + 3e62ac8 commit 301da71

6 files changed

Lines changed: 1304 additions & 928 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Run tests
3333
run: ruby --version; bundle exec rspec spec || $ALLOW_FAILURES
3434
- name: Coveralls GitHub Action
35-
uses: coverallsapp/github-action@v1.1.2
35+
uses: coverallsapp/github-action@v2
3636
if: "matrix.ruby == '3.0'"
3737
with:
3838
github-token: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# rdf-vocab
22
Common OWL/RDFS Vocabularies for use with Ruby [RDF.rb][]
33

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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.5
1+
3.2.6

lib/rdf/vocab/identifiers.rb

Lines changed: 13 additions & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)