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 +5 -0
- data/hot/erb_base.hot +4 -4
- data/lib/w2tags/parser.rb +1 -1
- data/tasks/setup.rb +1 -1
- metadata +2 -2
data/doc/History.rdoc
CHANGED
data/hot/erb_base.hot
CHANGED
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.
|
|
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.
|
|
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-
|
|
12
|
+
date: 2010-02-03 00:00:00 +07:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies: []
|
|
15
15
|
|