Skip to content

Commit

Permalink
Finish 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Dec 29, 2021
2 parents 7cc4132 + 73f7ae1 commit c43339f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
fail-fast: false
matrix:
ruby:
- 2.5
- 2.6
- 2.7
- 3.0
- 3.1
- ruby-head
- jruby
steps:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This version is based on [rack-linkeddata][] without the hard dependency on the
## Features

* Implements [HTTP content negotiation][conneg] for RDF content types using
the [`Rack::RDF`][Rack::RDF] middleware.
the `[Rack::RDF][Rack::RDF]` middleware.
* Supports all [RDF.rb][] -compatible serialization formats.
* Supports both classic and modular Sinatra applications.

Expand Down Expand Up @@ -92,7 +92,7 @@ run My::Application
## Description

`Sinatra::RDF` is a thin Sinatra-specific wrapper around the
[`Rack::RDF`][Rack::RDF] middleware, which implements Linked
`[Rack::RDF][Rack::RDF]` middleware, which implements Linked
Data content negotiation for Rack applications.

At the moment the Sinatra extension simply corresponds
Expand All @@ -119,8 +119,8 @@ operation and details of the content negotiation.

## Dependencies

* [Sinatra](https://rubygems.org/gems/sinatra) (~> 2.0)
* [Rack::RDF](https://rubygems.org/gems/rack-rdf) (~> 3.1)
* [Sinatra](https://rubygems.org/gems/sinatra) (~> 2.1)
* [Rack::RDF](https://rubygems.org/gems/rack-rdf) (~> 3.2)

## Installation

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.2
3.2.0
4 changes: 2 additions & 2 deletions sinatra-rdf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Gem::Specification.new do |gem|
gem.executables = %w()
gem.require_paths = %w(lib)

gem.required_ruby_version = '>= 2.4'
gem.required_ruby_version = '>= 2.6'
gem.requirements = []
gem.add_runtime_dependency 'rack-rdf', '~> 3.1', '>= 3.1.2'
gem.add_runtime_dependency 'rack-rdf', '~> 3.2'
gem.add_runtime_dependency 'sinatra', '~> 2.1'

gem.add_development_dependency 'yard' , '~> 0.9'
Expand Down

0 comments on commit c43339f

Please sign in to comment.