spackle 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/bin/spackle-vim-open +1 -1
  3. metadata +1 -1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.2
1
+ 0.0.3
data/bin/spackle-vim-open CHANGED
@@ -2,7 +2,7 @@
2
2
  spackle_dir = File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib'))
3
3
  $LOAD_PATH.unshift(spackle_dir) unless $LOAD_PATH.include?(spackle_dir)
4
4
 
5
- require 'spackle/helpers/ruby_project_root'
5
+ require 'project_scout'
6
6
 
7
7
  # Load a Vim Quickfix file in an active vim session.
8
8
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spackle
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rick Lee-Morlang