kafo 1.0.8 → 2.0.0

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: 8ec0d922a71854c5650b1080cacce16dc1f659e8
4
- data.tar.gz: 5ed8c9e1403dcda982b385143299468ba3a6ef93
3
+ metadata.gz: 4d52907dcd0715f3a20a5777a99929543e0a08fd
4
+ data.tar.gz: ccd312355b0ef53e9d2e4055daacb52500cec7af
5
5
  SHA512:
6
- metadata.gz: 2f0be8a6c8f02036fc4c10fad23e454cae12f870d2d3e2a9c6338e2a12d0226eb87f6eba3ec30f6da27c5692b137672f97c93acddd81d308e1cbca7df05c7aa6
7
- data.tar.gz: b42e392dc34a924389c1a9911a72e1a328f7bd29bb0d174e7255abd9b379e501112eb93830b799669d9a6a9abc9b6da09d63556b3d1ed7e7f6d7490e76670815
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 answer by passing a ```--dont-save-answers``` argument (or -d for short).
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
 
@@ -11,7 +11,7 @@ module Kafo
11
11
  new_from_string(type)
12
12
  else
13
13
  args = if keyword_re[2]
14
- hash_re = keyword_re[2].match(/\A\s*{(.*)}\s*\z/m)
14
+ hash_re = keyword_re[2].match(/\A\s*\{(.*)\}\s*\z/m)
15
15
  if hash_re
16
16
  [parse_hash(hash_re[1])]
17
17
  else
@@ -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 ['-d', '--dont-save-answers'], :flag, "Skip saving answers to '#{self.class.config.answer_file}'?",
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
@@ -1,5 +1,5 @@
1
1
  # encoding: UTF-8
2
2
  module Kafo
3
3
  PARSER_CACHE_VERSION = 1
4
- VERSION = "1.0.8"
4
+ VERSION = "2.0.0"
5
5
  end
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: 1.0.8
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-17 00:00:00.000000000 Z
11
+ date: 2017-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler