1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

WebMock allows stubbing HTTP requests and setting expectations on HTTP requests.

WWW:    http://rubygems.org/gems/webmock
This commit is contained in:
Philip M. Gollucci 2010-09-22 02:52:47 +00:00
parent 4fec956e8e
commit a2d87d36fb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=261581
4 changed files with 29 additions and 0 deletions

View File

@ -1572,6 +1572,7 @@
SUBDIR += rubygem-staticmatic
SUBDIR += rubygem-taggable
SUBDIR += rubygem-thin
SUBDIR += rubygem-webmock
SUBDIR += rubygem-yapra
SUBDIR += runsomebrowser
SUBDIR += sakai

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: rubygem-webmock
# Date created: 21 September 2010
# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
#
# $FreeBSD$
#
PORTNAME= webmock
PORTVERSION= 1.3.5
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= allows stubbing HTTP requests and setting expectations on HTTP requests
RUN_DEPENDS= rubygem-crack>=0.1.7:${PORTSDIR}/devel/rubygem-crack \
rubygem-addressable>=2.1.1:${PORTSDIR}/www/rubygem-addressable
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (rubygem/webmock-1.3.5.gem) = 90b7948c2fafc4f5f3425afaab3eb320
SHA256 (rubygem/webmock-1.3.5.gem) = 05736e7672215c370731db18ca56aeda439c68ef50311b48ad8d2bd94bd62b25
SIZE (rubygem/webmock-1.3.5.gem) = 64512

View File

@ -0,0 +1,3 @@
WebMock allows stubbing HTTP requests and setting expectations on HTTP requests.
WWW: http://rubygems.org/gems/webmock