ruby-typed-array 0.1.2-2 source package in Ubuntu

Changelog

ruby-typed-array (0.1.2-2) unstable; urgency=medium


  * debian/ruby-tests.rb: fix FTBFS (Closes: #735869)
  * Bump Standards-Version to 3.9.5 (no changes needed)

 -- HIGUCHI Daisuke (VDR dai) <email address hidden>  Sat, 18 Jan 2014 17:38:10 +0900

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

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
ruby-typed-array_0.1.2-2.dsc 2.0 KiB 66d46a7836afa0a5408caaf7f90bffc399114eb4355c44ef0a7917b71722653c
ruby-typed-array_0.1.2.orig.tar.gz 7.2 KiB 4903d14050ae01b36c1ee97e1cd41d6c1f2040e42eb56bebef0517a097a6bd2c
ruby-typed-array_0.1.2-2.debian.tar.xz 2.3 KiB 8b02d5a63555b2ad21305ae6a65bd6057436d6fdf4e145bc721b4a39bbd4e126

Available diffs

No changes file available.

Binary packages built by this source

ruby-typed-array: Ruby library providing enforced-type functionality to Arrays

 All methods that alter the contents of an array that implements this Gem are
 first checked to ensure that the added items are of the types allowed. All
 methods behave exactly as their Array counterparts, including additional
 forms, block processing, etc.