Fri Mar 13 13:47:40 2015 UTC ()
Update ruby-rspec-support to 3.2.2.

### 3.2.2 / 2015-02-23

Bug Fixes:

* Fix an encoding issue with `EncodedString#split` when encountering an
  invalid byte string. (Benjamin Fleischer, #1760)


(taca)
diff -r1.2 -r1.3 pkgsrc/devel/ruby-rspec-support/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/ruby-rspec-support/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/devel/ruby-rspec-support/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-rspec-support/Makefile 2015/02/07 14:39:34 1.2
+++ pkgsrc/devel/ruby-rspec-support/Makefile 2015/03/13 13:47:40 1.3
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1# $NetBSD: Makefile,v 1.2 2015/02/07 14:39:34 taca Exp $ 1# $NetBSD: Makefile,v 1.3 2015/03/13 13:47:40 taca Exp $
2 2
3DISTNAME= rspec-support-3.2.1 3DISTNAME= rspec-support-3.2.2
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://github.com/rspec/rspec-support/ 7HOMEPAGE= https://github.com/rspec/rspec-support/
8COMMENT= Support utilities for RSpec gems 8COMMENT= Support utilities for RSpec gems
9LICENSE= mit 9LICENSE= mit
10 10
11.include "../../lang/ruby/gem.mk" 11.include "../../lang/ruby/gem.mk"
12.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/devel/ruby-rspec-support/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-rspec-support/distinfo 2015/02/07 14:39:34 1.2
+++ pkgsrc/devel/ruby-rspec-support/distinfo 2015/03/13 13:47:40 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2015/02/07 14:39:34 taca Exp $ 1$NetBSD: distinfo,v 1.3 2015/03/13 13:47:40 taca Exp $
2 2
3SHA1 (rspec-support-3.2.1.gem) = 712aed0a5ab8c8ae2558bb960856e8a6c05e715d 3SHA1 (rspec-support-3.2.2.gem) = 0b9542cee264f3e09039bc16fb379c0839b4ea9d
4RMD160 (rspec-support-3.2.1.gem) = ae71e06eab83e7453b13f1e8fd6a6cd3868dc8c0 4RMD160 (rspec-support-3.2.2.gem) = a72035235968aad392b2cdec6e1082d998173cbc
5Size (rspec-support-3.2.1.gem) = 25088 bytes 5Size (rspec-support-3.2.2.gem) = 25600 bytes