spacify 0.1.1 → 0.1.2

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.
Files changed (3) hide show
  1. data/README.rdoc +7 -5
  2. data/VERSION +1 -1
  3. metadata +2 -2
@@ -50,12 +50,14 @@ I like it I think it helps me find things faster. I figure to each their own.
50
50
 
51
51
  == Installation
52
52
 
53
- gem install spacify
53
+ gem install spacify
54
54
 
55
- cp GEM_DIR/spacify.vim ~/.vim/plugin
56
- " add
57
- source ~/.vim/plugin/spacify.vim
58
- " to your .vimrc file
55
+ # only works if gems are in your PATH ...(and on linux (maybe mac))
56
+ cp $(dirname $(which spacify))/../gems/$(gem list spacify | tail -1 | sed 's/[)(]//g' | tr ' ' '-')/spacify.vim ~/.vim/plugin/
57
+
58
+
59
+ to your .vimrc file add
60
+ source ~/.vim/plugin/spacify.vim
59
61
 
60
62
  == Note on Patches/Pull Requests
61
63
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 1
9
- version: 0.1.1
8
+ - 2
9
+ version: 0.1.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Scott Noel-Hemming