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
310 B
Ruby
14 lines
310 B
Ruby
require 'buildsystems/ruby'
|
|
|
|
class Ruby_optparse < RUBY
|
|
description 'OptionParser is a class for command-line option analysis.'
|
|
homepage 'https://github.com/ruby/optparse'
|
|
version "0.5.0-#{CREW_RUBY_VER}"
|
|
license 'Ruby'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
|
|
conflicts_ok
|
|
no_compile_needed
|
|
end
|