dldinternet-mixlib-thor 0.9.5 → 0.9.6
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/Gemfile.lock +1 -1
- data/lib/dldinternet/thor/mixins/no_commands.rb +4 -3
- data/lib/dldinternet/thor/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: 7e89d92458fba41030b417c09310f7b86ea12bba
|
|
4
|
+
data.tar.gz: 9bcaabc6b95b2d545c13dd981bba6e1cd1256625
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6df2ba62a042d50ece16ad777b080998c25c88d3cc19cd8e64c4aa34dda9375caa3b19a80c82c588b5c30d10ffa5dc4bf6475ac18467e1f9401343768e389b21
|
|
7
|
+
data.tar.gz: 16a0054b092cdcf46709d237709bc47be139a1480beb875f8941fa2a61c5f5c7a711947a93cb963619becff77b3422affac7ee71843e3bea2c9372ed7d4e2057
|
data/Gemfile.lock
CHANGED
|
@@ -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
|
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.
|
|
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-
|
|
11
|
+
date: 2017-10-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|