Files
chromebrew/packages/ruby_io_wait.rb
chromebrew-actions[bot] c41aee2ea0 updater-ruby_io_wait-0.3.5 — ruby_io_wait → 0.3.5 (#13425)
* Add unbuilt ruby_io_wait to updater-ruby_io_wait-0.3.5

* updater-ruby_io_wait-0.3.5: Package File Update Run on linux/386 container.

* updater-ruby_io_wait-0.3.5: Package File Update Run on linux/amd64 container.

* updater-ruby_io_wait-0.3.5: Package File Update Run on linux/arm/v7 container.

---------

Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
2025-11-12 00:42:24 +00:00

22 lines
682 B
Ruby

require 'buildsystems/ruby'
class Ruby_io_wait < RUBY
description 'Waits until io is readable or writable without blocking.'
homepage 'https://github.com/ruby/io-wait'
version "0.3.5-#{CREW_RUBY_VER}"
license 'Ruby'
compatibility 'all'
source_url 'SKIP'
binary_compression 'gem'
binary_sha256({
aarch64: '686c587c0c89de60f13dfc6df30386af380cb54968844f79f1d457aba931be79',
armv7l: '686c587c0c89de60f13dfc6df30386af380cb54968844f79f1d457aba931be79',
i686: '0bdda7421f86b40b5759132fe6b15e767a2f3ffbf2c0e08a3ae1438108f3d4b6',
x86_64: '9872d8a205160da83910b54fc6f684e2306f15a667ea3665b2c848bd2b877645'
})
conflicts_ok
gem_compile_needed
end