diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-12-28 21:16:41 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-12-28 21:16:41 +0800 |
commit | 5d80ca5a30e8a74e6f6a14b72f625c5d384980ec (patch) | |
tree | e9a99dfddb5846ee55d5b9a776fd886856bd3dc4 /www/rubygem-httparty | |
parent | 2371c309d91cda5fe88d1c7b4b1a388872ca75b5 (diff) | |
download | freebsd-ports-gnome-5d80ca5a30e8a74e6f6a14b72f625c5d384980ec.tar.gz freebsd-ports-gnome-5d80ca5a30e8a74e6f6a14b72f625c5d384980ec.tar.zst freebsd-ports-gnome-5d80ca5a30e8a74e6f6a14b72f625c5d384980ec.zip |
- Update to 0.13.3
- Update WWW
Changes: https://github.com/jnunemaker/httparty/blob/master/History
Diffstat (limited to 'www/rubygem-httparty')
-rw-r--r-- | www/rubygem-httparty/Makefile | 2 | ||||
-rw-r--r-- | www/rubygem-httparty/distinfo | 4 | ||||
-rw-r--r-- | www/rubygem-httparty/pkg-descr | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/www/rubygem-httparty/Makefile b/www/rubygem-httparty/Makefile index e02c977b3f94..d736ecd65225 100644 --- a/www/rubygem-httparty/Makefile +++ b/www/rubygem-httparty/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= httparty -PORTVERSION= 0.13.1 +PORTVERSION= 0.13.3 CATEGORIES= www rubygems MASTER_SITES= RG diff --git a/www/rubygem-httparty/distinfo b/www/rubygem-httparty/distinfo index 0f1928b00655..ad5f067e07a1 100644 --- a/www/rubygem-httparty/distinfo +++ b/www/rubygem-httparty/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/httparty-0.13.1.gem) = d2b97f77e388cfa86d9f697dbdcd30ef600474e17f3c0a717e554e551a3fc92f -SIZE (rubygem/httparty-0.13.1.gem) = 72192 +SHA256 (rubygem/httparty-0.13.3.gem) = 71d5b4f03bf5e16168a300c53286d3e3fb2c5caa9386f486d4fc78d7c02d8f38 +SIZE (rubygem/httparty-0.13.3.gem) = 75776 diff --git a/www/rubygem-httparty/pkg-descr b/www/rubygem-httparty/pkg-descr index 0dd83aed94c3..59690e0942e8 100644 --- a/www/rubygem-httparty/pkg-descr +++ b/www/rubygem-httparty/pkg-descr @@ -8,4 +8,4 @@ Its features: * Automatic parsing of JSON and XML into ruby hashes based on response content-type -WWW: https://github.com/jnunemaker/httparty +WWW: http://johnnunemaker.com/httparty/ |