ruby-rack-oauth2 1.21.3-1 source package in Ubuntu

Changelog

ruby-rack-oauth2 (1.21.3-1) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Update standards version to 4.6.1, no changes needed.

  [ Pirate Praveen ]
  * New upstream version 1.21.3
  * Drop openssl3 patch applied upstream

 -- Pirate Praveen <email address hidden>  Sun, 04 Dec 2022 23:03:18 +0530

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-rack-oauth2_1.21.3-1.dsc 2.2 KiB a1d823284753bd6cae17eb36928914dc97f52f0e47e4b9d2630e94369d89ff60
ruby-rack-oauth2_1.21.3.orig.tar.gz 32.0 KiB a326e4c67fffc2b36ef7c35c3f6c00ab054f6b1305d5e96dcc02efa55e7e76ef
ruby-rack-oauth2_1.21.3-1.debian.tar.xz 3.9 KiB f7b0c4251ff0eab66aec418b6b702ca18c5f8ca24df7a1cfbf45661c3feed188

Available diffs

No changes file available.

Binary packages built by this source

ruby-rack-oauth2: Rack interface for an OAuth 2.0

 This gem provides a Rack interface for an OAuth 2.0 Server & Client Library.
 It supports both Bearer and MAC token types. Rack provides a minimal, modular,
 and adaptable interface for developing web applications in Ruby. OAuth is an
 open standard for authorization. OAuth provides client applications a 'secure
 delegated access' to server resources on behalf of a resource owner.