mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-06 22:24:12 -05:00
* Ruby => 3.4.0, and remove old kernel workarounds. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add built packages for linux/386 to ruby * Add built packages for linux/amd64 to ruby * Add built packages for linux/arm/v7 to ruby * dep adjustment for Ruby 3.4 Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add gem adjustment for ruby 3.4. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Update ruby gems deps. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Adjust ruby_resolv_replace requirements. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Update rubygems package name. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add repl_type_completor package. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Update ruby => 3.4.1 Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Adjust build to prevent breakage. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Adjust build workflow script. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add workaround for broken rubocop from ruby upgrade. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Handle case of gem compiler not being installed. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add built packages for linux/386 to ruby * Add built packages for linux/amd64 to ruby * Add built packages for linux/arm/v7 to ruby * Update lib/downloader.rb Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update packages/ruby_repl_type_completor.rb Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update tools/build_updated_packages.rb Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update packages/ruby_repl_type_completor.rb Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update tools/build_updated_packages.rb Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Add broken rake invocation workaround. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Update Rubygems. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Update gems and fix gem updater to account for rubygems.org/versions appending updates during the month to the bottom of the file. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Sync up logic in buildsystems/ruby.rb and tools/update_ruby_gem_packages.rb Signed-off-by: Satadru Pramanik <satadru@gmail.com> --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: satmandu <satmandu@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
47 lines
1.2 KiB
Ruby
47 lines
1.2 KiB
Ruby
# Generated by tools/create_default_gems_package.rb
|
|
require 'package'
|
|
|
|
class Bundled_gems < Package
|
|
description 'Ruby Bundled Gem Packages.'
|
|
homepage 'https://stdgems.org/'
|
|
version "2024123018-#{CREW_RUBY_VER}"
|
|
license 'GPL-3+'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
|
|
is_fake
|
|
|
|
depends_on 'ruby_abbrev'
|
|
depends_on 'ruby_base64'
|
|
depends_on 'ruby_bigdecimal'
|
|
depends_on 'ruby_csv'
|
|
depends_on 'ruby_debug'
|
|
depends_on 'ruby_did_you_mean'
|
|
depends_on 'ruby_drb'
|
|
depends_on 'ruby_getoptlong'
|
|
depends_on 'ruby_matrix'
|
|
depends_on 'ruby_minitest'
|
|
depends_on 'ruby_mutex_m'
|
|
depends_on 'ruby_net_ftp'
|
|
depends_on 'ruby_net_imap'
|
|
depends_on 'ruby_net_pop'
|
|
depends_on 'ruby_net_smtp'
|
|
depends_on 'ruby_net_telnet'
|
|
depends_on 'ruby_nkf'
|
|
depends_on 'ruby_observer'
|
|
depends_on 'ruby_power_assert'
|
|
depends_on 'ruby_prime'
|
|
depends_on 'ruby_racc'
|
|
depends_on 'ruby_rake'
|
|
depends_on 'ruby_rbs'
|
|
depends_on 'ruby_repl_type_completor'
|
|
# depends_on 'ruby_resolv_replace'
|
|
depends_on 'ruby_rexml'
|
|
depends_on 'ruby_rinda'
|
|
depends_on 'ruby_rss'
|
|
depends_on 'ruby_syslog'
|
|
depends_on 'ruby_test_unit'
|
|
depends_on 'ruby_typeprof'
|
|
depends_on 'ruby_xmlrpc'
|
|
end
|