mort666-pricetag 0.1.7 → 0.1.8

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.7
1
+ 0.1.8
@@ -59,7 +59,7 @@ module PriceTag
59
59
  def text_for_node(node, options = {})
60
60
  case tag = node.name.to_sym
61
61
  when :h1, :h2, :h3, :h4, :h5, :h6
62
- "#{node.name}. #{node.text}"
62
+ "#{node.name}. #{node.text}\n"
63
63
  when :li
64
64
  "#{(node.parent.name == "ol" ? "#" : "*") * indentation_level_for_list_item(node)} #{node.text}"
65
65
  when :td
@@ -1,3 +1,3 @@
1
1
  module PriceTag
2
- Version = VERSION = '0.1.7'
2
+ Version = VERSION = '0.1.8'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mort666-pricetag
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 11
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 7
10
- version: 0.1.7
9
+ - 8
10
+ version: 0.1.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Mattt Thompson