Sha256: 00b1efb3380882f29beff72dbb5753c6df32f934b054d149ede3f2db49059b87
Contents?: true
Size: 1 KB
Versions: 1
Compression:
Stored size: 1 KB
Contents
Gem::Specification.new do |s| s.name = "rrsimple-rss" s.version = "1.3.4" 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 = "rodrigo@rrmartins.com" s.homepage = "http://github.com/rrmartins/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", "Rodrigo Martins"] s.files = ["install.rb", "lib", "lib/rrsimple-rss.rb", "LICENSE", "Rakefile", "README.markdown", "rrsimple-rss.gemspec", "test", "test/base", "test/base/base_test.rb", "test/data", "test/data/bbc.xml", "test/data/atom.xml", "test/data/not-rss.xml", "test/data/rss09.rdf", "test/data/rss20.xml", "test/test_helper.rb"] s.rubyforge_project = 'rrsimple-rss' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rrsimple-rss-1.3.4 | rrsimple-rss.gemspec |