This updates the tiny_tds gem to the latest version.  Changelog
available at
https://github.com/rails-sqlserver/tiny_tds/blob/v0.6.2/CHANGELOG

Most significantly, this drops support for ruby 1.8.

Tested on i386, compiles on amd64.  Will probably be committing in a few
days unless I hear objections.

Thanks,
Jeremy

Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/ruby-tiny_tds/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- Makefile    15 Jan 2014 02:13:58 -0000      1.11
+++ Makefile    24 Nov 2014 21:12:58 -0000
@@ -2,8 +2,7 @@
 
 COMMENT =      simple and fast ruby binding to FreeTDS
 
-DISTNAME =     tiny_tds-0.5.1
-REVISION =     2
+DISTNAME =     tiny_tds-0.6.2
 CATEGORIES =   databases
 
 HOMEPAGE =     https://github.com/rails-sqlserver/tiny_tds
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/ruby-tiny_tds/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo    29 Jan 2013 22:44:05 -0000      1.3
+++ distinfo    24 Nov 2014 21:13:12 -0000
@@ -1,2 +1,2 @@
-SHA256 (tiny_tds-0.5.1.gem) = 757hn6RKfJxxelCFwS8U1nhKUyEJaZYgRHVkjDbEETw=
-SIZE (tiny_tds-0.5.1.gem) = 40448
+SHA256 (tiny_tds-0.6.2.gem) = WkHuqyl4x5OITCQ5ABKpPuTo9AvuYK5ccOVbCWXJ82g=
+SIZE (tiny_tds-0.6.2.gem) = 47616
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/databases/ruby-tiny_tds/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -r1.4 PLIST
--- pkg/PLIST   11 Jan 2014 22:51:02 -0000      1.4
+++ pkg/PLIST   24 Nov 2014 21:13:35 -0000
@@ -5,9 +5,10 @@ ${GEM_LIB}/gems/${DISTNAME}/.gitignore
 ${GEM_LIB}/gems/${DISTNAME}/CHANGELOG
 ${GEM_LIB}/gems/${DISTNAME}/Gemfile
 ${GEM_LIB}/gems/${DISTNAME}/MIT-LICENSE
-${GEM_LIB}/gems/${DISTNAME}/NOTES
 ${GEM_LIB}/gems/${DISTNAME}/README.md
 ${GEM_LIB}/gems/${DISTNAME}/Rakefile
+${GEM_LIB}/gems/${DISTNAME}/compile/
+${GEM_LIB}/gems/${DISTNAME}/compile/rake-compiler-dev-box.patch
 ${GEM_LIB}/gems/${DISTNAME}/lib/
 ${GEM_LIB}/gems/${DISTNAME}/lib/tiny_tds/
 ${GEM_LIB}/gems/${DISTNAME}/lib/tiny_tds.rb
@@ -34,4 +35,5 @@ ${GEM_LIB}/gems/${DISTNAME}/test/schema/
 ${GEM_LIB}/gems/${DISTNAME}/test/schema/sybase_ase.sql
 ${GEM_LIB}/gems/${DISTNAME}/test/schema_test.rb
 ${GEM_LIB}/gems/${DISTNAME}/test/test_helper.rb
+${GEM_LIB}/gems/${DISTNAME}/test/thread_test.rb
 ${GEM_LIB}/specifications/${DISTNAME}.gemspec

Reply via email to