bradgessler-birdfeed 0.1.2

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.
metadata ADDED
@@ -0,0 +1,85 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: bradgessler-birdfeed
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.2
5
+ platform: ruby
6
+ authors:
7
+ - Brad Gessler
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-01-30 00:00:00 -08:00
13
+ default_executable:
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: nokogiri
17
+ version_requirement:
18
+ version_requirements: !ruby/object:Gem::Requirement
19
+ requirements:
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 1.1.1
23
+ version:
24
+ description: An RSS/Atom reader based on the Nokogiri XML parser for Ruby
25
+ email: brad@conden.se
26
+ executables: []
27
+
28
+ extensions: []
29
+
30
+ extra_rdoc_files: []
31
+
32
+ files:
33
+ - README.txt
34
+ - VERSION.yml
35
+ - lib/birdfeed
36
+ - lib/birdfeed/feed.rb
37
+ - lib/birdfeed/format
38
+ - lib/birdfeed/format/atom10.rb
39
+ - lib/birdfeed/format/rss20.rb
40
+ - lib/birdfeed/format.rb
41
+ - lib/birdfeed/formats.rb
42
+ - lib/birdfeed/item.rb
43
+ - lib/birdfeed.rb
44
+ - spec/fixtures
45
+ - spec/fixtures/cnn_topstories.rss
46
+ - spec/fixtures/flickr.atom
47
+ - spec/fixtures/twitter.atom
48
+ - spec/fixtures/twitter.rss
49
+ - spec/spec_helper.rb
50
+ - spec/specs
51
+ - spec/specs/bird_feed_spec.rb
52
+ - spec/specs/feed_spec.rb
53
+ - spec/specs/format
54
+ - spec/specs/format/atom_10_spec.rb
55
+ - spec/specs/format/rss_20_spec.rb
56
+ - spec/specs/format_spec.rb
57
+ has_rdoc: true
58
+ homepage: http://github.com/bradgessler/crapapp
59
+ post_install_message:
60
+ rdoc_options:
61
+ - --inline-source
62
+ - --charset=UTF-8
63
+ require_paths:
64
+ - lib
65
+ required_ruby_version: !ruby/object:Gem::Requirement
66
+ requirements:
67
+ - - ">="
68
+ - !ruby/object:Gem::Version
69
+ version: "0"
70
+ version:
71
+ required_rubygems_version: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: "0"
76
+ version:
77
+ requirements: []
78
+
79
+ rubyforge_project:
80
+ rubygems_version: 1.2.0
81
+ signing_key:
82
+ specification_version: 2
83
+ summary: BirdFeed is a well tested RSS parsing library that uses the Nokogiri XML parser in an attempt to normalize the concept of an Atom and RSS feed. We wrote this library to solve the problem ofconsuming several different feed types for a moderation tool.
84
+ test_files: []
85
+