mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 07:57:59 -05:00
* Ruby updates Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add tools/create_gem_packages.rb Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Adjust gem packages and gem binary_compression logic. Signed-off-by: Satadru Pramanik <satadru@gmail.com> --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com>
14 lines
293 B
Ruby
14 lines
293 B
Ruby
require 'buildsystems/ruby'
|
|
|
|
class Ruby_rake < RUBY
|
|
description 'Rake is a Make-like program implemented in Ruby.'
|
|
homepage 'https://github.com/ruby/rake'
|
|
version "13.2.1-#{CREW_RUBY_VER}"
|
|
license 'MIT'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
|
|
conflicts_ok
|
|
no_compile_needed
|
|
end
|