vrundler 0.0.5 → 0.1.6
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.
- checksums.yaml +4 -4
- data/README.md +11 -2
- data/lib/vrundler/version.rb +1 -1
- data/lib/vrundler.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e9f9cb69cbfe14e50be78981bb8990a0d2f3893c
|
|
4
|
+
data.tar.gz: 3cab4bcb16d62e93c8dbf296b45818a989f2b883
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 832f0d4442b2d064ad767a1c3526666b082bb0cfad05f23ff32440fefb55e8fb382f8735021e718fef3dcaa04c2b6caef1117b6596eceb463b8be1aecc05b094
|
|
7
|
+
data.tar.gz: 5038203d74a46211a28fea12cf3afb98f78fcfeeb7418f042dd053301fea6b5f585a914c3dbef5def9646e67357e1426ae574b70f607fb9c8f7b48c619ac29ff
|
data/README.md
CHANGED
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
#VRundler
|
|
2
|
+
=========
|
|
3
|
+
|
|
4
|
+
[][codeclimate]
|
|
5
|
+
|
|
6
|
+
[codeclimate]: https://codeclimate.com/github/developwithpassion/vrundler
|
|
2
7
|
|
|
3
8
|
##Description
|
|
4
9
|
|
|
5
|
-
vrundler is a simple tool for managing your vim
|
|
10
|
+
vrundler is a simple tool for managing your vim plugins using ruby.
|
|
6
11
|
|
|
7
12
|
##Installation
|
|
8
13
|
|
|
@@ -183,7 +188,11 @@ vrundler install --config_file=PATH_TO_YOUR_CONFIG_FILE
|
|
|
183
188
|
```
|
|
184
189
|
|
|
185
190
|
##Caveats
|
|
186
|
-
|
|
191
|
+
|
|
192
|
+
* Minimalist type functionality
|
|
193
|
+
* Refactored from a script I wrote years ago, didn't write tests for it
|
|
194
|
+
* I've used it successfully for a long time (about 4 years).
|
|
195
|
+
* It's optimized for my workflow. YMMV.
|
|
187
196
|
|
|
188
197
|
##License
|
|
189
198
|
|
data/lib/vrundler/version.rb
CHANGED
data/lib/vrundler.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vrundler
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.1.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Develop With Passion®
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-07-
|
|
11
|
+
date: 2014-07-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|