dldinternet-mixlib-thor 0.9.5 → 0.9.6

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: 2a2b83f182fc541df3415f3db7b968d4fefed42b
4
- data.tar.gz: d0c2726c65d8531cf557490985b68fc23f515219
3
+ metadata.gz: 7e89d92458fba41030b417c09310f7b86ea12bba
4
+ data.tar.gz: 9bcaabc6b95b2d545c13dd981bba6e1cd1256625
5
5
  SHA512:
6
- metadata.gz: 3daa97924eb242d036ed648933bb5cf902da93037b04259769f18ee8b3846e1ee1794494d3ea8c7d6b8b4730cca88862f1f918ecc9b01a81500ccd4171b14e19
7
- data.tar.gz: 843eeeff83d1de79f74e6e3e29750a30cce6998500d30cbf6063275751fc393c5ea7e05ea6cb1c1676b712937a4f2caf3e2e3abfe9ebda4a7e1638e199dd7d23
6
+ metadata.gz: 6df2ba62a042d50ece16ad777b080998c25c88d3cc19cd8e64c4aa34dda9375caa3b19a80c82c588b5c30d10ffa5dc4bf6475ac18467e1f9401343768e389b21
7
+ data.tar.gz: 16a0054b092cdcf46709d237709bc47be139a1480beb875f8941fa2a61c5f5c7a711947a93cb963619becff77b3422affac7ee71843e3bea2c9372ed7d4e2057
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dldinternet-mixlib-thor (0.9.5)
4
+ dldinternet-mixlib-thor (0.9.6)
5
5
  activesupport (~> 5.1, >= 5.1.4)
6
6
  awesome_print
7
7
  command_line_reporter (~> 3.3, >= 3.3.6)
@@ -409,6 +409,7 @@ module DLDInternet
409
409
 
410
410
  def invoke_command(command, *args) #:nodoc:
411
411
  ::DLDInternet::Thor::Command.invocations = @_invocations.dup.map{ |_,v| v[0]}
412
+ @command_options = command.options
412
413
  super
413
414
  end
414
415
 
@@ -436,15 +437,15 @@ module DLDInternet
436
437
  options[:cassette_path] = ENV['VCR_CASSETTE_PATH']
437
438
  end
438
439
  end
439
- unless options[:cassette_path]
440
- options[:cassette_path] = vcr_default_cassette_path
441
- end
442
440
  unless %r{^#{File::SEPARATOR}}.match?(options[:cassette_path])
443
441
  if File.dirname($0).eql?(Dir.pwd)
444
442
  @logger.error "Saving fixtures to #{Dir.pwd}!"
445
443
  exit 1
446
444
  end
447
445
  end
446
+ unless options[:cassette_path]
447
+ options[:cassette_path] = vcr_default_cassette_path
448
+ end
448
449
  options[:cassette_path] = File.expand_path(options[:cassette_path])
449
450
 
450
451
  command_pre_config_vcr
@@ -1,7 +1,7 @@
1
1
  module Dldinternet
2
2
  module Mixlib
3
3
  module Thor
4
- VERSION = '0.9.5'
4
+ VERSION = '0.9.6'
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.5
4
+ version: 0.9.6
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-06 00:00:00.000000000 Z
11
+ date: 2017-10-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor