mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
* Add unbuilt updated pip packages to updates-2025-01-20-00-18 * Add unbuilt updated ruby gem packages to updates-2025-01-20-00-18 * Add built packages for linux/386 to updates-2025-01-20-00-18 * Add built packages for linux/amd64 to updates-2025-01-20-00-18 * Add built packages for linux/arm/v7 to updates-2025-01-20-00-18 --------- Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
16 lines
338 B
Ruby
16 lines
338 B
Ruby
require 'buildsystems/ruby'
|
|
|
|
class Ruby_i18n < RUBY
|
|
description 'New wave internationalization support for ruby.'
|
|
homepage 'https://github.com/ruby-i18n/i18n'
|
|
version "1.14.7-#{CREW_RUBY_VER}"
|
|
license 'MIT'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
|
|
depends_on 'ruby_concurrent_ruby' # R
|
|
|
|
conflicts_ok
|
|
no_compile_needed
|
|
end
|