rake-compiler 1.2.1-1 source package in Ubuntu
Changelog
rake-compiler (1.2.1-1) unstable; urgency=medium * Team upload * New upstream version 1.2.1 * Refresh packaging using dh-make-ruby -- Lucas Nussbaum <email address hidden> Thu, 29 Dec 2022 09:36:56 +0100
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 | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | ruby | |
Lunar | release | universe | ruby |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
rake-compiler_1.2.1-1.dsc | 2.1 KiB | 71539c7d37e041d2888eef77445af2bd97e7745628e2eed2f3811ab59aa861d5 |
rake-compiler_1.2.1.orig.tar.gz | 36.8 KiB | e5212e2d3c4e83029a1587b5252b3579cf7ec1e098d083902d3db81af46a9244 |
rake-compiler_1.2.1-1.debian.tar.xz | 5.0 KiB | e57c342f774f97397f758fd98ab45d4364a4451e11c7548c2d1ea681220b17fd |
Available diffs
- diff from 1.2.0-3 to 1.2.1-1 (4.1 KiB)
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.