Skip to content

Commit

Permalink
Fixing gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Carlson committed Jul 15, 2008
1 parent 907c7f6 commit 40f3ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple-rss.gemspec
Expand Up @@ -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

0 comments on commit 40f3ca5

Please sign in to comment.