rake-compiler 0.9.2-1 source package in Ubuntu

Changelog

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


  * Imported Upstream version 0.9.2
  * Bump Standard Version: 3.9.5

 -- Youhei SASAKI <email address hidden>  Tue, 14 Jan 2014 22:58:25 +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
Trusty release universe ruby

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
rake-compiler_0.9.2-1.dsc 2.0 KiB 69d4fc779d3f675a6719300e40633c7f4f0d4c34290975cdba84762d2a216d27
rake-compiler_0.9.2.orig.tar.gz 30.6 KiB 421b031b7fadd92be2e567ee199d197d6f199e799d5b3616596119c1732a3212
rake-compiler_0.9.2-1.debian.tar.gz 3.6 KiB 74b93db47e2fb62acb4e485894191369ecc8f31ef6443a70f36dda84bcb89d3b

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.