ruby-jmespath 1.6.1-1 source package in Ubuntu

Changelog

ruby-jmespath (1.6.1-1) unstable; urgency=medium

  * Team Upload
  * New upstream Release
  * New upstream version 1.6.1
  * d/control: (Standards-Version): Bump to 4.6.1.
   -(Depends): Use ${ruby:Depends} and remove interpreter.

 -- Ajayi Olatunji <email address hidden>  Tue, 16 Aug 2022 23:35:09 +0000

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-jmespath_1.6.1-1.dsc 2.0 KiB 68aa437205d7fe60e3e94e334019af13f1ca98527da7159a1a18fe237fb14a2b
ruby-jmespath_1.6.1.orig.tar.gz 16.9 KiB 86b40c8757e0e272c7f15d7a5f2a431baedc445c8acda6326977105f0957c64c
ruby-jmespath_1.6.1-1.debian.tar.xz 2.1 KiB 0631d6c7332d930f399c59ad723d6c0d40c8feea52c041cf44703a21f3c5d10a

Available diffs

No changes file available.

Binary packages built by this source

ruby-jmespath: Ruby implementation of JMESPath

 An implementation of JMESPath for Ruby. This implementation supports searching
 JSON documents as well as native Ruby data structures.
 .
 You can call JMESPath.search with a valid JMESPath search expression and data
 to search. It will return the extracted values.