diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-04-06 02:25:21 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-04-06 02:25:21 +0800 |
commit | 848f2e0034078e00594e87d293e79d871430304d (patch) | |
tree | 072a697615673d5b1a44c87f96de85c911334f44 | |
parent | a5902cd1dbc12d1a9b9f58ab6869598bbee1f5a7 (diff) | |
download | freebsd-ports-gnome-848f2e0034078e00594e87d293e79d871430304d.tar.gz freebsd-ports-gnome-848f2e0034078e00594e87d293e79d871430304d.tar.zst freebsd-ports-gnome-848f2e0034078e00594e87d293e79d871430304d.zip |
- Update to 3.2.0
Changes: https://github.com/rspec/rspec-expectations/blob/master/Changelog.md
-rw-r--r-- | devel/rubygem-rspec-expectations/Makefile | 4 | ||||
-rw-r--r-- | devel/rubygem-rspec-expectations/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/rubygem-rspec-expectations/Makefile b/devel/rubygem-rspec-expectations/Makefile index 6f22baeadfb2..63aff975ea6a 100644 --- a/devel/rubygem-rspec-expectations/Makefile +++ b/devel/rubygem-rspec-expectations/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rspec-expectations -PORTVERSION= 3.1.1 +PORTVERSION= 3.2.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -12,7 +12,7 @@ COMMENT= Rspec-expectations adds should and should_not to every object LICENSE= MIT RUN_DEPENDS= rubygem-diff-lcs>=1.2.0:${PORTSDIR}/textproc/rubygem-diff-lcs \ - rubygem-rspec-support>=3.1.0:${PORTSDIR}/devel/rubygem-rspec-support + rubygem-rspec-support>=${PORTVERSION:R}:${PORTSDIR}/devel/rubygem-rspec-support USE_RUBY= yes #USE_RAKE= yes diff --git a/devel/rubygem-rspec-expectations/distinfo b/devel/rubygem-rspec-expectations/distinfo index 731276ae3df2..40e9e4ad17d3 100644 --- a/devel/rubygem-rspec-expectations/distinfo +++ b/devel/rubygem-rspec-expectations/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/rspec-expectations-3.1.1.gem) = 886d04d79a2ae6db2e955d4abc46a2a5704688f574b00b28ad5b80b77fdcf797 -SIZE (rubygem/rspec-expectations-3.1.1.gem) = 63488 +SHA256 (rubygem/rspec-expectations-3.2.0.gem) = 7e0e75f1ea985f458bef385ef50efccad1d45aaa7d52ef13416e8e952f2c6a21 +SIZE (rubygem/rspec-expectations-3.2.0.gem) = 67584 |