dev-ruby/sorbet-runtime: add 0.5.12356

Signed-off-by: Bryce Copeland (truffle) <truffle074@gmail.com>
This commit is contained in:
Bryce Copeland (truffle)
2025-07-23 16:42:36 +10:00
parent ad7f7adcbe
commit c7a8ae1f4f
2 changed files with 20 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
DIST sorbet-runtime-0.5.11882.gem 89088 BLAKE2B 408059cd2e66e04bd803501de41ce395aa3413216b8098eb6d9c245e478fd9432aa5c5bd81964c79ae55bd153f9639c744b8082cdeeb1dce276f79bc514f1cb4 SHA512 8b2c1dffe58b32bddea311a4aad033b677846749c14f93fac22ae0b8c339c3aa17b81e18e045c97ec201c5f6cf1099ee26908191be6ab13290c99b55a73998d9
DIST sorbet-runtime-0.5.12134.gem 89088 BLAKE2B 4b8affd46b929e75379e09a420dd7e2d8f2670d9fb73cfa8c186ce3d52b20b30dcba709cd84c80a84913fdc849be1590d6138abdc3b19750fc09ef8e80c7df16 SHA512 f8a300263b1960b5abe2a2a5368ce7f11b8b46be83eed8bd3d856b59cd979dce4415099518547388b5507e413d18d5922a38647e41017d0e5c1bdb3f38dcd6ac
DIST sorbet-runtime-0.5.12356.gem 90112 BLAKE2B ec834db4e1d3852febf942a7dac25aefca9265d2e0791e5403dd5893556e015c82cc7ecb8b43d5131607a9d92f77c34d4d3badb0f0854fff86631c0bf620b0a7 SHA512 87d7e06bbd058ca8ab5571aa45ea8c7395b126dd54ce1e833f1f0688d19ccf2d03ed651700fb25f8d6958e24f1948d594e584a87d733f6e7ae25d3f98497f98f

View File

@@ -0,0 +1,19 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
USE_RUBY="ruby31 ruby32 ruby33 ruby34"
inherit ruby-fakegem
DESCRIPTION="Sorbet's runtime static type checker component"
HOMEPAGE="https://sorbet.org/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
# sorbet itself is a huge package, with a mix of c++ & ruby
# the tests defined in the main repo are for the full package and wouldn't
# make sense for this gem
RUBY_FAKEGEM_RECIPE_TEST="none"