ruby-childprocess 0.9.0-1 source package in Ubuntu

Changelog

ruby-childprocess (0.9.0-1) unstable; urgency=medium

  * Team upload 

  * New upstream release
  * debian/watch
    - use gemwatch.debian.net
  * debian/control
    - update Vcs-*
    - set Standards-Version to 4.2.1
    - use "debhelper-compat (= 11) and drop debian/compat file
    - adjust Dependency from gemspec
  * debian/patches
    - add 0001-do-not-use-git-in-gemspec.patch to fix test failure with
      git command

 -- Hideki Yamane <email address hidden>  Sun, 16 Dec 2018 17:42:08 +0900

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-childprocess_0.9.0-1.dsc 2.1 KiB 4c95f1126007cab636579431eac7f2c7d90493a025f7b9b86861fc83d8eaad8a
ruby-childprocess_0.9.0.orig.tar.gz 28.2 KiB 78b8dcd12de72279e7ace97face073257d256dbe76febb5cc7678283bf113ddc
ruby-childprocess_0.9.0-1.debian.tar.xz 3.5 KiB ecc542e6e5c3a63c447d2f6a82d6ba337944fff29a584acbfcf28a1cdb2910d4

No changes file available.

Binary packages built by this source

ruby-childprocess: Ruby library for controlling external programs running in the background

 This library aims at being a simple and reliable solution for controlling
 external programs running in the background on any Ruby / OS combination.
 .
 The code originated in the selenium-webdriver gem, but should prove useful as
 a standalone library.