summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Hicks <mhicks@localhost.localdomain>2008-07-13 23:02:05 -0400
committerMatt Hicks <mhicks@localhost.localdomain>2008-07-13 23:02:05 -0400
commit0ccdb1de457e1009302e9ec96e54caefb18af2f7 (patch)
treee6348ae6caf8b1f9477669662e17fbfb86be40c4
parent54d7760e9fbce197f183cfc567a60245cfc96dc5 (diff)
downloadthird_party-sqlite3-ruby-0ccdb1de457e1009302e9ec96e54caefb18af2f7.tar.gz
third_party-sqlite3-ruby-0ccdb1de457e1009302e9ec96e54caefb18af2f7.tar.xz
third_party-sqlite3-ruby-0ccdb1de457e1009302e9ec96e54caefb18af2f7.zip
Adding the gemspecs and the Rakefiles to the packaged gem
-rw-r--r--sqlite3-ruby.gemspec2
1 files changed, 1 insertions, 1 deletions
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'