New package: ruby-httparty-0.16.3

This commit is contained in:
maxice8 2018-12-14 17:19:42 -02:00 committed by maxice8
parent 86b41a853e
commit 28aa8a61e2

View file

@ -0,0 +1,16 @@
# Template file for 'ruby-httparty'
pkgname=ruby-httparty
version=0.16.3
revision=1
noarch=yes
build_style=gem
depends="ruby-mime-types>=3.0 ruby-multi_xml>=0.5.2"
short_desc="Makes http fun! Also, makes consuming restful web services dead easy"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="MIT"
homepage="https://github.com/jnunemaker/httparty"
checksum=601cfa3ea82dd805a26086c0edc7bd13185d2a3eaf9993dba4eb8e5ffb3db5f6
post_install() {
vlicense MIT-LICENSE
}