dldinternet-mixlib-thor 0.9.6 → 0.9.7

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: 7e89d92458fba41030b417c09310f7b86ea12bba
4
- data.tar.gz: 9bcaabc6b95b2d545c13dd981bba6e1cd1256625
3
+ metadata.gz: 6e5ba54bf28a5b3d2f84d8bf44f4a21a0f1c3507
4
+ data.tar.gz: 019128f542d4937349ac51e08128b4db6241f5de
5
5
  SHA512:
6
- metadata.gz: 6df2ba62a042d50ece16ad777b080998c25c88d3cc19cd8e64c4aa34dda9375caa3b19a80c82c588b5c30d10ffa5dc4bf6475ac18467e1f9401343768e389b21
7
- data.tar.gz: 16a0054b092cdcf46709d237709bc47be139a1480beb875f8941fa2a61c5f5c7a711947a93cb963619becff77b3422affac7ee71843e3bea2c9372ed7d4e2057
6
+ metadata.gz: a579a8386e3b76f1c31fde30928b9448b2dcee4d0b579e122ba7e42576baef8e6b8d97b121086901784c0ddfcee78dd79fd6b5c7b556ab410d2f3e5d3f89675e
7
+ data.tar.gz: 3aef7d90cb44e20d2a5fc5beca05ce96365709bce0e6969b01c903ac2f3ed659f46ffd53f825c8c56afaf814e701b759b060c137ab2b787eed98a70c250b8162
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dldinternet-mixlib-thor (0.9.6)
4
+ dldinternet-mixlib-thor (0.9.7)
5
5
  activesupport (~> 5.1, >= 5.1.4)
6
6
  awesome_print
7
7
  command_line_reporter (~> 3.3, >= 3.3.6)
@@ -45,13 +45,14 @@ module DLDInternet
45
45
  module Thor
46
46
  LOG_LEVELS = [:trace, :debug, :info, :note, :warn, :error, :fatal, :todo]
47
47
 
48
- class OptionsMash < ::Hashie::Mash ; end
49
- class ConfigMash < ::Hashie::Mash
48
+ class SilentMash < ::Hashie::Mash
50
49
  def initialize(source_hash = nil, default = nil, &blk)
51
50
  self.class.disable_warnings
52
51
  super
53
52
  end
54
53
  end
54
+ class OptionsMash < SilentMash ; end
55
+ class ConfigMash < SilentMash ; end
55
56
 
56
57
  module MixIns
57
58
  module NoCommands
@@ -76,7 +77,6 @@ module DLDInternet
76
77
 
77
78
  def writeable_options
78
79
  return if @options.is_a?(OptionsMash)
79
- OptionsMash.disable_warnings
80
80
  @options = OptionsMash.new(@options.to_h)
81
81
  end
82
82
 
@@ -1,7 +1,7 @@
1
1
  module Dldinternet
2
2
  module Mixlib
3
3
  module Thor
4
- VERSION = '0.9.6'
4
+ VERSION = '0.9.7'
5
5
 
6
6
  module Version # :nodoc: all
7
7
  MAJOR, MINOR, RELEASE, *OTHER = VERSION.split '.'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dldinternet-mixlib-thor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.6
4
+ version: 0.9.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christo De Lange
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-10-10 00:00:00.000000000 Z
11
+ date: 2017-10-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor