nanoc-cli 4.14.3 → 4.14.4
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/lib/nanoc/cli/error_handler.rb +2 -7
- data/lib/nanoc/cli/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 14cd21abcfe35f465688f0dd1fc03a89bcc2531cd489e281d1681ffce021737b
|
|
4
|
+
data.tar.gz: 4cc02b8b61a7f57505954673e2432b72c86853a9e9ebc0c6fa73b50b5a45e7c5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e48e16af5b0d434c5429970f60ae8ad247df8cb26767e09f9c011acf6e685b5269d94f2e2f8f4f41f33852cd1c6e2493c234f373f6834e879e4f627bd90ed300
|
|
7
|
+
data.tar.gz: a09026eadaa6b4fba9ce81192bb7218f87634dd2d2bc723c6520b399badb20d5660d935cc5d316f8e406bbe0509327d198dce4941e9cca59b59bb7f0053996aa
|
|
@@ -56,11 +56,6 @@ module Nanoc::CLI
|
|
|
56
56
|
# Run
|
|
57
57
|
yield
|
|
58
58
|
rescue Exception => e # rubocop:disable Lint/RescueException
|
|
59
|
-
# The exception could be wrapped in a
|
|
60
|
-
# Nanoc::Core::Errors::CompilationError, so find the
|
|
61
|
-
# underlying exception and handle that one instead.
|
|
62
|
-
e = unwrap_error(e)
|
|
63
|
-
|
|
64
59
|
case e
|
|
65
60
|
when Interrupt
|
|
66
61
|
puts
|
|
@@ -307,9 +302,9 @@ module Nanoc::CLI
|
|
|
307
302
|
def write_error_detail(stream, error)
|
|
308
303
|
error = unwrap_error(error)
|
|
309
304
|
|
|
310
|
-
if error.respond_to?(:
|
|
305
|
+
if error.respond_to?(:extended_message)
|
|
311
306
|
stream.puts
|
|
312
|
-
stream.puts error.
|
|
307
|
+
stream.puts error.extended_message
|
|
313
308
|
end
|
|
314
309
|
end
|
|
315
310
|
|
data/lib/nanoc/cli/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nanoc-cli
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.14.
|
|
4
|
+
version: 4.14.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Denis Defreyne
|
|
@@ -57,14 +57,14 @@ dependencies:
|
|
|
57
57
|
requirements:
|
|
58
58
|
- - '='
|
|
59
59
|
- !ruby/object:Gem::Version
|
|
60
|
-
version: 4.14.
|
|
60
|
+
version: 4.14.4
|
|
61
61
|
type: :runtime
|
|
62
62
|
prerelease: false
|
|
63
63
|
version_requirements: !ruby/object:Gem::Requirement
|
|
64
64
|
requirements:
|
|
65
65
|
- - '='
|
|
66
66
|
- !ruby/object:Gem::Version
|
|
67
|
-
version: 4.14.
|
|
67
|
+
version: 4.14.4
|
|
68
68
|
- !ruby/object:Gem::Dependency
|
|
69
69
|
name: pry
|
|
70
70
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -132,7 +132,7 @@ licenses:
|
|
|
132
132
|
- MIT
|
|
133
133
|
metadata:
|
|
134
134
|
rubygems_mfa_required: 'true'
|
|
135
|
-
source_code_uri: https://github.com/nanoc/nanoc/tree/nanoc-cli-v4.14.
|
|
135
|
+
source_code_uri: https://github.com/nanoc/nanoc/tree/nanoc-cli-v4.14.4/nanoc-cli
|
|
136
136
|
rdoc_options: []
|
|
137
137
|
require_paths:
|
|
138
138
|
- lib
|