mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
* Add unbuilt ruby_httparty to updater-ruby_httparty-0.23.2 * updater-ruby_httparty-0.23.2: Package File Update Run on linux/386 container. * updater-ruby_httparty-0.23.2: Package File Update Run on linux/amd64 container. * updater-ruby_httparty-0.23.2: Package File Update Run on linux/arm/v7 container. --------- Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
18 lines
425 B
Ruby
18 lines
425 B
Ruby
require 'buildsystems/ruby'
|
|
|
|
class Ruby_httparty < RUBY
|
|
description 'Makes http fun! Also, makes consuming restful web services dead easy.'
|
|
homepage 'https://github.com/jnunemaker/httparty'
|
|
version "0.23.2-#{CREW_RUBY_VER}"
|
|
license 'MIT'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
|
|
depends_on 'ruby_csv' # R
|
|
depends_on 'ruby_mini_mime' # R
|
|
depends_on 'ruby_multi_xml' # R
|
|
|
|
conflicts_ok
|
|
no_compile_needed
|
|
end
|