ace 0.4.8 → 0.4.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -22,7 +22,7 @@ module Ace
22
22
  doc.css("gravatar").each do |node|
23
23
  image_node = Nokogiri::XML::Node.new("img", doc)
24
24
  image_node.set_attribute("src", gravatar_url(node[:email]))
25
- node.replace(img)
25
+ node.replace(image_node)
26
26
  end
27
27
  end
28
28
  end
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  module Ace
4
- VERSION ||= "0.4.8"
4
+ VERSION ||= "0.4.9"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ace
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.8
4
+ version: 0.4.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: