forked from cardmagic/simple-rss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
simple-rss.gemspec
12 lines (12 loc) · 923 Bytes
/
simple-rss.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
Gem::Specification.new do |s|
s.name = "simple-rss"
s.version = "1.2.3"
s.date = "2010-07-06"
s.summary = "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.email = "[email protected]"
s.homepage = "http://github.com/cardmagic/simple-rss"
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 = ["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