mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 07:57:59 -05:00
* Add unbuilt ruby_connection_pool to updater-ruby_connection_pool-2.5.4 * updater-ruby_connection_pool-2.5.4: Build Run on linux/arm/v7. * updater-ruby_connection_pool-2.5.4: Build Run on linux/amd64. * updater-ruby_connection_pool-2.5.4: Build Run on linux/386. --------- Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
14 lines
302 B
Ruby
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.4-#{CREW_RUBY_VER}"
|
|
license 'MIT'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
|
|
conflicts_ok
|
|
no_compile_needed
|
|
end
|