From 0ccdb1de457e1009302e9ec96e54caefb18af2f7 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Sun, 13 Jul 2008 23:02:05 -0400 Subject: Adding the gemspecs and the Rakefiles to the packaged gem --- sqlite3-ruby.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sqlite3-ruby.gemspec') diff --git a/sqlite3-ruby.gemspec b/sqlite3-ruby.gemspec index ac8f000..2f3bd79 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}/**/*") + s.files = Dir.glob("{doc,ext,lib,test}/**/*") + Dir.glob("*.gemspec") + [ "Rakefile" ] s.files.concat [ "LICENSE", "README.rdoc", "CHANGELOG.rdoc" ] s.require_path = 'lib' -- cgit