markdown_exec 1.3.0 → 1.3.2

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: 1.3.0
4
+ version: 1.3.2
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-07-16 00:00:00.000000000 Z
11
+ date: 2022-11-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: clipboard
@@ -110,14 +110,19 @@ files:
110
110
  - bin/setup
111
111
  - bin/tab_completion.sh
112
112
  - bin/tab_completion.sh.erb
113
+ - lib/cli.rb
113
114
  - lib/colorize.rb
114
115
  - lib/env.rb
116
+ - lib/env_opts.rb
117
+ - lib/environment_opt_parse.rb
115
118
  - lib/globfiles.rb
116
119
  - lib/markdown_exec.rb
117
120
  - lib/markdown_exec/version.rb
118
121
  - lib/menu.yml
122
+ - lib/object_present.rb
119
123
  - lib/shared.rb
120
124
  - lib/tap.rb
125
+ - lib/yaml_env_opts.rb
121
126
  homepage: https://rubygems.org/gems/markdown_exec
122
127
  licenses:
123
128
  - MIT