summaryrefslogtreecommitdiff
path: root/databases/ruby-odbc/patches/patch-aa
blob: 4ee9822fb5edeb7acc6aafb5366f836189287ce4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-aa,v 1.1 2010/02/14 12:26:47 taca Exp $

--- ../ruby-odbc-0.9998.gemspec.orig	2010-02-02 06:39:35.000000000 +0000
+++ ../ruby-odbc-0.9998.gemspec
@@ -6,9 +6,10 @@ spec = Gem::Specification.new do |s|
   s.author = "Christian Werner"
   s.email = "chw @nospam@ ch-werner.de"
   s.summary = "ODBC binding for Ruby"
+  s.platform = Gem::Platform::RUBY
   s.homepage = "http://www.ch-werner.de/rubyodbc"
   s.files = Dir.glob("**/*")
-  s.require_paths << 'lib'
+  s.require_paths = ['lib']
   s.test_files = Dir.glob('tests/*.rb')
   s.has_rdoc = false
   s.extra_rdoc_files = ["README", "COPYING", "ChangeLog", "GPL", "doc/odbc.html"]