vrundler 0.1.8 → 0.1.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -1
  3. data/lib/vrundler/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 735181df97c0be3d0359b72b379848a5adfefc29
4
- data.tar.gz: 912af672460b2a3e462a298575fe3d205cd438f1
3
+ metadata.gz: 97826fd5f002519f22d4ef19caf133adb17fd633
4
+ data.tar.gz: f064d5fefc2ac87c3886373542ba0d9532f8f737
5
5
  SHA512:
6
- metadata.gz: 5d6b0918abb711634b7b713eaa733bbc1bd69b6572caed696bfdf64c01e3bf9878d20f0e3d3eb2d70bdf9915fde7ee46a2342174acba84721241a05c2c73060f
7
- data.tar.gz: b302d7932b5655c7fb5ac47d7780c00df8cb907af972337eb6f1b015b5857ef0e6fe143fcf4b07d654543606db8a920ab5c7b527421e6dfdef2b1ff6655795ba
6
+ metadata.gz: 600a3c55d5451d963674c34f3a25fd3e144d711c71c2916b834064f6b097c22eefd5575882e510cb416a512a6a6d2e98f77b24faa6f771426df904cb9cf4b1fd
7
+ data.tar.gz: 3626d2b6572afcdba17d132dfd031b1282fecda690df33ef2dc4af32b38b660be6b522c5008a1ff1063d46264ffd9149eae485e0752b5ff32b88ece6c9fd50d9
data/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
 
8
8
  ##Description
9
9
 
10
- vrundler is a simple tool for managing your vim plugins using ruby.
10
+ vrundler is a simple tool I use for managing vim plugins. Not meant to be a vundle competitor, had some downtime one day and decided to refactor one of the old scripts I was using to do vim plugin management. I use pathogen for plugin resolution, so this caters well to supporting it. Just putting the code up here for anyone to look at/use.
11
11
 
12
12
  ##Installation
13
13
 
@@ -218,6 +218,7 @@ vrundler install --config_file=PATH_TO_YOUR_CONFIG_FILE
218
218
  ##Caveats
219
219
 
220
220
  * Minimalist type functionality
221
+ * I'm using pathogen for "script resolution", so this tools is just about unpacking the plugins to where they need to be for pathogen resolution.
221
222
  * Refactored from a script I wrote years ago, didn't write tests for it
222
223
  * I've used it successfully for a long time (about 4 years).
223
224
  * It's optimized for my workflow. YMMV.
@@ -1,3 +1,3 @@
1
1
  module VRundler
2
- VERSION = "0.1.8"
2
+ VERSION = "0.1.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vrundler
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Develop With Passion®