Files
chromebrew/packages/ruby_connection_pool.rb
github-actions[bot] ee3dff4cbe AutoBuild: updates-2025-04-29-00-20 started at 2025-04-29-00UTC (#11842)
* Add unbuilt updated pip packages to updates-2025-04-29-00-20

* Add unbuilt updated ruby gem packages to updates-2025-04-29-00-20

* Add built packages for linux/386 to updates-2025-04-29-00-20

* Add built packages for linux/amd64 to updates-2025-04-29-00-20

* Add built packages for linux/arm/v7 to updates-2025-04-29-00-20

---------

Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-04-29 00:42:09 +00:00

14 lines
302 B
Ruby

require 'buildsystems/ruby'
class Ruby_connection_pool < RUBY
description 'Generic connection pool for ruby.'
homepage 'https://github.com/mperham/connection_pool'
version "2.5.3-#{CREW_RUBY_VER}"
license 'MIT'
compatibility 'all'
source_url 'SKIP'
conflicts_ok
no_compile_needed
end