mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-05-01 03:00:26 -04:00
17 lines
378 B
Ruby
17 lines
378 B
Ruby
require 'buildsystems/ruby'
|
|
|
|
class Ruby_time < RUBY
|
|
description 'Extends the time class with methods for parsing and conversion.'
|
|
homepage 'https://github.com/ruby/time'
|
|
version "0.4.2-#{CREW_RUBY_VER}"
|
|
license 'BSD-2-Clause'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
|
|
depends_on 'ruby' => :logical
|
|
depends_on 'ruby_date' # R
|
|
|
|
conflicts_ok
|
|
no_compile_needed
|
|
end
|