Minor update with a few small bugfixes.
I plan to commit this in a few days unless I hear objections.
Thanks,
Jeremy
Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/ruby-sqlite3/Makefile,v
retrieving revision 1.29
diff -u -p -r1.29 Makefile
--- Makefile 11 Mar 2013 02:52:08 -0000 1.29
+++ Makefile 4 Oct 2013 01:11:22 -0000
@@ -2,7 +2,7 @@
COMMENT= access a SQLite3 database from ruby
-VERSION= 1.3.7
+VERSION= 1.3.8
DISTNAME= sqlite3-${VERSION}
CATEGORIES= databases
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/ruby-sqlite3/distinfo,v
retrieving revision 1.11
diff -u -p -r1.11 distinfo
--- distinfo 14 Jan 2013 23:25:08 -0000 1.11
+++ distinfo 4 Oct 2013 01:11:50 -0000
@@ -1,2 +1,2 @@
-SHA256 (sqlite3-1.3.7.gem) = fhEV5Wmqnpk+ztoBCH0QFHWG041ct2eMY4udQolLmWI=
-SIZE (sqlite3-1.3.7.gem) = 57856
+SHA256 (sqlite3-1.3.8.gem) = apewGeF30zRyusGqsZnZrowk8Y62NGHK3DIjYHqCKHo=
+SIZE (sqlite3-1.3.8.gem) = 58880
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/databases/ruby-sqlite3/pkg/PLIST,v
retrieving revision 1.10
diff -u -p -r1.10 PLIST
--- pkg/PLIST 29 Jun 2012 16:40:31 -0000 1.10
+++ pkg/PLIST 4 Oct 2013 01:11:53 -0000
@@ -5,6 +5,7 @@ ${GEM_LIB}/gems/${DISTNAME}/.gemtest
${GEM_LIB}/gems/${DISTNAME}/API_CHANGES.rdoc
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG.rdoc
${GEM_LIB}/gems/${DISTNAME}/ChangeLog.cvs
+${GEM_LIB}/gems/${DISTNAME}/Gemfile
${GEM_LIB}/gems/${DISTNAME}/LICENSE
${GEM_LIB}/gems/${DISTNAME}/Manifest.txt
${GEM_LIB}/gems/${DISTNAME}/README.rdoc