mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 07:57:59 -05:00
Add unbuilt updated ruby gem packages to updates-2025-05-31-00-20 (#11972)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
88777f0ee8
commit
347b5d5e3d
@@ -3,7 +3,7 @@ require 'buildsystems/ruby'
|
||||
class Ruby_base64 < RUBY
|
||||
description 'Support for encoding and decoding binary data using a base64 representation.'
|
||||
homepage 'https://github.com/ruby/base64'
|
||||
version "0.2.0-#{CREW_RUBY_VER}"
|
||||
version "0.3.0-#{CREW_RUBY_VER}"
|
||||
license 'Ruby'
|
||||
compatibility 'all'
|
||||
source_url 'SKIP'
|
||||
|
||||
@@ -3,7 +3,7 @@ require 'buildsystems/ruby'
|
||||
class Ruby_benchmark < RUBY
|
||||
description 'A performance benchmarking library.'
|
||||
homepage 'https://github.com/ruby/benchmark'
|
||||
version "0.4.0-#{CREW_RUBY_VER}"
|
||||
version "0.4.1-#{CREW_RUBY_VER}"
|
||||
license 'Ruby'
|
||||
compatibility 'all'
|
||||
source_url 'SKIP'
|
||||
|
||||
@@ -3,7 +3,7 @@ require 'buildsystems/ruby'
|
||||
class Ruby_rake < RUBY
|
||||
description 'Rake is a Make-like program implemented in Ruby.'
|
||||
homepage 'https://github.com/ruby/rake'
|
||||
version "13.2.1-#{CREW_RUBY_VER}"
|
||||
version "13.3.0-#{CREW_RUBY_VER}"
|
||||
license 'MIT'
|
||||
compatibility 'all'
|
||||
source_url 'SKIP'
|
||||
|
||||
Reference in New Issue
Block a user