ruby-openid 2.9.2debian-2 source package in Ubuntu
Changelog
ruby-openid (2.9.2debian-2) unstable; urgency=medium * Team upload. [ Debian Janitor ] * Set field Upstream-Contact in debian/copyright. * Remove obsolete fields Contact, Name from debian/upstream/metadata (already present in machine-readable debian/copyright). * Bump debhelper from old 12 to 13. * Update standards version to 4.5.1, no changes needed. [ Lucas Kanashiro ] * B-d on versioned ruby-webrick (Closes: #996343) * Runtime depend on ${ruby:Depends} * d/copyright: remove tabs from license text * Declare compliance with Debian Policy 4.6.0 -- Lucas Kanashiro <email address hidden> Fri, 05 Nov 2021 18:21:18 -0300
Upload details
- Uploaded by:
- Debian Ruby Extras Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Ruby Extras Maintainers
- Architectures:
- all
- Section:
- ruby
- Urgency:
- Medium Urgency
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ruby-openid_2.9.2debian-2.dsc | 2.2 KiB | a6e2fb8152754d043adfb71e701a9aa99c8c5373317ba1991290a34723f75d3c |
ruby-openid_2.9.2debian.orig.tar.gz | 500.6 KiB | ef998d8138c5c1684b079d4bc4fa9635f20db39d1ec5de48dc9b4d3a1aa0f306 |
ruby-openid_2.9.2debian-2.debian.tar.xz | 7.3 KiB | 215d6ec5115872fb22bed8261a182ac3867de7901eedaeb429a0d1cea1df358b |
Available diffs
- diff from 2.9.2debian-1 to 2.9.2debian-2 (1.8 KiB)
No changes file available.
Binary packages built by this source
- ruby-openid: Ruby library for verifying and serving OpenID identities
Ruby OpenID makes it easy to add OpenID authentication to your web
applications.
This library is a port of the Python OpenID library, and features:
.
* API for verifying OpenID identities (OpenID::Consumer)
* API for serving OpenID identities (OpenID::Server)
* Consumer and server support for extensions, including simple registration
* Yadis 1.0 and OpenID 1.0 service discovery, including server fallback
* Does not depend on underlying web framework
* Multiple storage implementations (Filesystem, SQL)
* Comprehensive test suite
* Example code to help you get started, including:
- WEBrick based consumer
- Ruby on rails based server
- OpenIDLoginGenerator for quickly creating a rails app that uses OpenID
for authentication
- ActiveRecord adapter for using an SQL store in rails