mort666-pricetag 0.1.7 → 0.1.8
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/pricetag/processors/textile.rb +1 -1
- data/lib/pricetag/version.rb +1 -1
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
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
|
data/lib/pricetag/version.rb
CHANGED
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:
|
4
|
+
hash: 11
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 8
|
10
|
+
version: 0.1.8
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Mattt Thompson
|