mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-13 17:38:03 -05:00
* Add unbuilt updated pip packages to updates-2025-04-03-00-19 * Add unbuilt updated ruby gem packages to updates-2025-04-03-00-19 * Add built packages for linux/386 to updates-2025-04-03-00-19 * Add built packages for linux/amd64 to updates-2025-04-03-00-19 * Add built packages for linux/arm/v7 to updates-2025-04-03-00-19 * some i686 uodates Signed-off-by: Satadru Pramanik <satadru@gmail.com> * some i686 uodates Signed-off-by: Satadru Pramanik <satadru@gmail.com> --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com> 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> Co-authored-by: Satadru Pramanik <satadru@gmail.com>
22 lines
663 B
Ruby
22 lines
663 B
Ruby
require 'buildsystems/ruby'
|
|
|
|
class Ruby_stringio < RUBY
|
|
description 'Pseudo `io` class from/to `string`.'
|
|
homepage 'https://github.com/ruby/stringio'
|
|
version "3.1.6-#{CREW_RUBY_VER}"
|
|
license 'Ruby'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
binary_compression 'gem'
|
|
|
|
binary_sha256({
|
|
aarch64: 'e13a0c99156c4063931f67d61225ae7144a1e8cd7f6a137f2512035600e0a163',
|
|
armv7l: 'e13a0c99156c4063931f67d61225ae7144a1e8cd7f6a137f2512035600e0a163',
|
|
i686: '91ac82ad1018a6802bc93b2f92aadfd36010d4fe885236b5859516df289ffa2f',
|
|
x86_64: '5893f4cc93c911df0b50c1136a167482a64fc3d83d483ff0a79de6ff045441e2'
|
|
})
|
|
|
|
conflicts_ok
|
|
gem_compile_needed
|
|
end
|