jruby 9.1.13.0-1 source package in Ubuntu

Changelog

jruby (9.1.13.0-1) unstable; urgency=medium

  * New upstream release.
  * Fix FTBFS with Java 9. (Closes: #875588)
  * Bump Standards-Version to 4.1.1. No changes were required.
  * Refresh patches:
    - d/p/0004-Add-missing-maven-artifacts-pom-files.patch
    - d/p/0008-Configure-unit-tests-to-run-at-build-time.patch

 -- Miguel Landaeta <email address hidden>  Wed, 04 Oct 2017 19:52:57 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe ruby

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jruby_9.1.13.0-1.dsc 2.9 KiB 7464b0c211883107d44bea02c21056d9c1daf10568655f27f186a2aa9c48b282
jruby_9.1.13.0.orig.tar.gz 8.2 MiB ff6f9552779031b3540ef2031b4fbf18ec82eccf536c62f33a25adcb63f2ebce
jruby_9.1.13.0-1.debian.tar.xz 75.9 KiB f9279ceda84bfdbd9258e82e84cb2c567eee1766b1d80d6b898f8eb9d92c485f

Available diffs

No changes file available.

Binary packages built by this source

jruby: 100% pure-Java implementation of Ruby

 JRuby is an implementation of the ruby language using the JVM.
 .
 It aims to be a complete, correct and fast implementation of Ruby, at the
 same time as providing powerful new features such as concurrency without a
 global interpreter lock, true parallelism and tight integration to the Java
 language to allow one to use Java classes in Ruby programs and to allow
 JRuby to be embedded into a Java application.
 .
 JRuby can be used as a faster version of Ruby, it can be used to run Ruby
 on the JVM and access powerful JVM libraries such as highly tuned concurrency
 primitives, it can also be used to embed Ruby as a scripting language in your
 Java program, or many other possibilities.