vimdeck 0.0.4 → 0.0.5

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.4
1
+ 0.0.5
data/lib/vimdeck.rb CHANGED
@@ -42,13 +42,13 @@ module Vimdeck
42
42
  elsif code_block && line.match( /```/ )
43
43
  code_block=false
44
44
  elsif !code_block
45
- match = line.match( /##\s*(.*)\n/ )
45
+ match = line.match( /##\s*(.*)/ )
46
46
  if match && match[1]
47
- slide.sub!( match[0], artii(match[1], "small") + "\n" )
47
+ slide.sub!( match[0], artii(match[1], "small") )
48
48
  else
49
- match = line.match( /#\s*(.*)\n/ )
49
+ match = line.match( /#\s*(.*)/ )
50
50
  if match && match[1]
51
- slide.sub!( match[0], artii(match[1], "large") + "\n" )
51
+ slide.sub!( match[0], artii(match[1], "large") )
52
52
  else
53
53
  match = line.match( /\!\[\]\(([^\(\)]*)\)/ )
54
54
  if match && match[1]
@@ -5,7 +5,11 @@
5
5
  |___/___/_/ /_/_____/_____/\____/_/ |_|
6
6
 
7
7
 
8
- Presentations with nothing but vim
8
+ ___ __ _____ ____ ___ _ ______________ __ _______
9
+ / _ \/ / / / _ \/ __/ / _ | | /| / / __/ __/ __ \/ |/ / __/
10
+ / ___/ /_/ / , _/ _/ / __ | |/ |/ / _/_\ \/ /_/ / /|_/ / _/
11
+ /_/ \____/_/|_/___/ /_/ |_|__/|__/___/___/\____/_/ /_/___/
12
+
9
13
 
10
14
 
11
15
 
data/slides.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # VIMDECK
2
2
 
3
- Presentations with nothing but vim
3
+ ## PURE AWESOME
4
4
 
5
5
 
6
6
  # VIM ROCKS!
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vimdeck
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -39,7 +39,6 @@ files:
39
39
  - README.md
40
40
  - slides.md
41
41
  - VERSION
42
- - vimdeck-0.0.4.gem
43
42
  - vimdeck.gemspec
44
43
  homepage: http://github.com/tybenz/vimdeck
45
44
  licenses: