w2tags 0.9.62 → 0.9.63

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/doc/History.rdoc CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  Below is a complete listing of changes for each revision of W2TAGS.
4
4
 
5
+ == 0.9.63
6
+
7
+ === Parser
8
+ fix bug for clean-up result if @doc_out is empty
9
+
5
10
  == 0.9.62
6
11
 
7
12
  === Parser
data/hot/erb_base.hot CHANGED
@@ -106,13 +106,13 @@
106
106
  !/
107
107
  <% end %>
108
108
 
109
+ >>_end_code
110
+ <</
111
+ %>
112
+
109
113
  >>_code
110
114
  !/
111
115
  -end_code
112
116
  -!!
113
117
  <%
114
118
 
115
- >>_end_code
116
- <</
117
- %>
118
-
data/lib/w2tags/parser.rb CHANGED
@@ -790,7 +790,7 @@ module W2Tags
790
790
  if @spc.size <= sz
791
791
  ed = multi_end(nil).rstrip
792
792
  p "AutE:#{ed}#{@row}" if @dbg[:parse]
793
- @doc_out += [ed,(@doc_out[-1][-1,1]=="\n" ? '' : "\n"),@row]
793
+ @doc_out += [ed,(@doc_out[-1].to_s[-1,1]=="\n" ? '' : "\n"),@row]
794
794
  @row = ''
795
795
  true
796
796
  end
data/tasks/setup.rb CHANGED
@@ -17,7 +17,7 @@ PROJ = OpenStruct.new(
17
17
  :authors => 'Widi Harsojo',
18
18
  :email => 'wharsojo@gmail.com',
19
19
  :url => "\000",
20
- :version => ENV['VERSION'] || '0.9.62',
20
+ :version => ENV['VERSION'] || '0.9.63',
21
21
  :exclude => %w(tmp$ bak$ ~$ CVS \.svn/ \.git/ ^pkg/),
22
22
  :release_name => ENV['RELEASE'],
23
23
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: w2tags
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.62
4
+ version: 0.9.63
5
5
  platform: ruby
6
6
  authors:
7
7
  - widi harsojo
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-01-31 00:00:00 +07:00
12
+ date: 2010-02-03 00:00:00 +07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15