simple-rss 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,4 @@
1
+ $:.unshift(File.dirname(__FILE__) + '/../lib')
2
+
3
+ require 'test/unit'
4
+ require 'simple-rss'
metadata ADDED
@@ -0,0 +1,73 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.8.10
3
+ specification_version: 1
4
+ name: simple-rss
5
+ version: !ruby/object:Gem::Version
6
+ version: 1.0.0
7
+ date: 2005-08-29
8
+ summary: "A simple, flexible, extensible, and liberal RSS and Atom reader for Ruby. It is
9
+ designed to be backwards compatible with the standard RSS parser, but will never
10
+ do RSS generation."
11
+ require_paths:
12
+ - lib
13
+ email: lucas@rufy.com
14
+ homepage: http://simple-rss.rubyforge.org/
15
+ rubyforge_project:
16
+ description: "A simple, flexible, extensible, and liberal RSS and Atom reader for Ruby. It is
17
+ designed to be backwards compatible with the standard RSS parser, but will never
18
+ do RSS generation."
19
+ autorequire:
20
+ default_executable:
21
+ bindir: bin
22
+ has_rdoc: true
23
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
24
+ requirements:
25
+ -
26
+ - ">"
27
+ - !ruby/object:Gem::Version
28
+ version: 0.0.0
29
+ version:
30
+ platform: ruby
31
+ authors:
32
+ - Lucas Carlson
33
+ files:
34
+ - lib/simple-rss.rb
35
+ - test/base
36
+ - test/data
37
+ - test/test_helper.rb
38
+ - test/base/base_test.rb
39
+ - test/data/atom.xml
40
+ - test/data/not-rss.xml
41
+ - test/data/rss09.rdf
42
+ - test/data/rss20.xml
43
+ - LICENSE
44
+ - Rakefile
45
+ - README
46
+ - doc/classes
47
+ - doc/created.rid
48
+ - doc/files
49
+ - doc/fr_class_index.html
50
+ - doc/fr_file_index.html
51
+ - doc/fr_method_index.html
52
+ - doc/index.html
53
+ - doc/rdoc-style.css
54
+ - doc/classes/SimpleRSS.html
55
+ - doc/classes/SimpleRSS.src
56
+ - doc/classes/SimpleRSSError.html
57
+ - doc/classes/SimpleRSS.src/M000001.html
58
+ - doc/classes/SimpleRSS.src/M000002.html
59
+ - doc/classes/SimpleRSS.src/M000004.html
60
+ - doc/classes/SimpleRSS.src/M000005.html
61
+ - doc/classes/SimpleRSS.src/M000006.html
62
+ - doc/classes/SimpleRSS.src/M000007.html
63
+ - doc/classes/SimpleRSS.src/M000008.html
64
+ - doc/files/lib
65
+ - doc/files/README.html
66
+ - doc/files/lib/simple-rss_rb.html
67
+ test_files: []
68
+ rdoc_options: []
69
+ extra_rdoc_files: []
70
+ executables: []
71
+ extensions: []
72
+ requirements: []
73
+ dependencies: []