vrundler 0.0.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d7e9f60c96ecc0845af01d751fa881441d7bb9a2
4
- data.tar.gz: b18a01e88f583128715648b47c8f3b8ea49f5b21
3
+ metadata.gz: e9f9cb69cbfe14e50be78981bb8990a0d2f3893c
4
+ data.tar.gz: 3cab4bcb16d62e93c8dbf296b45818a989f2b883
5
5
  SHA512:
6
- metadata.gz: 5fbabf8372c9aa6ffb7c1272ba9ff2573dd89be244717e394fe0d8df47e5fc2347767c4311ae44efd03d41757ee42eed123de52e5300d4be817d060aa4f49b04
7
- data.tar.gz: d7ea5d8487213cfaecf2d5b469215be5f156f90de62e07f2774a6af3e6fb1de2029e85a0c858f27eeeae3f691cfbda6316d2c2597ceb3a162e19a2598508a684
6
+ metadata.gz: 832f0d4442b2d064ad767a1c3526666b082bb0cfad05f23ff32440fefb55e8fb382f8735021e718fef3dcaa04c2b6caef1117b6596eceb463b8be1aecc05b094
7
+ data.tar.gz: 5038203d74a46211a28fea12cf3afb98f78fcfeeb7418f042dd053301fea6b5f585a914c3dbef5def9646e67357e1426ae574b70f607fb9c8f7b48c619ac29ff
data/README.md CHANGED
@@ -1,8 +1,13 @@
1
1
  #VRundler
2
+ =========
3
+
4
+ [![Code Climate](http://img.shields.io/codeclimate/github/developwithpassion/vrundler.svg)][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 plugin management using ruby.
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
- Minimalist type functionality, refactored from a script I wrote years ago. I've used it successfully for a long time. It's optimized for my workflow. No tests, though the code is simple. YMMV.
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
 
@@ -1,3 +1,3 @@
1
1
  module VRundler
2
- VERSION = "0.0.5"
2
+ VERSION = "0.1.6"
3
3
  end
data/lib/vrundler.rb CHANGED
@@ -21,8 +21,8 @@ module VRundler
21
21
  Bundles.bundles_dir path
22
22
  end
23
23
 
24
- def github(name, &block)
25
- group("http://github.com/#{name}/", &block)
24
+ def git(user_clone_url, &block)
25
+ group(user_clone_url, &block)
26
26
  end
27
27
 
28
28
  def vimscripts(&block)
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.0.5
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-16 00:00:00.000000000 Z
11
+ date: 2014-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor