Spectives-feedzirra 0.0.28 → 0.0.29

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.
Files changed (3) hide show
  1. data/lib/feedzirra/feed.rb +0 -1
  2. data/lib/feedzirra.rb +1 -1
  3. metadata +3 -2
@@ -48,7 +48,6 @@ module Feedzirra
48
48
  def self.feed_classes
49
49
  @feed_classes ||= [
50
50
  Feedzirra::Parser::RSS,
51
- Feedzirra::Parser::AtomFeedBurner,
52
51
  Feedzirra::Parser::Atom
53
52
  ]
54
53
  end
data/lib/feedzirra.rb CHANGED
@@ -40,5 +40,5 @@ require 'feedzirra/parser/rss'
40
40
  require 'feedzirra/parser/atom'
41
41
 
42
42
  module Feedzirra
43
- VERSION = "0.0.28"
43
+ VERSION = "0.0.29"
44
44
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Spectives-feedzirra
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.28
4
+ version: 0.0.29
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Dix
@@ -126,6 +126,7 @@ files:
126
126
  - spec/spec_helper.rb
127
127
  has_rdoc: true
128
128
  homepage: http://github.com/pauldix/feedzirra
129
+ licenses:
129
130
  post_install_message:
130
131
  rdoc_options: []
131
132
 
@@ -146,7 +147,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
146
147
  requirements: []
147
148
 
148
149
  rubyforge_project:
149
- rubygems_version: 1.2.0
150
+ rubygems_version: 1.3.5
150
151
  signing_key:
151
152
  specification_version: 2
152
153
  summary: "A feed fetching and parsing library that treats the internet like Godzilla treats Japan: it dominates and eats all."