oliver 1.8.3 → 1.8.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/oliver/argument_files/install.rb +2 -2
- data/lib/oliver/arguments.rb +1 -1
- data/lib/oliver/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 40b31a898178b616c9dcf9f2006249f32fceb4a9
|
4
|
+
data.tar.gz: 5492706abf013263aecf1a76a18c5dace78643ec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c8a12dfb45cf55370fa04ff552fc1d6b1c9457e8f3656243cdca7ef14261d6a96093eeefa3ff23f801c0123a89bb4c2d4687f8a9721ef68f9713ea8fff67a4de
|
7
|
+
data.tar.gz: 2d89e257b63ef0967b42262ecae00e0f1f0871eb85d1cf955fa95d5fc0844e121d23e2d081f1710a81928320a50363c2114f2be5e856e21a6f0270d163ef4492
|
data/README.md
CHANGED
@@ -80,11 +80,11 @@ answer to your question is _yes_**.
|
|
80
80
|
|
81
81
|
I have no idea what I'm doing.
|
82
82
|
|
83
|
-
the thing that differentiates oliver with
|
83
|
+
~~the thing that differentiates oliver with
|
84
84
|
typical things (no examples..) is that
|
85
85
|
it gives you access to the directory from
|
86
86
|
anywhere.. which you could easily do with a public
|
87
|
-
shell variable
|
87
|
+
shell variable.~~
|
88
88
|
|
89
89
|
> I have no idea what I'm doing.
|
90
90
|
|
@@ -1,5 +1,5 @@
|
|
1
|
-
|
2
|
-
# Make these public
|
1
|
+
# Success, warning and error messages
|
2
|
+
# (Make these public, sometime)
|
3
3
|
success = "#{Rainbow('Success').underline.green}:"
|
4
4
|
warning = "#{Rainbow('Warning').underline.yellow}:"
|
5
5
|
error = "#{Rainbow('Error').underline.red}:"
|
data/lib/oliver/arguments.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: 1.8.
|
4
|
+
version: 1.8.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josh
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-08-
|
11
|
+
date: 2014-08-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -104,7 +104,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
104
104
|
version: '0'
|
105
105
|
requirements: []
|
106
106
|
rubyforge_project:
|
107
|
-
rubygems_version: 2.
|
107
|
+
rubygems_version: 2.2.2
|
108
108
|
signing_key:
|
109
109
|
specification_version: 4
|
110
110
|
summary: Manage your Git(Hub) repos / projects easier.
|