ruby-jar-dependencies 0.3.10-3 source package in Ubuntu

Changelog

ruby-jar-dependencies (0.3.10-3) unstable; urgency=medium

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Debian Janitor ]
  * Use secure URI in debian/watch.
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.
  * Apply multi-arch hints.
    + ruby-jar-dependencies: Add :any qualifier for ruby dependency.
  * Update watch file format version to 4.
  * Bump debhelper from old 12 to 13.

  [ Miguel Landaeta ]
  * Bump Standards-Version to 4.6.2.
  * Update watch file to use gemwatch.debian.net tracker URL.
  * Drop obsolete XS-Ruby-Versions and XB-Ruby-Versions fields.
  * Set Rules-Requires-Root to no.
  * Drop dependency on deprecated ruby-interpreter package.
  * Update copyright dates.
  * Tag patch debian/p/01-add-debian-maven-repo-settings.patch as not needed
    to be forwarded to upstream.

 -- Miguel Landaeta <email address hidden>  Sat, 09 Dec 2023 22:26:04 +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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-jar-dependencies_0.3.10-3.dsc 2.1 KiB 57f684dabc46f534f595765740273af0dc8a194a9e956e3cc1f96002f508e849
ruby-jar-dependencies_0.3.10.orig.tar.gz 18.7 KiB dbfaca51240ca1128e190d7135bfd620cebb57048c3b9b74cf49bf24381a8520
ruby-jar-dependencies_0.3.10-3.debian.tar.xz 3.2 KiB 715f2747e410b8ef26e05c350257cd8ce042430b4c79ef4cc6fb408054a18531

Available diffs

No changes file available.

Binary packages built by this source

ruby-jar-dependencies: manage jar dependencies for Ruby gems

 jar-dependencies gem provides a simple way to load jars into JRuby's
 classloader. It also has additional and very convenient features like:
 allowing to declare jar dependencies in the gemspec files, vendoring
 jars with gems if needed, reuse jar files from Maven local
 repositories, lock down specific jar versions to avoid conflicts and
 support for proxy and mirrors functionalities thanks to a close
 integration with Maven.
 .
 The idea behind jar-dependencies is to do jar dependencies management
 in a correct way. It's somehow similar to the bundler tool but for
 jars.