vim-epidemic 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
@@ -1,9 +1,10 @@
1
1
  # encoding: UTF-8
2
2
  require 'paint'
3
3
  require 'which_works'
4
+ require 'fileutils'
4
5
 
5
6
  module VimEpidemic
6
- VERSION = '0.0.2'
7
+ VERSION = '0.0.3'
7
8
  end
8
9
 
9
10
  [ :config, :controller, :plugin ].each do |lib|
@@ -1,4 +1,3 @@
1
- require 'fileutils'
2
1
 
3
2
  module VimEpidemic
4
3
 
@@ -1,4 +1,3 @@
1
- require 'uri'
2
1
 
3
2
  module VimEpidemic
4
3
 
@@ -17,6 +16,7 @@ module VimEpidemic
17
16
  end
18
17
 
19
18
  def install
19
+ FileUtils.mkdir_p @config.bundle_dir
20
20
  if File.exists? dir
21
21
  Dir.chdir dir
22
22
  `git pull`
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "vim-epidemic"
8
- s.version = "0.0.2"
8
+ s.version = "0.0.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["AlphaHydrae"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vim-epidemic
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: