Sha256: 77735d86e34fe5d47e537f2d839154ae6ca4e1eaa14700024ec1c643b5f0c635
Contents?: true
Size: 1.12 KB
Versions: 1
Compression:
Stored size: 1.12 KB
Contents
Gem::Specification.new do |s| s.name = "simple-rss" s.version = "1.3.3" s.version = "#{s.version}-alpha-#{ENV['TRAVIS_BUILD_NUMBER']}" if ENV['TRAVIS'] s.date = "2015-08-17" 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 = "lucas@rufy.com" 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.authors = ["Lucas Carlson"] s.files = ["install.rb", "lib", "lib/simple-rss.rb", "LICENSE", "Rakefile", "README.markdown", "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.rubyforge_project = 'simple-rss' s.add_development_dependency "rake" s.add_development_dependency "rdoc" s.add_development_dependency "test-unit" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
simple-rss-1.3.3 | simple-rss.gemspec |