mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Updates from automatic PR generation workflow plus workflow adjustments (#10839)
* Add unbuilt updated pip packages to updates-2024-12-02-00-20 * Add unbuilt updated ruby gem packages to updates-2024-12-02-00-20 * Add updated packages for linux/amd64 to updates-2024-12-02-00-20 * Add updated packages for linux/arm/v7 to updates-2024-12-02-00-20 * Add updated packages for linux/386 to updates-2024-12-02-00-20 * Adjust ruby gem version checker to skip versions containing 'java'. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add container cleanup steps to workflows Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Adjust workflows. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Rebuild ruby_json Signed-off-by: Satadru Pramanik <satadru@gmail.com> --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
56b346d2c0
commit
77eb0a0a07
@@ -3,7 +3,7 @@ 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}"
|
||||
version "0.6.0-#{CREW_RUBY_VER}"
|
||||
license 'BSD-2-Clause'
|
||||
compatibility 'all'
|
||||
source_url 'SKIP'
|
||||
|
||||
Reference in New Issue
Block a user