www/rubygem-rest-client: update dependency

Update dependency to use proper version of mime-types. While here, update web
site.

PR:		209973
With hat:	ruby@
This commit is contained in:
Steve Wills 2016-06-27 13:58:03 +00:00
parent 60d0587134
commit feb2b1abb5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417661
2 changed files with 3 additions and 2 deletions

View file

@ -3,6 +3,7 @@
PORTNAME= rest-client
PORTVERSION= 1.8.0
PORTREVISION= 1
CATEGORIES= www rubygems
MASTER_SITES= RG
@ -10,7 +11,7 @@ MAINTAINER= renchap@cocoa-x.com
COMMENT= Simple Simple HTTP and REST client for Ruby
RUN_DEPENDS= rubygem-http-cookie>=1.0.2:www/rubygem-http-cookie \
rubygem-mime-types>=1.16:misc/rubygem-mime-types \
rubygem-mime-types29>=2.9:misc/rubygem-mime-types29 \
rubygem-netrc>=0.7:net/rubygem-netrc
NO_ARCH= yes

View file

@ -1,4 +1,4 @@
A simple Simple HTTP and REST client for Ruby, inspired by the Sinatra
microframework style of specifying actions: get, put, post, delete.
WWW: https://github.com/archiloque/rest-client
WWW: https://github.com/rest-client/rest-client