# -*- encoding: utf-8 -*- # stub: livetext 0.9.36 ruby lib Gem::Specification.new do |s| s.name = "livetext".freeze s.version = "0.9.36".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Hal Fulton".freeze] s.date = "2023-03-08" s.description = "A smart text processor extensible in Ruby".freeze s.email = "rubyhacker@gmail.com".freeze s.executables = ["livetext".freeze] s.files = ["./README.lt3".freeze, "./README.md".freeze, "bin/livetext".freeze, "imports/bookish.rb".freeze, "imports/calibre.rb".freeze, "imports/livemagick.rb".freeze, "imports/markdown.rb".freeze, "imports/pyggish.rb".freeze, "imports/tutorial.rb".freeze, "lib/cmdargs.rb".freeze, "lib/livetext.rb".freeze, "lib/livetext/errors.rb".freeze, "lib/livetext/expansion.rb".freeze, "lib/livetext/formatter.rb".freeze, "lib/livetext/functions.rb".freeze, "lib/livetext/global_helpers.rb".freeze, "lib/livetext/handler.rb".freeze, "lib/livetext/handler/import.rb".freeze, "lib/livetext/handler/mixin.rb".freeze, "lib/livetext/helpers.rb".freeze, "lib/livetext/html.rb".freeze, "lib/livetext/more.rb".freeze, "lib/livetext/parser.rb".freeze, "lib/livetext/parser/general.rb".freeze, "lib/livetext/parser/set.rb".freeze, "lib/livetext/parser/string.rb".freeze, "lib/livetext/parsing.rb".freeze, "lib/livetext/paths.rb".freeze, "lib/livetext/processor.rb".freeze, "lib/livetext/reopen.rb".freeze, "lib/livetext/skeleton.rb".freeze, "lib/livetext/standard.rb".freeze, "lib/livetext/userapi.rb".freeze, "lib/livetext/version.rb".freeze, "livetext.gemspec".freeze, "plugin/bookish.rb".freeze, "plugin/bootstrap_menu.rb".freeze, "plugin/calibre.rb".freeze, "plugin/livemagick.rb".freeze, "plugin/markdown.rb".freeze, "plugin/misc/navbar.rb".freeze, "plugin/pyggish.rb".freeze, "plugin/tutorial.rb".freeze, "test/all.rb".freeze, "test/extra/README.txt".freeze, "test/extra/bracketed.rb".freeze, "test/extra/bracketed.txt".freeze, "test/extra/double.rb".freeze, "test/extra/double.txt".freeze, "test/extra/functions.rb".freeze, "test/extra/functions.txt".freeze, "test/extra/single.rb".freeze, "test/extra/single.txt".freeze, "test/extra/testgen.rb".freeze, "test/extra/variables.rb".freeze, "test/extra/variables.txt".freeze, "test/snapshots.rb".freeze, "test/snapshots/basic_formatting/expected-error.txt".freeze, "test/snapshots/basic_formatting/expected-output.txt".freeze, "test/snapshots/basic_formatting/source.lt3".freeze, "test/snapshots/block_comment/expected-error.txt".freeze, "test/snapshots/block_comment/expected-output.txt".freeze, "test/snapshots/block_comment/source.lt3".freeze, "test/snapshots/comments_ignored_1/expected-error.txt".freeze, "test/snapshots/comments_ignored_1/expected-output.txt".freeze, "test/snapshots/comments_ignored_1/source.lt3".freeze, "test/snapshots/copy_is_raw/expected-error.txt".freeze, "test/snapshots/copy_is_raw/expected-output.txt".freeze, "test/snapshots/copy_is_raw/rawtext.inc".freeze, "test/snapshots/copy_is_raw/source.lt3".freeze, "test/snapshots/def_method/expected-error.txt".freeze, "test/snapshots/def_method/expected-output.txt".freeze, "test/snapshots/def_method/source.lt3".freeze, "test/snapshots/error_inc_line_num/expected-output.txt".freeze, "test/snapshots/error_inc_line_num/file2.lt3".freeze, "test/snapshots/error_inc_line_num/match-error.txt".freeze, "test/snapshots/error_inc_line_num/source.lt3".freeze, "test/snapshots/error_invalid_name/expected-output.txt".freeze, "test/snapshots/error_invalid_name/match-error.txt".freeze, "test/snapshots/error_invalid_name/source.lt3".freeze, "test/snapshots/error_line_num/expected-output.txt".freeze, "test/snapshots/error_line_num/match-error.txt".freeze, "test/snapshots/error_line_num/source.lt3".freeze, "test/snapshots/error_mismatched_end/expected-output.txt".freeze, "test/snapshots/error_mismatched_end/match-error.txt".freeze, "test/snapshots/error_mismatched_end/source.lt3".freeze, "test/snapshots/error_missing_end/expected-output.txt".freeze, "test/snapshots/error_missing_end/match-error.txt".freeze, "test/snapshots/error_missing_end/source.lt3".freeze, "test/snapshots/error_name_not_permitted/expected-output.txt".freeze, "test/snapshots/error_name_not_permitted/match-error.txt".freeze, "test/snapshots/error_name_not_permitted/source.lt3".freeze, "test/snapshots/error_no_such_copy/expected-output.txt".freeze, "test/snapshots/error_no_such_copy/match-error.txt".freeze, "test/snapshots/error_no_such_copy/source.lt3".freeze, "test/snapshots/error_no_such_inc/expected-output.txt".freeze, "test/snapshots/error_no_such_inc/match-error.txt".freeze, "test/snapshots/error_no_such_inc/source.lt3".freeze, "test/snapshots/error_no_such_mixin/expected-output.txt".freeze, "test/snapshots/error_no_such_mixin/match-error.txt".freeze, "test/snapshots/error_no_such_mixin/source.lt3".freeze, "test/snapshots/example_alpha/expected-error.txt".freeze, "test/snapshots/example_alpha/expected-output.txt".freeze, "test/snapshots/example_alpha/source.lt3".freeze, "test/snapshots/example_alpha2/expected-error.txt".freeze, "test/snapshots/example_alpha2/expected-output.txt".freeze, "test/snapshots/example_alpha2/source.lt3".freeze, "test/snapshots/functions/expected-error.txt".freeze, "test/snapshots/functions/expected-output.txt".freeze, "test/snapshots/functions/source.lt3".freeze, "test/snapshots/hello_world/expected-error.txt".freeze, "test/snapshots/hello_world/expected-output.txt".freeze, "test/snapshots/hello_world/source.lt3".freeze, "test/snapshots/import/expected-output.txt".freeze, "test/snapshots/import/match-error.txt".freeze, "test/snapshots/import/simple_import.rb".freeze, "test/snapshots/import/source.lt3".freeze, "test/snapshots/import2/expected-error.txt".freeze, "test/snapshots/import2/expected-output.txt".freeze, "test/snapshots/import2/simple_import.rb".freeze, "test/snapshots/import2/source.lt3".freeze, "test/snapshots/import_bookish/expected-error.txt".freeze, "test/snapshots/import_bookish/expected-output.txt".freeze, "test/snapshots/import_bookish/source.lt3".freeze, "test/snapshots/import_bookish/toc.tmp".freeze, "test/snapshots/mixin_bookish/expected-error.txt".freeze, "test/snapshots/mixin_bookish/expected-output.txt".freeze, "test/snapshots/mixin_bookish/source.lt3".freeze, "test/snapshots/mixin_bookish/toc.tmp".freeze, "test/snapshots/more_complex_vars/expected-error.txt".freeze, "test/snapshots/more_complex_vars/expected-output.txt".freeze, "test/snapshots/more_complex_vars/source.lt3".freeze, "test/snapshots/more_functions/expected-error.txt".freeze, "test/snapshots/more_functions/expected-output.txt".freeze, "test/snapshots/more_functions/source.lt3".freeze, "test/snapshots/predef_vars/expected-error.txt".freeze, "test/snapshots/predef_vars/match-output.txt".freeze, "test/snapshots/predef_vars/source.lt3".freeze, "test/snapshots/raw_lines/expected-error.txt".freeze, "test/snapshots/raw_lines/expected-output.txt".freeze, "test/snapshots/raw_lines/source.lt3".freeze, "test/snapshots/raw_text_block/expected-error.txt".freeze, "test/snapshots/raw_text_block/expected-output.txt".freeze, "test/snapshots/raw_text_block/rawtext.inc".freeze, "test/snapshots/raw_text_block/source.lt3".freeze, "test/snapshots/simple_copy/expected-error.txt".freeze, "test/snapshots/simple_copy/expected-output.txt".freeze, "test/snapshots/simple_copy/simplefile.inc".freeze, "test/snapshots/simple_copy/source.lt3".freeze, "test/snapshots/simple_import/expected-error.txt".freeze, "test/snapshots/simple_import/expected-output.txt".freeze, "test/snapshots/simple_import/simple_import.rb".freeze, "test/snapshots/simple_import/source.lt3".freeze, "test/snapshots/simple_include/expected-error.txt".freeze, "test/snapshots/simple_include/expected-output.txt".freeze, "test/snapshots/simple_include/simplefile.inc".freeze, "test/snapshots/simple_include/source.lt3".freeze, "test/snapshots/simple_mixin/expected-error.txt".freeze, "test/snapshots/simple_mixin/expected-output.txt".freeze, "test/snapshots/simple_mixin/simple_mixin.rb".freeze, "test/snapshots/simple_mixin/source.lt3".freeze, "test/snapshots/simple_vars/expected-error.txt".freeze, "test/snapshots/simple_vars/expected-output.txt".freeze, "test/snapshots/simple_vars/source.lt3".freeze, "test/snapshots/single_raw_line/expected-error.txt".freeze, "test/snapshots/single_raw_line/expected-output.txt".freeze, "test/snapshots/single_raw_line/source.lt3".freeze, "test/snapshots/subset.txt".freeze, "test/snapshots/table_with_heredocs/expected-error.txt".freeze, "test/snapshots/table_with_heredocs/expected-output.txt".freeze, "test/snapshots/table_with_heredocs/source.lt3".freeze, "test/snapshots/var_into_func/expected-error.txt".freeze, "test/snapshots/var_into_func/expected-output.txt".freeze, "test/snapshots/var_into_func/source.lt3".freeze, "test/unit/all.rb".freeze, "test/unit/html.rb".freeze, "test/unit/parser.rb".freeze, "test/unit/parser/all.rb".freeze, "test/unit/parser/general.rb".freeze, "test/unit/parser/mixin.rb".freeze, "test/unit/parser/set.rb".freeze, "test/unit/parser/string.rb".freeze, "test/unit/standard.rb".freeze, "test/unit/stringparser.rb".freeze] s.homepage = "https://github.com/Hal9000/livetext".freeze s.licenses = ["Ruby".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A smart processor for text".freeze end