howzit 2.1.28 → 2.1.30

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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: howzit
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.28
4
+ version: 2.1.30
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brett Terpstra
@@ -127,14 +127,14 @@ dependencies:
127
127
  requirements:
128
128
  - - "~>"
129
129
  - !ruby/object:Gem::Version
130
- version: '0.28'
130
+ version: '1.60'
131
131
  type: :development
132
132
  prerelease: false
133
133
  version_requirements: !ruby/object:Gem::Requirement
134
134
  requirements:
135
135
  - - "~>"
136
136
  - !ruby/object:Gem::Version
137
- version: '0.28'
137
+ version: '1.60'
138
138
  - !ruby/object:Gem::Dependency
139
139
  name: simplecov
140
140
  requirement: !ruby/object:Gem::Requirement
@@ -298,11 +298,16 @@ files:
298
298
  - lib/howzit.rb
299
299
  - lib/howzit/buildnote.rb
300
300
  - lib/howzit/colors.rb
301
+ - lib/howzit/condition_evaluator.rb
302
+ - lib/howzit/conditional_content.rb
301
303
  - lib/howzit/config.rb
302
304
  - lib/howzit/console_logger.rb
305
+ - lib/howzit/directive.rb
303
306
  - lib/howzit/hash.rb
304
307
  - lib/howzit/prompt.rb
305
308
  - lib/howzit/run_report.rb
309
+ - lib/howzit/script_comm.rb
310
+ - lib/howzit/script_support.rb
306
311
  - lib/howzit/stringutils.rb
307
312
  - lib/howzit/task.rb
308
313
  - lib/howzit/topic.rb
@@ -311,9 +316,16 @@ files:
311
316
  - scripts/runtests.sh
312
317
  - spec/buildnote_spec.rb
313
318
  - spec/cli_spec.rb
319
+ - spec/condition_evaluator_spec.rb
320
+ - spec/conditional_blocks_integration_spec.rb
321
+ - spec/conditional_content_spec.rb
322
+ - spec/log_level_spec.rb
314
323
  - spec/prompt_spec.rb
315
324
  - spec/ruby_gem_spec.rb
316
325
  - spec/run_report_spec.rb
326
+ - spec/script_comm_spec.rb
327
+ - spec/sequential_conditional_spec.rb
328
+ - spec/set_var_spec.rb
317
329
  - spec/spec_helper.rb
318
330
  - spec/stringutils_spec.rb
319
331
  - spec/task_spec.rb
@@ -339,16 +351,23 @@ required_rubygems_version: !ruby/object:Gem::Requirement
339
351
  - !ruby/object:Gem::Version
340
352
  version: '0'
341
353
  requirements: []
342
- rubygems_version: 3.6.7
354
+ rubygems_version: 4.0.3
343
355
  specification_version: 4
344
356
  summary: Provides a way to access Markdown project notes by topic with query capabilities
345
357
  and the ability to execute the tasks it describes.
346
358
  test_files:
347
359
  - spec/buildnote_spec.rb
348
360
  - spec/cli_spec.rb
361
+ - spec/condition_evaluator_spec.rb
362
+ - spec/conditional_blocks_integration_spec.rb
363
+ - spec/conditional_content_spec.rb
364
+ - spec/log_level_spec.rb
349
365
  - spec/prompt_spec.rb
350
366
  - spec/ruby_gem_spec.rb
351
367
  - spec/run_report_spec.rb
368
+ - spec/script_comm_spec.rb
369
+ - spec/sequential_conditional_spec.rb
370
+ - spec/set_var_spec.rb
352
371
  - spec/spec_helper.rb
353
372
  - spec/stringutils_spec.rb
354
373
  - spec/task_spec.rb