Files
chromebrew/packages/ruby_rexml.rb
chromebrew-actions[bot] 1d72bee88b Add unbuilt ruby_rexml to updater-ruby_rexml-3.4.2 (#12641)
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
2025-08-27 00:58:38 +00:00

14 lines
278 B
Ruby

require 'buildsystems/ruby'
class Ruby_rexml < RUBY
description 'An XML toolkit for Ruby'
homepage 'https://github.com/ruby/rexml'
version "3.4.2-#{CREW_RUBY_VER}"
license 'BSD-2-Clause'
compatibility 'all'
source_url 'SKIP'
conflicts_ok
no_compile_needed
end