Files
chromebrew/packages/ruby_drb.rb
github-actions[bot] a5e198e69f updates workflow run w/ pip fixes (#11944)
* Add unbuilt updated pip packages to updates-2025-05-24-15-08

* Add unbuilt updated ruby gem packages to updates-2025-05-24-15-08

* Modify pip buildsystem & add more debugging.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add built packages for linux/386 to updates-2025-05-24-15-08

* Add built packages for linux/amd64 to updates-2025-05-24-15-08

* Add built packages for linux/arm/v7 to updates-2025-05-24-15-08

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: satmandu <satmandu@users.noreply.github.com>
Co-authored-by: Satadru Pramanik <satadru@gmail.com>
2025-05-24 21:36:17 +00:00

16 lines
326 B
Ruby

require 'buildsystems/ruby'
class Ruby_drb < RUBY
description 'Distributed object system for ruby.'
homepage 'https://github.com/ruby/drb'
version "2.2.3-#{CREW_RUBY_VER}"
license 'BSD-2-Clause'
compatibility 'all'
source_url 'SKIP'
depends_on 'ruby_ruby2_keywords' # R
conflicts_ok
no_compile_needed
end