kafo 1.0.8 → 2.0.0
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 -1
- data/lib/kafo/data_type.rb +1 -1
- data/lib/kafo/kafo_configure.rb +1 -1
- data/lib/kafo/version.rb +1 -1
- 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: 4d52907dcd0715f3a20a5777a99929543e0a08fd
|
|
4
|
+
data.tar.gz: ccd312355b0ef53e9d2e4055daacb52500cec7af
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f036f88b92b9ab1c7fa226f07f7479c37eab34a177e0a0bcc0084e6322e25d0f1b49791c7df2c6de4312702b272a03a0f53219380650ba0de98640a723904815
|
|
7
|
+
data.tar.gz: c80fb9f59d9c85b4b3db3a000fb411a874ebf3af28a3dbade0f326cb60ad7b018091fb04a81861dea1928825dd9fffa23a75bc8bff2d9123d2ccb2f9037720d7
|
data/README.md
CHANGED
|
@@ -194,7 +194,7 @@ noop so no change will be done to your system. The default value here is set to
|
|
|
194
194
|
false!
|
|
195
195
|
|
|
196
196
|
Sometimes you may want kafo not to store answers from the current run. You can
|
|
197
|
-
disable saving
|
|
197
|
+
disable saving answers by passing a ```--dont-save-answers``` argument.
|
|
198
198
|
|
|
199
199
|
Note that running ```--noop``` implies ```--dont-save-answers```.
|
|
200
200
|
|
data/lib/kafo/data_type.rb
CHANGED
data/lib/kafo/kafo_configure.rb
CHANGED
|
@@ -296,7 +296,7 @@ module Kafo
|
|
|
296
296
|
:default => !!config.app[:colors]
|
|
297
297
|
self.class.app_option ['--color-of-background'], 'COLOR', 'Your terminal background is :bright or :dark',
|
|
298
298
|
:default => config.app[:color_of_background]
|
|
299
|
-
self.class.app_option ['
|
|
299
|
+
self.class.app_option ['--dont-save-answers'], :flag, "Skip saving answers to '#{self.class.config.answer_file}'?",
|
|
300
300
|
:default => !!config.app[:dont_save_answers]
|
|
301
301
|
self.class.app_option '--ignore-undocumented', :flag, 'Ignore inconsistent parameter documentation',
|
|
302
302
|
:default => false
|
data/lib/kafo/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kafo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 2.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Marek Hulan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-03-
|
|
11
|
+
date: 2017-03-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|