ruby-json 2.6.2+dfsg-1 source package in Ubuntu

Changelog

ruby-json (2.6.2+dfsg-1) unstable; urgency=medium

  * New upstream release.
  * d/p/0003-Fix-test_generate.patch: add patch to fix test_generate test.
  * d/control: add myself to the Uploaders list.
  * Declare compliance with Debian Policy 4.6.1.
  * d/control: depend on ${ruby:Depends} instead of ruby-interpreter.

 -- Lucas Kanashiro <email address hidden>  Thu, 10 Nov 2022 17:31:17 -0300

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-json_2.6.2+dfsg-1.dsc 2.1 KiB 62267f3701deb2ddc69f4ec204d8df327a8bcebaa8cc06e1cb0a72448ed4cff5
ruby-json_2.6.2+dfsg.orig.tar.xz 93.7 KiB 2da0fea893a29d505365feb7e8d989668616a210d197ea28e054ac2c1c5580ef
ruby-json_2.6.2+dfsg-1.debian.tar.xz 8.4 KiB afd3ea6496de7e341eb247d571e70d23ece3cedd459038989dc074f69fc46c4e

No changes file available.

Binary packages built by this source

ruby-json: JSON library for Ruby

 This library implements the JSON (JavaScript Object Notation) specification in
 Ruby, allowing the developer to easily convert data between Ruby and JSON. You
 can think of it as a low fat alternative to XML, if you want to store data to
 disk or transmit it over a network rather than use a verbose markup language.

ruby-json-dbgsym: debug symbols for ruby-json