ruby-safe-yaml 1.0.4-1 source package in Ubuntu

Changelog

ruby-safe-yaml (1.0.4-1) unstable; urgency=medium

  * Team upload
  * New upstream release
    - test suite ported to RSpec 3
  * Update packaging with a new dh-make-ruby run

 -- Antonio Terceiro <email address hidden>  Thu, 25 Jun 2015 09:13:26 -0300

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
Xenial release universe misc

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-safe-yaml_1.0.4-1.dsc 2.1 KiB f358a0fd97158b402b4d7e0856d81e117d61c2d706b6ea4ae0ea3affe3fb5ce9
ruby-safe-yaml_1.0.4.orig.tar.gz 26.2 KiB a098285a8a676d2d2f3ec19ab0ef45ca1ee5e9e6b12b2827c7bc6941613faa5c
ruby-safe-yaml_1.0.4-1.debian.tar.xz 2.9 KiB 96ad62527bad52ce15b3dfb4913d8fe09fc26df49a572cd73eda9e445db0f63c

Available diffs

No changes file available.

Binary packages built by this source

ruby-safe-yaml: safer YAML loader for Ruby

 SafeYAML provides an alternative implementation of YAML.load suitable for
 accepting user input in Ruby applications.
 .
 Unlike Ruby's built-in implementation of YAML.load, SafeYAML's version does
 not expose applications to arbitrary code execution exploits.