diff --git a/simple-rss.gemspec b/simple-rss.gemspec index 822ce6b..b05610c 100644 --- a/simple-rss.gemspec +++ b/simple-rss.gemspec @@ -8,5 +8,5 @@ Gem::Specification.new do |s| s.description = "A simple, flexible, extensible, and liberal RSS and Atom reader for Ruby. It is designed to be backwards compatible with the standard RSS parser, but will never do RSS generation." s.has_rdoc = true s.authors = ["Lucas Carlson"] - s.files = Dir["**/*"] + s.files = ["install.rb", "lib", "lib/simple-rss.rb", "LICENSE", "Rakefile", "README", "simple-rss.gemspec", "test", "test/base", "test/base/base_test.rb", "test/data", "test/data/atom.xml", "test/data/not-rss.xml", "test/data/rss09.rdf", "test/data/rss20.xml", "test/test_helper.rb"] end