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

Changelog

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

  * Remove /usr/lib/ruby/vendor_ruby/rubygems_plugin.rb since is causing
    upgrade problems. (Closes: #857375)
  * Bump Standards-Versions to 4.0.0. No changes were required.
  * Update copyright information.

 -- Miguel Landaeta <email address hidden>  Sat, 05 Aug 2017 15:19:12 +0100

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
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc
Bionic release universe misc

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-jar-dependencies_0.3.10-2.dsc 2.1 KiB 2f400a75c1e93bb97dff5861578557b6d8bd00d9f48e1af252f4adec4a5f2d52
ruby-jar-dependencies_0.3.10.orig.tar.gz 18.7 KiB dbfaca51240ca1128e190d7135bfd620cebb57048c3b9b74cf49bf24381a8520
ruby-jar-dependencies_0.3.10-2.debian.tar.xz 2.8 KiB eed3983779f5c67cac7e889ecff29a4bc89d860493254795fc52cc670bdf2e66

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.