ruby-safely-block 0.2.1-2 source package in Ubuntu

Changelog

ruby-safely-block (0.2.1-2) unstable; urgency=medium

  * Source-only upload
  * Add salsa-ci.yml

 -- Utkarsh Gupta <email address hidden>  Tue, 13 Aug 2019 07:23:42 +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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-safely-block_0.2.1-2.dsc 2.1 KiB ce093fae64bd41a8f681625db70b5dbc7dad10ca3069ffa2ed4f3e6e358b7e5c
ruby-safely-block_0.2.1.orig.tar.gz 4.8 KiB 7e08e4dc2a4c3179d4907681fc2654afedecf2eb40cb513cd78573a4a55930e4
ruby-safely-block_0.2.1-2.debian.tar.xz 2.9 KiB 1e481540d398bf91845bfee99346c2d58847d25b8a13c03f75fc590471530da8

Available diffs

No changes file available.

Binary packages built by this source

ruby-safely-block: Rescue and report exceptions in non-critical code

 Exceptions are rescued and automatically reported to your favorite reporting
 service. In development and test environments, exceptions are raised so you
 can fix them.
 .
 The Safely Pattern is a simple one. It allows you to tag non-critical code by
 wrapping it in a function. It’s built on top of exception handling. Gem is
 created for efficient exceptional handling.