pauldix-feedzirra 0.0.17 → 0.0.18

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.
@@ -30,5 +30,5 @@ require 'feedzirra/parser/atom'
30
30
  require 'feedzirra/parser/atom_feed_burner'
31
31
 
32
32
  module Feedzirra
33
- VERSION = "0.0.17"
33
+ VERSION = "0.0.18"
34
34
  end
@@ -19,7 +19,7 @@ module Feedzirra
19
19
  attr_accessor :feed_url
20
20
 
21
21
  def self.able_to_parse?(xml) #:nodoc:
22
- xml =~ /\<rss|rdf/
22
+ xml =~ /\<rss|\<rdf/
23
23
  end
24
24
  end
25
25
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pauldix-feedzirra
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.17
4
+ version: 0.0.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Dix