mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 07:57:59 -05:00
14 lines
316 B
Ruby
14 lines
316 B
Ruby
require 'buildsystems/ruby'
|
|
|
|
class Ruby_rubygems_update < RUBY
|
|
description 'RubyGems is a package management framework for Ruby.'
|
|
homepage 'https://github.com/rubygems/rubygems'
|
|
version "3.5.21-#{CREW_RUBY_VER}"
|
|
license 'MIT'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
|
|
conflicts_ok
|
|
no_compile_needed
|
|
end
|