w2tags 0.9.61 → 0.9.62

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.62
6
+
7
+ === Parser
8
+ clean-up result if hot contains multiple linefeed "\n\n"
9
+
5
10
  == 0.9.61
6
11
 
7
12
  === Parser
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,"\n",@row]
793
+ @doc_out += [ed,(@doc_out[-1][-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.61',
20
+ :version => ENV['VERSION'] || '0.9.62',
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.61
4
+ version: 0.9.62
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: 2009-12-14 00:00:00 +07:00
12
+ date: 2010-01-31 00:00:00 +07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15