rfeedparser 0.9.950 → 0.9.951

Sign up to get free protection for your applications and to get access to all the features.
@@ -82,7 +82,7 @@ require 'rfeedparser/monkey_patches'
82
82
  module FeedParser
83
83
  extend FeedParserUtilities
84
84
 
85
- VERSION = "0.9.950"
85
+ VERSION = "0.9.951"
86
86
 
87
87
  AUTHOR = "Mark Pilgrim <http://diveintomark.org/>"
88
88
  PORTER = "Jeff Hodges <http://somethingsimilar.com>"
@@ -11,7 +11,7 @@ module FeedParser
11
11
  end
12
12
 
13
13
  def parse(data)
14
- saxparser = LibXML::XML::SaxParser.new
14
+ saxparser = ::LibXML::XML::SaxParser.new
15
15
  saxparser.callbacks = @handler
16
16
  saxparser.string = data
17
17
  saxparser.parse
@@ -19,7 +19,7 @@ module FeedParser
19
19
  end
20
20
 
21
21
  class StrictFeedParserHandler
22
- include LibXML::XML::SaxParser::Callbacks
22
+ include ::LibXML::XML::SaxParser::Callbacks
23
23
  include FeedParserMixin
24
24
 
25
25
  attr_accessor :bozo, :entries, :feeddata, :exc
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rfeedparser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.950
4
+ version: 0.9.951
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Hodges
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-07-28 00:00:00 -07:00
12
+ date: 2008-08-03 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency