rake-compiler 0.9.1-2 source package in Ubuntu

Changelog

rake-compiler (0.9.1-2) unstable; urgency=low


  * Drop Depends: rubygems
  * Fix ruby2.0 build (Closes: #720223)

 -- Youhei SASAKI <email address hidden>  Thu, 12 Sep 2013 21:57:53 +0900

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
rake-compiler_0.9.1-2.dsc 2.1 KiB 9479d994c36c48bd7cafdc49ecca0d3a88af35c06eb1f4ab60ec1755ab6e350c
rake-compiler_0.9.1.orig.tar.gz 30.4 KiB 64cdeb14aef68de054f21a6b4de16fff00450892cb1fceea3b37e48229181d0a
rake-compiler_0.9.1-2.debian.tar.gz 3.5 KiB 5d0158479bc053a784c5fe2852ef66b3a51ca7d3d57139205de02f58e64bc24a

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.