ruby-openid 2.9.2debian-4 source package in Ubuntu
Changelog
ruby-openid (2.9.2debian-4) unstable; urgency=medium * Team upload. * d/p/0001-Replace-Bignum-with-Integer.patch: comply with ruby 3.3 changes * d/p/0002-Skip-test-failing-with-ruby-3.3.patch: fix FTBFS -- Lucas Kanashiro <email address hidden> Tue, 17 Dec 2024 16:58:56 -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
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Plucky | release | universe | ruby |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ruby-openid_2.9.2debian-4.dsc | 2.1 KiB | ef520535880d71811095212459651f3045d2f613c8d83d90c8570ce30d43e852 |
ruby-openid_2.9.2debian.orig.tar.gz | 500.6 KiB | ef998d8138c5c1684b079d4bc4fa9635f20db39d1ec5de48dc9b4d3a1aa0f306 |
ruby-openid_2.9.2debian-4.debian.tar.xz | 8.1 KiB | 82711e447822496b74ebc1455b002a69903464234aa51dbdd8a4ebdc0319c4e7 |
Available diffs
- diff from 2.9.2debian-2 to 2.9.2debian-4 (1.6 KiB)
- diff from 2.9.2debian-3 to 2.9.2debian-4 (1.0 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