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>
This commit is contained in:
Satadru Pramanik, DO, MPH, MEng
2024-09-27 01:14:59 -04:00
committed by GitHub
parent 8473668c0d
commit 768aede4a8
32 changed files with 515 additions and 2 deletions

13
packages/ruby_optparse.rb Normal file
View File

@@ -0,0 +1,13 @@
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