Files
chromebrew/packages/ruby_httparty.rb
Satadru Pramanik, DO, MPH, MEng 819b45a50c Refresh core deps and rebuild rtmpdump against openssl instead of nettle. (#15522)
Signed-off-by: Satadru Pramanik <satadru@gmail.com>
2026-04-09 04:26:48 +00:00

19 lines
457 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.24.2-#{CREW_RUBY_VER}"
license 'MIT'
compatibility 'all'
source_url 'SKIP'
depends_on 'ruby' => :logical
depends_on 'ruby_csv' # R
depends_on 'ruby_mini_mime' # R
depends_on 'ruby_multi_xml' # R
conflicts_ok
no_compile_needed
end