mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-05-01 03:00:26 -04:00
18 lines
411 B
Ruby
18 lines
411 B
Ruby
require 'buildsystems/ruby'
|
|
|
|
class Ruby_uri < RUBY
|
|
description 'Uri is a module providing classes to handle uniform resource identifiers.'
|
|
homepage 'https://github.com/ruby/uri'
|
|
version "1.1.1-#{CREW_RUBY_VER}"
|
|
license 'Ruby'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
|
|
depends_on 'ruby' => :logical
|
|
depends_on 'ruby_stringio' # R
|
|
depends_on 'ruby_time' # R
|
|
|
|
conflicts_ok
|
|
no_compile_needed
|
|
end
|