--- !ruby/object:Gem::Specification name: livetext version: !ruby/object:Gem::Version version: 0.9.23 platform: ruby authors: - Hal Fulton autorequire: bindir: bin cert_chain: [] date: 2022-01-18 00:00:00.000000000 Z dependencies: [] description: A smart text processor extensible in Ruby email: rubyhacker@gmail.com executables: - livetext extensions: [] extra_rdoc_files: [] files: - "./README.lt3" - "./README.md" - bin/livetext - imports/bookish.rb - imports/calibre.rb - imports/livemagick.rb - imports/markdown.rb - imports/pyggish.rb - imports/tutorial.rb - lib/cmdargs.rb - lib/errors.rb - lib/formatline.rb - lib/funcall.rb - lib/functions.rb - lib/global_helpers.rb - lib/handler.rb - lib/handler/import.rb - lib/helpers.rb - lib/html.rb - lib/livetext.rb - lib/parser.rb - lib/parser/file.rb - lib/parser/general.rb - lib/parser/mixin.rb - lib/parser/set.rb - lib/parser/string.rb - lib/parsing.rb - lib/processor.rb - lib/standard.rb - lib/userapi.rb - livetext.gemspec - plugin/bookish.rb - plugin/calibre.rb - plugin/livemagick.rb - plugin/markdown.rb - plugin/pyggish.rb - plugin/tutorial.rb - test/all.rb - test/snapshots.rb - test/snapshots/basic_formatting/expected-error.txt - test/snapshots/basic_formatting/expected-output.txt - test/snapshots/basic_formatting/source.lt3 - test/snapshots/block_comment/expected-error.txt - test/snapshots/block_comment/expected-output.txt - test/snapshots/block_comment/source.lt3 - test/snapshots/comments_ignored_1/expected-error.txt - test/snapshots/comments_ignored_1/expected-output.txt - test/snapshots/comments_ignored_1/source.lt3 - test/snapshots/copy_is_raw/expected-error.txt - test/snapshots/copy_is_raw/expected-output.txt - test/snapshots/copy_is_raw/rawtext.inc - test/snapshots/copy_is_raw/source.lt3 - test/snapshots/def_method/expected-error.txt - test/snapshots/def_method/expected-output.txt - test/snapshots/def_method/source.lt3 - test/snapshots/error_inc_line_num/OUT - test/snapshots/error_inc_line_num/actual-error.txt - test/snapshots/error_inc_line_num/actual-output.txt - test/snapshots/error_inc_line_num/expected-output.txt - test/snapshots/error_inc_line_num/file2.lt3 - test/snapshots/error_inc_line_num/match-error.txt - test/snapshots/error_inc_line_num/source.lt3 - test/snapshots/error_invalid_name/actual-error.txt - test/snapshots/error_invalid_name/actual-output.txt - test/snapshots/error_invalid_name/expected-output.txt - test/snapshots/error_invalid_name/match-error.txt - test/snapshots/error_invalid_name/out-sdiff.txt - test/snapshots/error_invalid_name/source.lt3 - test/snapshots/error_line_num/expected-output.txt - test/snapshots/error_line_num/match-error.txt - test/snapshots/error_line_num/source.lt3 - test/snapshots/error_mismatched_end/expected-output.txt - test/snapshots/error_mismatched_end/match-error.txt - test/snapshots/error_mismatched_end/source.lt3 - test/snapshots/error_missing_end/actual-error.txt - test/snapshots/error_missing_end/actual-output.txt - test/snapshots/error_missing_end/expected-output.txt - test/snapshots/error_missing_end/match-error.txt - test/snapshots/error_missing_end/out-sdiff.txt - test/snapshots/error_missing_end/source.lt3 - test/snapshots/error_name_not_permitted/expected-output.txt - test/snapshots/error_name_not_permitted/match-error.txt - test/snapshots/error_name_not_permitted/source.lt3 - test/snapshots/error_no_such_copy/actual-error.txt - test/snapshots/error_no_such_copy/actual-output.txt - test/snapshots/error_no_such_copy/expected-output.txt - test/snapshots/error_no_such_copy/match-error.txt - test/snapshots/error_no_such_copy/out-sdiff.txt - test/snapshots/error_no_such_copy/source.lt3 - test/snapshots/error_no_such_inc/actual-error.txt - test/snapshots/error_no_such_inc/actual-output.txt - test/snapshots/error_no_such_inc/expected-output.txt - test/snapshots/error_no_such_inc/match-error.txt - test/snapshots/error_no_such_inc/out-sdiff.txt - test/snapshots/error_no_such_inc/source.lt3 - test/snapshots/error_no_such_mixin/actual-error.txt - test/snapshots/error_no_such_mixin/actual-output.txt - test/snapshots/error_no_such_mixin/expected-output.txt - test/snapshots/error_no_such_mixin/match-error.txt - test/snapshots/error_no_such_mixin/out-sdiff.txt - test/snapshots/error_no_such_mixin/source.lt3 - test/snapshots/example_alpha/expected-error.txt - test/snapshots/example_alpha/expected-output.txt - test/snapshots/example_alpha/source.lt3 - test/snapshots/example_alpha2/expected-error.txt - test/snapshots/example_alpha2/expected-output.txt - test/snapshots/example_alpha2/source.lt3 - test/snapshots/functions/expected-error.txt - test/snapshots/functions/expected-output.txt - test/snapshots/functions/source.lt3 - test/snapshots/hello_world/expected-error.txt - test/snapshots/hello_world/expected-output.txt - test/snapshots/hello_world/source.lt3 - test/snapshots/import/expected-output.txt - test/snapshots/import/match-error.txt - test/snapshots/import/simple_import.rb - test/snapshots/import/source.lt3 - test/snapshots/import2/expected-error.txt - test/snapshots/import2/expected-output.txt - test/snapshots/import2/simple_import.rb - test/snapshots/import2/source.lt3 - test/snapshots/import_bookish/expected-error.txt - test/snapshots/import_bookish/expected-output.txt - test/snapshots/import_bookish/source.lt3 - test/snapshots/import_bookish/toc.tmp - test/snapshots/mixin_bookish/expected-error.txt - test/snapshots/mixin_bookish/expected-output.txt - test/snapshots/mixin_bookish/source.lt3 - test/snapshots/mixin_bookish/toc.tmp - test/snapshots/more_complex_vars/expected-error.txt - test/snapshots/more_complex_vars/expected-output.txt - test/snapshots/more_complex_vars/source.lt3 - test/snapshots/more_functions/expected-error.txt - test/snapshots/more_functions/expected-output.txt - test/snapshots/more_functions/source.lt3 - test/snapshots/predef_vars/expected-error.txt - test/snapshots/predef_vars/match-output.txt - test/snapshots/predef_vars/source.lt3 - test/snapshots/raw_lines/expected-error.txt - test/snapshots/raw_lines/expected-output.txt - test/snapshots/raw_lines/source.lt3 - test/snapshots/raw_text_block/expected-error.txt - test/snapshots/raw_text_block/expected-output.txt - test/snapshots/raw_text_block/rawtext.inc - test/snapshots/raw_text_block/source.lt3 - test/snapshots/simple_copy/expected-error.txt - test/snapshots/simple_copy/expected-output.txt - test/snapshots/simple_copy/simplefile.inc - test/snapshots/simple_copy/source.lt3 - test/snapshots/simple_import/expected-error.txt - test/snapshots/simple_import/expected-output.txt - test/snapshots/simple_import/simple_import.rb - test/snapshots/simple_import/source.lt3 - test/snapshots/simple_include/expected-error.txt - test/snapshots/simple_include/expected-output.txt - test/snapshots/simple_include/simplefile.inc - test/snapshots/simple_include/source.lt3 - test/snapshots/simple_mixin/expected-error.txt - test/snapshots/simple_mixin/expected-output.txt - test/snapshots/simple_mixin/simple_mixin.rb - test/snapshots/simple_mixin/source.lt3 - test/snapshots/simple_vars/expected-error.txt - test/snapshots/simple_vars/expected-output.txt - test/snapshots/simple_vars/source.lt3 - test/snapshots/single_raw_line/expected-error.txt - test/snapshots/single_raw_line/expected-output.txt - test/snapshots/single_raw_line/source.lt3 - test/snapshots/subset.txt - test/snapshots/table_with_heredocs/expected-error.txt - test/snapshots/table_with_heredocs/expected-output.txt - test/snapshots/table_with_heredocs/source.lt3 - test/testlines.rb - test/unit/all.rb - test/unit/formatline.rb - test/unit/html.rb - test/unit/parser.rb - test/unit/parser/all.rb - test/unit/parser/general.rb - test/unit/parser/mixin.rb - test/unit/parser/set.rb - test/unit/parser/string.rb - test/unit/standard.rb - test/unit/stringparser.rb homepage: https://github.com/Hal9000/livetext licenses: - Ruby metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.1.2 signing_key: specification_version: 4 summary: A smart processor for text test_files: []