Files
chromebrew/packages/ruby_forwardable.rb
chromebrew-actions[bot] 00ee4f1905 'updater-ruby_forwardable-1.4.0-ruby3.4' (#13902)
* Add unbuilt ruby_forwardable to updater-ruby_forwardable-1.4.0-ruby3.4

* updater-ruby_forwardable-1.4.0-ruby3.4: Package File Update Run on linux/386 container.

* updater-ruby_forwardable-1.4.0-ruby3.4: Package File Update Run on linux/amd64 container.

* updater-ruby_forwardable-1.4.0-ruby3.4: Package File Update Run on linux/arm/v7 container.

---------

Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
2025-12-19 06:12:28 +00:00

14 lines
323 B
Ruby

require 'buildsystems/ruby'
class Ruby_forwardable < RUBY
description 'Provides delegation of specified methods to a designated object.'
homepage 'https://github.com/ruby/forwardable'
version "1.4.0-#{CREW_RUBY_VER}"
license 'Ruby'
compatibility 'all'
source_url 'SKIP'
conflicts_ok
no_compile_needed
end