maruku 0.2.11 → 0.2.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -364,7 +364,7 @@ class Maruku
364
364
 
365
365
  source = lines.join("\n")
366
366
  # ignore trailing lines
367
- source = source.gsub(/\n*$/,'')
367
+ source = source.gsub(/\n+\Z/,'')
368
368
 
369
369
  # dbg_describe_ary(lines, 'CODE')
370
370
  e.meta[:raw_code] = source
@@ -17,7 +17,7 @@
17
17
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
18
18
 
19
19
  class Maruku
20
- Version = '0.2.11'
20
+ Version = '0.2.12'
21
21
 
22
22
  MarukuURL = 'http://maruku.rubyforge.org/'
23
23
  end
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: maruku
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.2.11
6
+ version: 0.2.12
7
7
  date: 2006-12-28 00:00:00 +01:00
8
8
  summary: A Markdown interpreter in Ruby
9
9
  require_paths: