mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-07 22:54:11 -05:00
updater-ruby_connection_pool-2.5.5-ruby3.4 — ruby_connection_pool: 2.5.4-ruby3.4 → 2.5.5-ruby3.4 (#13623)
* Add unbuilt ruby_connection_pool to updater-ruby_connection_pool-2.5.5-ruby3.4 * updater-ruby_connection_pool-2.5.5-ruby3.4: Package File Update Run on linux/386 container. * updater-ruby_connection_pool-2.5.5-ruby3.4: Package File Update Run on linux/amd64 container. * updater-ruby_connection_pool-2.5.5-ruby3.4: Package File Update Run on linux/arm/v7 container. * Fix ruby buildsystem not reinstalling gem to get filelists. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * updater-ruby_connection_pool-2.5.5-ruby3.4: Package File Update Run on linux/386 container. * updater-ruby_connection_pool-2.5.5-ruby3.4: Package File Update Run on linux/amd64 container. * updater-ruby_connection_pool-2.5.5-ruby3.4: Package File Update Run on linux/arm/v7 container. --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com> Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com> Co-authored-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: satmandu <satmandu@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
6c366bd6a1
commit
c4050d03b5
@@ -86,7 +86,9 @@ end
|
||||
|
||||
def save_gem_filelist(gem_name = nil, gem_filelist_path = nil)
|
||||
crewlog "@gem_latest_version_installed: #{@gem_latest_version_installed}"
|
||||
files = `gem install --no-update-sources -N #{gem_name} --conservative &>/dev/null ; gem contents #{gem_name}`.chomp.split
|
||||
# We need the gem reinstalled, so we don't use --conservative, which
|
||||
# avoids the reinstall.
|
||||
files = `gem install --no-update-sources -N #{gem_name} &>/dev/null ; gem contents #{gem_name}`.chomp.split
|
||||
exes = files.grep(%r{/exe/|/bin/})
|
||||
# Gem.bindir should end up being #{CREW_PREFIX}/bin.
|
||||
exes&.map! { |x| x.gsub(%r{^.*(/exe/|/bin/)}, "#{Gem.bindir}/") }
|
||||
|
||||
@@ -4,7 +4,7 @@ require 'etc'
|
||||
require 'open3'
|
||||
|
||||
OLD_CREW_VERSION = defined?(CREW_VERSION) ? CREW_VERSION : '1.0'
|
||||
CREW_VERSION = '1.68.1' unless defined?(CREW_VERSION) && CREW_VERSION == OLD_CREW_VERSION
|
||||
CREW_VERSION = '1.68.2' unless defined?(CREW_VERSION) && CREW_VERSION == OLD_CREW_VERSION
|
||||
|
||||
# Kernel architecture.
|
||||
KERN_ARCH = Etc.uname[:machine]
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Total size: 26588
|
||||
/usr/local/lib/ruby/gems/3.4.0/gems/connection_pool-2.5.4/Changes.md
|
||||
/usr/local/lib/ruby/gems/3.4.0/gems/connection_pool-2.5.4/LICENSE
|
||||
/usr/local/lib/ruby/gems/3.4.0/gems/connection_pool-2.5.4/README.md
|
||||
/usr/local/lib/ruby/gems/3.4.0/gems/connection_pool-2.5.4/connection_pool.gemspec
|
||||
/usr/local/lib/ruby/gems/3.4.0/gems/connection_pool-2.5.4/lib/connection_pool.rb
|
||||
/usr/local/lib/ruby/gems/3.4.0/gems/connection_pool-2.5.4/lib/connection_pool/timed_stack.rb
|
||||
/usr/local/lib/ruby/gems/3.4.0/gems/connection_pool-2.5.4/lib/connection_pool/version.rb
|
||||
/usr/local/lib/ruby/gems/3.4.0/gems/connection_pool-2.5.4/lib/connection_pool/wrapper.rb
|
||||
# Total size: 27266
|
||||
/usr/local/lib/ruby/gems/3.4.0/gems/connection_pool-2.5.5/Changes.md
|
||||
/usr/local/lib/ruby/gems/3.4.0/gems/connection_pool-2.5.5/LICENSE
|
||||
/usr/local/lib/ruby/gems/3.4.0/gems/connection_pool-2.5.5/README.md
|
||||
/usr/local/lib/ruby/gems/3.4.0/gems/connection_pool-2.5.5/connection_pool.gemspec
|
||||
/usr/local/lib/ruby/gems/3.4.0/gems/connection_pool-2.5.5/lib/connection_pool.rb
|
||||
/usr/local/lib/ruby/gems/3.4.0/gems/connection_pool-2.5.5/lib/connection_pool/timed_stack.rb
|
||||
/usr/local/lib/ruby/gems/3.4.0/gems/connection_pool-2.5.5/lib/connection_pool/version.rb
|
||||
/usr/local/lib/ruby/gems/3.4.0/gems/connection_pool-2.5.5/lib/connection_pool/wrapper.rb
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Total size: 26588
|
||||
/usr/local/lib/ruby/gems/3.4.0/gems/connection_pool-2.5.4/Changes.md
|
||||
/usr/local/lib/ruby/gems/3.4.0/gems/connection_pool-2.5.4/LICENSE
|
||||
/usr/local/lib/ruby/gems/3.4.0/gems/connection_pool-2.5.4/README.md
|
||||
/usr/local/lib/ruby/gems/3.4.0/gems/connection_pool-2.5.4/connection_pool.gemspec
|
||||
/usr/local/lib/ruby/gems/3.4.0/gems/connection_pool-2.5.4/lib/connection_pool.rb
|
||||
/usr/local/lib/ruby/gems/3.4.0/gems/connection_pool-2.5.4/lib/connection_pool/timed_stack.rb
|
||||
/usr/local/lib/ruby/gems/3.4.0/gems/connection_pool-2.5.4/lib/connection_pool/version.rb
|
||||
/usr/local/lib/ruby/gems/3.4.0/gems/connection_pool-2.5.4/lib/connection_pool/wrapper.rb
|
||||
# Total size: 27266
|
||||
/usr/local/lib/ruby/gems/3.4.0/gems/connection_pool-2.5.5/Changes.md
|
||||
/usr/local/lib/ruby/gems/3.4.0/gems/connection_pool-2.5.5/LICENSE
|
||||
/usr/local/lib/ruby/gems/3.4.0/gems/connection_pool-2.5.5/README.md
|
||||
/usr/local/lib/ruby/gems/3.4.0/gems/connection_pool-2.5.5/connection_pool.gemspec
|
||||
/usr/local/lib/ruby/gems/3.4.0/gems/connection_pool-2.5.5/lib/connection_pool.rb
|
||||
/usr/local/lib/ruby/gems/3.4.0/gems/connection_pool-2.5.5/lib/connection_pool/timed_stack.rb
|
||||
/usr/local/lib/ruby/gems/3.4.0/gems/connection_pool-2.5.5/lib/connection_pool/version.rb
|
||||
/usr/local/lib/ruby/gems/3.4.0/gems/connection_pool-2.5.5/lib/connection_pool/wrapper.rb
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Total size: 26588
|
||||
/usr/local/lib64/ruby/gems/3.4.0/gems/connection_pool-2.5.4/Changes.md
|
||||
/usr/local/lib64/ruby/gems/3.4.0/gems/connection_pool-2.5.4/LICENSE
|
||||
/usr/local/lib64/ruby/gems/3.4.0/gems/connection_pool-2.5.4/README.md
|
||||
/usr/local/lib64/ruby/gems/3.4.0/gems/connection_pool-2.5.4/connection_pool.gemspec
|
||||
/usr/local/lib64/ruby/gems/3.4.0/gems/connection_pool-2.5.4/lib/connection_pool.rb
|
||||
/usr/local/lib64/ruby/gems/3.4.0/gems/connection_pool-2.5.4/lib/connection_pool/timed_stack.rb
|
||||
/usr/local/lib64/ruby/gems/3.4.0/gems/connection_pool-2.5.4/lib/connection_pool/version.rb
|
||||
/usr/local/lib64/ruby/gems/3.4.0/gems/connection_pool-2.5.4/lib/connection_pool/wrapper.rb
|
||||
# Total size: 27266
|
||||
/usr/local/lib64/ruby/gems/3.4.0/gems/connection_pool-2.5.5/Changes.md
|
||||
/usr/local/lib64/ruby/gems/3.4.0/gems/connection_pool-2.5.5/LICENSE
|
||||
/usr/local/lib64/ruby/gems/3.4.0/gems/connection_pool-2.5.5/README.md
|
||||
/usr/local/lib64/ruby/gems/3.4.0/gems/connection_pool-2.5.5/connection_pool.gemspec
|
||||
/usr/local/lib64/ruby/gems/3.4.0/gems/connection_pool-2.5.5/lib/connection_pool.rb
|
||||
/usr/local/lib64/ruby/gems/3.4.0/gems/connection_pool-2.5.5/lib/connection_pool/timed_stack.rb
|
||||
/usr/local/lib64/ruby/gems/3.4.0/gems/connection_pool-2.5.5/lib/connection_pool/version.rb
|
||||
/usr/local/lib64/ruby/gems/3.4.0/gems/connection_pool-2.5.5/lib/connection_pool/wrapper.rb
|
||||
|
||||
@@ -3,7 +3,7 @@ require 'buildsystems/ruby'
|
||||
class Ruby_connection_pool < RUBY
|
||||
description 'Generic connection pool for ruby.'
|
||||
homepage 'https://github.com/mperham/connection_pool'
|
||||
version "2.5.4-#{CREW_RUBY_VER}"
|
||||
version "2.5.5-#{CREW_RUBY_VER}"
|
||||
license 'MIT'
|
||||
compatibility 'all'
|
||||
source_url 'SKIP'
|
||||
|
||||
Reference in New Issue
Block a user