Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (26 loc) · 915 Bytes

CHANGELOG.md

File metadata and controls

29 lines (26 loc) · 915 Bytes

Changelog

All notable changes to this project will be documented in this file.

Since version 2.0.0, the format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

Changed

Fixed

Removed

2.0.0 - 2024-09-05 (yanked, in favor of return to new release of original open_id_authentication)

COVERAGE: 55.56% -- 55/99 lines in 6 files BRANCH COVERAGE: 23.53% -- 4/17 branches in 6 branches

Added

  • More specs
  • version_gem runtime dependency
  • rubocop-lts development dependency (linting)
  • kettle-soup-cover development dependency (code coverage)
  • Gem signing certificate

Changed

  • Upgraded to RSpec v3
  • Switched rack-openid => rack-openid2

Fixed

  • Compatibility with Ruby 2.7+

Removed

  • Support for Ruby < 2.7
  • Undeclared dependency on Rails.logger