markdown_exec 0.1.3 → 0.2.3

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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: markdown_exec
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fareed Stevenson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-12 00:00:00.000000000 Z
11
+ date: 2022-03-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: open3
@@ -66,8 +66,8 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: 0.2.0
69
- description: Interactively select and execute shell blocks in markdown files. Build
70
- complex scripts by naming blocks and requiring named blocks.
69
+ description: Interactively select and execute fenced code blocks in markdown files.
70
+ Build complex scripts by naming and requiring blocks.
71
71
  email:
72
72
  - fareed@phomento.com
73
73
  executables:
@@ -83,18 +83,32 @@ files:
83
83
  - LICENSE.txt
84
84
  - README.md
85
85
  - Rakefile
86
+ - assets/approve_code.png
87
+ - assets/example_blocks.png
88
+ - assets/output_of_execution.png
89
+ - assets/select_a_block.png
90
+ - assets/select_a_file.png
86
91
  - bin/console
87
92
  - bin/mde
88
93
  - bin/setup
94
+ - fixtures/bash1.md
95
+ - fixtures/bash2.md
96
+ - fixtures/exclude1.md
97
+ - fixtures/exclude2.md
98
+ - fixtures/exec1.md
99
+ - fixtures/heading1.md
100
+ - fixtures/sample1.md
101
+ - fixtures/title1.md
89
102
  - lib/markdown_exec.rb
90
103
  - lib/markdown_exec/version.rb
91
104
  homepage: https://rubygems.org/gems/markdown_exec
92
105
  licenses:
93
106
  - MIT
94
107
  metadata:
108
+ changelog_uri: https://github.com/fareedst/markdown_exec/blob/main/CHANGELOG.md
95
109
  homepage_uri: https://rubygems.org/gems/markdown_exec
110
+ rubygems_mfa_required: 'true'
96
111
  source_code_uri: https://github.com/fareedst/markdown_exec
97
- changelog_uri: https://github.com/fareedst/markdown_exec/blob/main/CHANGELOG.md
98
112
  post_install_message:
99
113
  rdoc_options: []
100
114
  require_paths: