ruby-yajl 1.3.1-1 source package in Ubuntu

Changelog

ruby-yajl (1.3.1-1) unstable; urgency=medium

  * Team upload.

  [ Cédric Boutillier ]
  * Imported Upstream version 1.2.0
  * 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

  [ Antonio Terceiro ]
  * Remove myself from Uploaders:

  [ Lucas Kanashiro ]
  * New upstream version 1.3.1
  * Bump debhelper compatibility level to 10
  * Declare compliance with Debian Policy 4.1.3
  * Drop unneeded patches
  * debian/ruby-tests.rb: use gem2deb spectask

 -- Lucas Kanashiro <email address hidden>  Fri, 02 Feb 2018 14:04:45 -0200

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
any
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ruby-yajl_1.3.1-1.dsc 2.0 KiB f44104913c7646cd142512d643a56600748703003beae608db31cb01ff73f22f
ruby-yajl_1.3.1.orig.tar.gz 557.9 KiB 308fc3401e038b51541a431f4416b263862ff211adb59ab257302460aceed4db
ruby-yajl_1.3.1-1.debian.tar.xz 3.8 KiB 7e90300af6931ce27637a07f85a0c5a707ec29c7e80bafebbee9d7d47648bf0e

No changes file available.

Binary packages built by this source

ruby-yajl: Ruby interface to Yajl, a JSON stream-based parser library

 Supported features include,
 .
 JSON parsing and encoding directly to and from an IO stream
 (file, socket, etc) or String. Compressed stream parsing and
 encoding supported for Bzip2, Gzip and Deflate.
 .
 Parse and encode *multiple* JSON objects to and from streams or strings
 continuously.
 .
 JSON gem compatibility API - allows yajl-ruby to be used as a drop-in
 replacement for the JSON gem
 .
 Basic HTTP client (only GET requests supported for now) which parses JSON
 directly off the response body *as it's being received*

ruby-yajl-dbgsym: debug symbols for ruby-yajl