markdown_exec 2.7.0 → 2.7.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/bin/tab_completion.sh +1 -1
- data/lib/markdown_exec/version.rb +1 -1
- data/lib/markdown_exec.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2777165b185482931d9fe8e519921490e8e252dcb93d141abf52fc6e53b95ba7
|
4
|
+
data.tar.gz: c5925bd62f6853ad701946a2ecca3bf57c8b967b7f65c9990f72c17748591398
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0f534d77704be9418666e804a2bf1ecfd6c41ae4cee8b0c7f3c7753f2967b88b257e1962f3f8dc9565af09a697f75fb823054f062bffea9a7aabef9d9bae885e
|
7
|
+
data.tar.gz: 18bcdb411c4655bb3f99c8e7557adf7d872c0562fcfeef18700134578dcc9c8e8ecf9992c43c82521eb773aad6d97a95e7f6859d90a36ded25a2ac88e3a2babc
|
data/Gemfile.lock
CHANGED
data/bin/tab_completion.sh
CHANGED
data/lib/markdown_exec.rb
CHANGED
@@ -405,8 +405,8 @@ module MarkdownExec
|
|
405
405
|
## Executes the block specified in the options
|
406
406
|
#
|
407
407
|
def execute_block_with_error_handling
|
408
|
-
finalize_cli_argument_processing
|
409
408
|
@options.register_console_attributes(@options)
|
409
|
+
finalize_cli_argument_processing
|
410
410
|
execute_initial_commands_and_main_loop(@options, @options.run_state)
|
411
411
|
rescue FileMissingError
|
412
412
|
warn "File missing: #{$!}"
|