herbgobbler 0.1.8 → 0.2.0

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/core/erb_file.rb +1 -0
  2. metadata +5 -5
data/lib/core/erb_file.rb CHANGED
@@ -62,6 +62,7 @@ class ErbFile
62
62
  # this is going to work with any of the nested stuff)
63
63
  text_extractor.starting_text_extraction
64
64
  new_node_set = []
65
+ @nodes ||= []
65
66
  @nodes = combine_nodes( @nodes )
66
67
  @nodes.each do |node|
67
68
  if( node.respond_to?(:text?) && node.text? )
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: herbgobbler
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
- - 1
9
- - 8
10
- version: 0.1.8
8
+ - 2
9
+ - 0
10
+ version: 0.2.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Douglas Sellers
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-03-05 00:00:00 -08:00
18
+ date: 2012-03-07 00:00:00 -08:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency