ruby-jsonpath 1.1.5-2 source package in Ubuntu
Changelog
ruby-jsonpath (1.1.5-2) unstable; urgency=medium
* Team upload.
* Modify minitest patch for fix FTBFS with Minitest 5.25+ (Closes: #1080345)
Thanks Zixing Liu for the report and the patch
-- Cédric Boutillier <email address hidden> Fri, 06 Sep 2024 11:27:57 +0200
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 | Published | Component | Section | |
|---|---|---|---|---|
| Stonking | release | universe | misc | |
| Resolute | release | universe | misc | |
| Questing | release | universe | misc | |
| Plucky | release | universe | misc |
Downloads
| File | Size | SHA-256 Checksum |
|---|---|---|
| ruby-jsonpath_1.1.5-2.dsc | 1.4 KiB | 3ba666d4ac4a1e14177b0735289d6117173db2274016bd44023ade6505f788b5 |
| ruby-jsonpath_1.1.5.orig.tar.gz | 19.0 KiB | 80d400dca6e7644e6f16905b98ea729927266f910bccc826980ff83251ba5117 |
| ruby-jsonpath_1.1.5-2.debian.tar.xz | 3.4 KiB | dfd8be911d5cc60b246ecc2e58778d72418543aa6f446f2a6cd18eb4aeb44525 |
Available diffs
No changes file available.
Binary packages built by this source
- ruby-jsonpath: Ruby implementation of JsonPath
Every JSON object is composed on an inherent hierarchy and structure. Every
JSON ends up creating a tree of nodes, where each node is a JSON Element.
.
This hierarchy in JSON allows one to create a standard mechanism to traverse
through specific parts of the JSON. A standard way to do this is called
JSONPath.
