From e0ad35c69d8748046c272663f14b858402f3c6e3 Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Sun, 11 Sep 2005 17:08:31 +0000 Subject: Update gemspec and version. Update README with instructions for installation if sqlite3 is installed in a non-standard location. --- sqlite3-ruby.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sqlite3-ruby.gemspec') diff --git a/sqlite3-ruby.gemspec b/sqlite3-ruby.gemspec index d866f0f..4fe75be 100644 --- a/sqlite3-ruby.gemspec +++ b/sqlite3-ruby.gemspec @@ -9,7 +9,7 @@ Gem::Specification.new do |s| s.summary = "SQLite3/Ruby is a module to allow Ruby scripts to interface with a SQLite3 database." - s.files = Dir.glob("{doc,ext,lib,test}/**/*").delete_if { |item| item.include?( "CVS" ) } + s.files = Dir.glob("{doc,ext,lib,test}/**/*") s.files.concat [ "LICENSE", "README", "ChangeLog" ] s.require_path = 'lib' @@ -24,7 +24,7 @@ Gem::Specification.new do |s| s.test_suite_file = "test/tests.rb" s.author = "Jamis Buck" - s.email = "jgb3@email.byu.edu" + s.email = "jamis@37signals.com" s.homepage = "http://sqlite-ruby.rubyforge.org/sqlite3" end -- cgit