Files
chromebrew/packages/ruby_httparty.rb
github-actions[bot] b2f13a0c31 AutoBuild: updates-2025-03-31-00-21 started at 2025-03-31-00UTC (#11645)
* Add unbuilt updated pip packages to updates-2025-03-31-00-21

* Add unbuilt updated ruby gem packages to updates-2025-03-31-00-21

* Add built packages for linux/386 to updates-2025-03-31-00-21

* Add built packages for linux/amd64 to updates-2025-03-31-00-21

* Add built packages for linux/arm/v7 to updates-2025-03-31-00-21

---------

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>
2025-03-31 00:48:25 +00:00

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.1-#{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