ruby-em-redis 0.3.0+gh-3 source package in Ubuntu

Changelog

ruby-em-redis (0.3.0+gh-3) unstable; urgency=medium

  [ Cédric Boutillier ]
  * Bump debhelper compatibility level to 9
  * Remove version in the gem2deb build-dependency
  * Use https:// in Vcs-* fields
  * Use https:// in Vcs-* fields
  * Bump Standards-Version to 3.9.7 (no changes needed)
  * Run wrap-and-sort on packaging files

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Debian Janitor ]
  * Use secure copyright file specification URI.
  * Use secure URI in Homepage field.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.

  [ Cédric Boutillier ]
  * [ci skip] Update team name
  * [ci skip] Add .gitattributes to keep unwanted files
    out of the source package

  [ Utkarsh Gupta ]
  * Temporarily disable the tests (Closes: #978975)
  * Add myself as an uploader
  * Bump debhelper-compat to 13
  * Bump Standards-Version to 4.5.1
  * Fix package wrt cme
  * Drop unnecessary dependency on ruby interpreter

 -- Utkarsh Gupta <email address hidden>  Wed, 13 Jan 2021 17:28:09 +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
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-em-redis_0.3.0+gh-3.dsc 2.1 KiB 80bddf4cafce7f2298f3ddadec0bafe953271d117dac4042ec61d274f83023fe
ruby-em-redis_0.3.0+gh.orig.tar.gz 13.1 KiB 5634ac8b2bab9927bece56af18169a9021a5384a8a8ffb2fad4803110819b557
ruby-em-redis_0.3.0+gh-3.debian.tar.xz 3.8 KiB 55d8adea615907c7e37ef57d308e62f7e1f5abfc66858dbee5d642ff0edd213e

Available diffs

No changes file available.

Binary packages built by this source

ruby-em-redis: eventmachine-based implementation of the Redis protocol

 Modeled after eventmachine's implementation of the memcached protocol,
 and influenced by Ezra Zygmuntowicz's redis-rb library (distributed as
 part of Redis).
 .
 This library is only useful when used as part of an application that
 relies on Event Machine's event loop. It implements an EM-based client
 protocol, which leverages the non-blocking nature of the EM interface
 to achieve significant parallelization without threads.