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 +4 -4
- data/README.md +1 -0
- data/lib/oliver/commands.rb +1 -0
- data/lib/oliver/version.rb +1 -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: 490021f33a6c983770a4e028c1b5d5fb593e0602
|
|
4
|
+
data.tar.gz: 857e4ec08a8ed8b4521c0e64cd4c0fd50e6d5821
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-----
|
data/lib/oliver/commands.rb
CHANGED
data/lib/oliver/version.rb
CHANGED
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
|
+
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-
|
|
11
|
+
date: 2015-03-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|