# -*- encoding: utf-8 -*- # stub: simple-rss 1.2.3 ruby lib Gem::Specification.new do |s| s.name = "simple-rss" s.version = "1.2.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.require_paths = ["lib"] s.authors = ["Lucas Carlson"] s.date = "2010-07-06" 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.email = "lucas@rufy.com" s.files = ["LICENSE", "README", "Rakefile", "install.rb", "lib", "lib/simple-rss.rb", "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"] s.homepage = "http://github.com/cardmagic/simple-rss" s.rubygems_version = "2.5.1" 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." end