Files
chromebrew/packages/ruby_optparse.rb
Satadru Pramanik, DO, MPH, MEng 768aede4a8 Create packages for more default ruby gems (#10531)
* 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>
2024-09-27 00:14:59 -05:00

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