Skip to content

Commit 0177952

Browse files
committed
* CI on Ruby 3.3.
* Point to release notes in README. * Explicit dependency for getoptlong.
1 parent 8827fb2 commit 0177952

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -603,6 +603,10 @@ To get a local working copy of the development repository, do:
603603

604604
% git clone git://github.com/ruby-rdf/json-ld.git
605605

606+
## Change Log
607+
608+
See [Release Notes on GitHub](https://github.com/ruby-rdf/json-ld/releases)
609+
606610
## Mailing List
607611
* <https://lists.w3.org/Archives/Public/public-rdf-ruby/>
608612

json-ld.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Gem::Specification.new do |gem|
3737
gem.add_runtime_dependency 'multi_json', '~> 1.15'
3838
gem.add_runtime_dependency "rack", '>= 2.2', '< 4'
3939
gem.add_runtime_dependency 'rdf', '~> 3.3'
40+
gem.add_development_dependency 'getoptlong', '~> 0.2'
4041
gem.add_development_dependency 'jsonlint', '~> 0.4' unless is_java
4142
gem.add_development_dependency 'oj', '~> 3.15' unless is_java
4243
gem.add_development_dependency 'rack-test', '~> 2.1'

0 commit comments

Comments
 (0)