luobo 0.1.2 → 0.1.3

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.
Files changed (3) hide show
  1. data/lib/luobo.rb +3 -3
  2. data/lib/luobo/version.rb +1 -1
  3. metadata +1 -1
@@ -84,14 +84,14 @@ class Luobo
84
84
 
85
85
  def do__raw token
86
86
  if token.line and token.line.size > 0
87
- token.line#.gsub(/^\s*/, "") + "\n"
87
+ token.line.chomp + "\n"
88
88
  else
89
- ""
89
+ "\n"
90
90
  end
91
91
  end
92
92
 
93
93
  def do__missing token
94
- src = token.line
94
+ src = token.line.chomp + "\n"
95
95
  src += token.block_code + "\n" if token.block_code
96
96
  src
97
97
  end
@@ -1,4 +1,4 @@
1
1
  module Luobo
2
- VERSION = '0.1.2'
2
+ VERSION = '0.1.3'
3
3
  end
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: luobo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: