ruby-rack-oauth2 1.19.0-1 source package in Ubuntu
Changelog
ruby-rack-oauth2 (1.19.0-1) unstable; urgency=medium * Team upload. * New upstream release. - Removes usage of obsolete URI.encode method (closes: #996351). * d/control (Standards-Version): Bump to 4.6.0. (Depends): Use ${ruby_Depends}. * d/copyright: Add Upstream-Contact field. (Copyright): Add team. * d/rules: Remove obsolete dh_install override. * d/watch: Update file. * d/upstream/metadata: Add Archive field. -- Daniel Leidert <email address hidden> Thu, 25 Nov 2021 14:08:31 +0100
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 | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | misc | |
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ruby-rack-oauth2_1.19.0-1.dsc | 2.2 KiB | 1247d66f097f09e72e90e6f22cb981bb704f9f4d66eac38dfdf3615bf3a4da3f |
ruby-rack-oauth2_1.19.0.orig.tar.gz | 31.1 KiB | 25a783ffaea374e8d91ece1c24a0ff0a6a609a1f15ab59f3f1e352ea3404b65f |
ruby-rack-oauth2_1.19.0-1.debian.tar.xz | 3.8 KiB | fadb43d85d7c18e8d50ad8753f14443a074cd2ef29794ce83ded683011df96e3 |
Available diffs
- diff from 1.16.0-1 to 1.19.0-1 (4.5 KiB)
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.