diff --git a/devel/rubygem-rspec-expectations/Makefile b/devel/rubygem-rspec-expectations/Makefile index 5cfc4e3e97ba..20a5ed5f814d 100644 --- a/devel/rubygem-rspec-expectations/Makefile +++ b/devel/rubygem-rspec-expectations/Makefile @@ -1,24 +1,24 @@ # New ports collection makefile for: rubygem-rspec-expectations # Date created: 2011-06-12 # Whom: Steve Wills # # $FreeBSD$ # PORTNAME= rspec-expectations -PORTVERSION= 2.6.0 +PORTVERSION= 2.7.0 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Rspec-expectations adds should and should_not to every object BUILD_DEPENDS= rubygem-diff-lcs>=0:${PORTSDIR}/textproc/rubygem-diff-lcs RUN_DEPENDS= rubygem-diff-lcs>=0:${PORTSDIR}/textproc/rubygem-diff-lcs USE_RUBY= yes USE_RAKE= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include diff --git a/devel/rubygem-rspec-expectations/distinfo b/devel/rubygem-rspec-expectations/distinfo index 0d4043823ca4..969ecefb5cd5 100644 --- a/devel/rubygem-rspec-expectations/distinfo +++ b/devel/rubygem-rspec-expectations/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/rspec-expectations-2.6.0.gem) = 8db3e4e34d163fc6d17ded378380ed2dd2495a9565869c4ef02b8de6434c5db1 -SIZE (rubygem/rspec-expectations-2.6.0.gem) = 61952 +SHA256 (rubygem/rspec-expectations-2.7.0.gem) = 9c0b0c069a622327ac7691162c92f2669ae1248fdd9ba201dd95acaeb1a5b592 +SIZE (rubygem/rspec-expectations-2.7.0.gem) = 57344 diff --git a/devel/rubygem-rspec-expectations/pkg-descr b/devel/rubygem-rspec-expectations/pkg-descr index 141462473702..4c671c94d9d9 100644 --- a/devel/rubygem-rspec-expectations/pkg-descr +++ b/devel/rubygem-rspec-expectations/pkg-descr @@ -1,3 +1,4 @@ -Rspec-expectations adds should and should_not to every object and includes RSpec::Matchers, a library of standard matchers. +Rspec-expectations adds should and should_not to every object and includes +RSpec::Matchers, a library of standard matchers. WWW: https://github.com/rspec/rspec-expectations