mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
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:
committed by
GitHub
parent
8473668c0d
commit
768aede4a8
13
packages/ruby_optparse.rb
Normal file
13
packages/ruby_optparse.rb
Normal 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
|
||||
Reference in New Issue
Block a user