zetaben-Html2Feedbooks 0.4.3 → 0.4.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/feedbooks.rb +2 -2
  2. metadata +2 -2
@@ -109,8 +109,8 @@ module HTML2FB
109
109
  doc=Hpricot('<div xmlns:xhtml="http://www.w3.org/1999/xhtml">'+stxt+'</div>')
110
110
  doc.traverse_all_element do |e|
111
111
  unless e.is_a?Hpricot::Text
112
- e.stag.name='xhtml:'+e.stag.name
113
- e.etag.name='xhtml:'+e.etag.name unless e.etag.nil?
112
+ e.name='xhtml:'+e.name
113
+ e.etag='xhtml:'+e.etag unless e.etag.nil?
114
114
  end
115
115
  end
116
116
  FBPost.push(conf,'',doc.to_html,"Text",path)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zetaben-Html2Feedbooks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benoit Larroque
@@ -20,7 +20,7 @@ dependencies:
20
20
  requirements:
21
21
  - - ">="
22
22
  - !ruby/object:Gem::Version
23
- version: "0.6"
23
+ version: 0.8.1
24
24
  version:
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: htmlentities