Skip to content

Commit 2b40f34

Browse files
committed
Finish 3.3.1
2 parents e139083 + 0961c24 commit 2b40f34

19 files changed

+1962
-2172
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
ruby: ['3.0', 3.1, 3.2, ruby-head, jruby]
22+
ruby: ['3.0', 3.1, 3.2, 3.3, ruby-head, jruby]
2323
steps:
2424
- name: Clone repository
2525
uses: actions/checkout@v3
@@ -33,6 +33,6 @@ jobs:
3333
run: ruby --version; bundle exec rspec spec || $ALLOW_FAILURES
3434
- name: Coveralls GitHub Action
3535
uses: coverallsapp/github-action@v2
36-
if: "matrix.ruby == '3.2'"
36+
if: "matrix.ruby == '3.3'"
3737
with:
3838
github-token: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,15 @@ An example of reading Freebase dumps:
140140
## Implementation Notes
141141
This version uses a hand-written parser using the Lexer from the [EBNF][] gem instead of a general [EBNF][] LL(1) parser for faster performance.
142142

143+
## Change Log
144+
145+
See [Release Notes on GitHub](https://github.com/ruby-rdf/rdf-turtle/releases)
146+
143147
## Dependencies
144148

145149
* [Ruby](https://ruby-lang.org/) (>= 3.0)
146150
* [RDF.rb](https://rubygems.org/gems/rdf) (~> 3.3)
147-
* [EBNF][] (~> 2.4)
151+
* [EBNF][] (~> 2.5)
148152

149153
## Installation
150154

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.0
1+
3.3.1

0 commit comments

Comments
 (0)