rake-compiler 1.0.4-1 source package in Ubuntu

Changelog

rake-compiler (1.0.4-1) unstable; urgency=medium

  [ Cédric Boutillier ]
  * Remove version in the gem2deb build-dependency
  * Use https:// in Vcs-* fields
  * Bump Standards-Version to 3.9.7 (no changes needed)
  * Run wrap-and-sort on packaging files

  [ Youhei SASAKI ]
  * New upstream version 1.0.4
  * Drop patches
  * Bump debhelper >= 10
  * Bump Standard Version: 4.0.0

 -- Youhei SASAKI <email address hidden>  Thu, 31 Aug 2017 04:40:12 +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
Bionic release universe ruby

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rake-compiler_1.0.4-1.dsc 2.0 KiB 6f8bbbdac9ee939950ebfd475050c51ab9f806c374d11ba51bf20a15c0a1fd82
rake-compiler_1.0.4.orig.tar.gz 33.3 KiB ba0708e04fe630e963f03f097db3bb137f01b0662c8b36de63084d2309d6c20c
rake-compiler_1.0.4-1.debian.tar.xz 4.3 KiB edeba9683a8a56e6b6f60197ce53dc2aab65dd18779dfdc83f35ad7a546e6cb1

Available diffs

No changes file available.

Binary packages built by this source

rake-compiler: Rake-based Ruby Extension (C, Java) task generator

 The rake-compiler is first and foremost a productivity tool for Ruby
 developers. It's goal is to make the busy developer's life easier by
 simplifying the building and packaging of Ruby extensions by
 simplifying code and reducing duplication.
 .
 It follows *convention over configuration* by advocating a standardized
 build and package structure for both C and Java based RubyGems.
 .
 Rake-compiler is the result of many hard-won experiences dealing with
 several diverse RubyGems that provided native extensions for different
 platforms and different user configurations in different ways. Details
 such as differences in code portability, differences in code clarity,
 and differences in project directory structure often made it very
 difficult for newcomers to those RubyGems.