oliver 2.1.4 → 2.1.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8a93f44dfa74f5bf413d3cd7f115a690ff941d9f
4
- data.tar.gz: 9dcb4aa43ad5c1fddd02fa51f913176aa5fac87e
3
+ metadata.gz: 490021f33a6c983770a4e028c1b5d5fb593e0602
4
+ data.tar.gz: 857e4ec08a8ed8b4521c0e64cd4c0fd50e6d5821
5
5
  SHA512:
6
- metadata.gz: ec8a3b2302d4f28fb17b3735dae708186d43a1137e626160fc13ad9267d4b63a61d44ee4d1ceb4d5cebc2d791f981fd7a45aa105c271d668809f024da4dfa969
7
- data.tar.gz: 2feba02734a88b01a3f3296c65ae3e71fa1cfc519db49d501952603c7a39bbc01484ec907392c69380c2f34fb6f957ffb5f122c13435ea62075f1f43e3d411df
6
+ metadata.gz: f5929ba6abc86cd71e0c922c0a05148b280313b807bd0c92cf92ee38cbaef57b8e2e5b67530b49c95509f00467b80858791844abcee4da294dd0ad541060e3be
7
+ data.tar.gz: ac87cffef23b7f6ed0f839c46df48f5dff1b7a29be69b5e46b0806dce1ab0901fe2af8bbcabc36c9e0e134cb894c5dbdc467a7ab9d3621238af8a0189247aafe
data/README.md CHANGED
@@ -112,6 +112,7 @@ To-Do
112
112
  Oliver will prompt you before it removes any directory
113
113
  - [ ] Add support to `olive list` so that it'll list repos that're already cloned but not on the list (so the user knows that it's being removed on the next `olive install`)
114
114
  - [ ] Clean up the mess that is [`commands.rb`](https://github.com/trommel/oliver/blob/cleanup/lib/oliver/commands.rb)
115
+ - [ ] Convert the argument parsing to [Clamp](https://github.com/mdub/clamp)
115
116
 
116
117
  Ideas
117
118
  -----
@@ -30,6 +30,7 @@ module Oliver
30
30
  repos.each do |repo|
31
31
 
32
32
  unless File.directory?(repo)
33
+ puts "Cloning #{repo}/"
33
34
  if user.downcase == 'misc'
34
35
  cloned_repo = Git.clone(
35
36
  repo,
@@ -1,9 +1,8 @@
1
- # -*- encoding : utf-8 -*-
2
1
  module Oliver
3
2
  module Version
4
3
  MAJOR = 2
5
4
  MINOR = 1
6
- PATCH = 4
5
+ PATCH = 5
7
6
  STRING = [MAJOR, MINOR, PATCH].compact.join('.')
8
7
  end
9
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oliver
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.4
4
+ version: 2.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Trommel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-09 00:00:00.000000000 Z
11
+ date: 2015-03-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler