ruby-has-secure-token 1.0.0-3 source package in Ubuntu

Changelog

ruby-has-secure-token (1.0.0-3) unstable; urgency=low

  * 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).
  * Update watch file format version to 4.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.

  [ Daniel Leidert ]
  * d/patches/0002-Replace-update_attributes-per-Rails-6.1.patch: Add patch.
    - Replace deprecated update_attributes() method.
  * d/patches/series: Enable new patch.

 -- Daniel Leidert <email address hidden>  Tue, 30 Nov 2021 03:30:57 +0100

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Low 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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-has-secure-token_1.0.0-3.dsc 2.1 KiB 646c7b2eec0ded5668585132e78fbe6d76279e54f305304a502d33ff87d36149
ruby-has-secure-token_1.0.0.orig.tar.gz 4.8 KiB 911d7a16f76e42c05c7ee9869d5dfb33adc7877529571591517a5709fae7df91
ruby-has-secure-token_1.0.0-3.debian.tar.xz 3.4 KiB fea62ce5dca751f262a6acef66be285c8a730384c94b114d862ec03bc9c0a1bf

Available diffs

No changes file available.

Binary packages built by this source

ruby-has-secure-token: Unique creation for random tokens for any model in ruby on rails

 The gems intends to provide an easy way to generate unique random tokens for
 any model in ruby on rails. SecureRandom::base58 is used to generate the
 24-character unique tokens, so collisions are highly unlikely.
 .
 Backport of ActiveRecord::SecureToken 5 to AR 3.x and 4.