vimdeck 0.0.2 → 0.0.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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.2
1
+ 0.0.3
data/lib/vimdeck.rb CHANGED
@@ -25,11 +25,11 @@ module Vimdeck
25
25
 
26
26
  def self.create_slides(file)
27
27
  slides = File.read(file).split(@slide_delimiter)
28
- new_slides = []
29
28
 
30
29
  @template = ERB.new(File.read(File.dirname(__FILE__) + "/templates/script.vim.erb"))
31
30
  @buffers = []
32
31
 
32
+ Dir.mkdir("presentation") unless File.exists?("presentation")
33
33
  slides.each_with_index do |slide, i|
34
34
  new_slide = ''
35
35
  headers = []
data/vimdeck-0.0.2.gem ADDED
Binary file
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.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -39,7 +39,7 @@ files:
39
39
  - README.md
40
40
  - slides.md
41
41
  - VERSION
42
- - vimdeck-0.0.1.gem
42
+ - vimdeck-0.0.2.gem
43
43
  - vimdeck.gemspec
44
44
  homepage: http://github.com/tybenz/vimdeck
45
45
  licenses:
data/vimdeck-0.0.1.gem DELETED
Binary file