# -*- encoding: utf-8 -*- # stub: sablon 0.4.0 ruby lib Gem::Specification.new do |s| s.name = "sablon".freeze s.version = "0.4.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Yves Senn".freeze] s.bindir = "exe".freeze s.date = "2023-12-17" s.description = "Sablon is a document template processor. At this time it works only with docx and MailMerge fields.".freeze s.email = ["yves.senn@gmail.com".freeze] s.executables = ["sablon".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/rake".freeze, "exe/sablon".freeze, "lib/sablon.rb".freeze, "lib/sablon/configuration/configuration.rb".freeze, "lib/sablon/configuration/html_tag.rb".freeze, "lib/sablon/content.rb".freeze, "lib/sablon/context.rb".freeze, "lib/sablon/document_object_model/content_types.rb".freeze, "lib/sablon/document_object_model/file_handler.rb".freeze, "lib/sablon/document_object_model/model.rb".freeze, "lib/sablon/document_object_model/numbering.rb".freeze, "lib/sablon/document_object_model/relationships.rb".freeze, "lib/sablon/environment.rb".freeze, "lib/sablon/html/ast.rb".freeze, "lib/sablon/html/ast_builder.rb".freeze, "lib/sablon/html/converter.rb".freeze, "lib/sablon/html/node_properties.rb".freeze, "lib/sablon/html/visitor.rb".freeze, "lib/sablon/operations.rb".freeze, "lib/sablon/parser/mail_merge.rb".freeze, "lib/sablon/processor/document.rb".freeze, "lib/sablon/processor/document/blocks.rb".freeze, "lib/sablon/processor/document/field_handlers.rb".freeze, "lib/sablon/processor/document/operation_construction.rb".freeze, "lib/sablon/processor/section_properties.rb".freeze, "lib/sablon/template.rb".freeze, "lib/sablon/test.rb".freeze, "lib/sablon/test/assertions.rb".freeze, "lib/sablon/version.rb".freeze, "misc/TEMPLATE.md".freeze, "misc/cv_sample.png".freeze, "misc/cv_template.png".freeze, "misc/image-example.png".freeze, "misc/recipe_sample.png".freeze, "misc/recipe_template.png".freeze, "misc/step_1.png".freeze, "misc/step_2.png".freeze, "misc/step_3_1.png".freeze, "misc/step_3_2.png".freeze, "misc/step_3_3_a.png".freeze, "misc/step_3_3_b.png".freeze, "misc/step_4.png".freeze, "misc/step_5.png".freeze, "misc/step_6.png".freeze, "misc/step_7.png".freeze, "sablon.gemspec".freeze, "test/configuration_test.rb".freeze, "test/content_test.rb".freeze, "test/context_test.rb".freeze, "test/custom_field_handler_test.rb".freeze, "test/environment_test.rb".freeze, "test/executable_test.rb".freeze, "test/expression_test.rb".freeze, "test/fixtures/conditionals_sample.docx".freeze, "test/fixtures/conditionals_template.docx".freeze, "test/fixtures/custom_field_handlers_sample.docx".freeze, "test/fixtures/custom_field_handlers_template.docx".freeze, "test/fixtures/cv_sample.docx".freeze, "test/fixtures/cv_template.docx".freeze, "test/fixtures/html/html_test_content.html".freeze, "test/fixtures/html_sample.docx".freeze, "test/fixtures/images/c3po.jpg".freeze, "test/fixtures/images/clone.jpg".freeze, "test/fixtures/images/darth_vader.jpg".freeze, "test/fixtures/images/r2d2.jpg".freeze, "test/fixtures/images/svg_sample.svg".freeze, "test/fixtures/images_sample.docx".freeze, "test/fixtures/images_template.docx".freeze, "test/fixtures/insertion_template.docx".freeze, "test/fixtures/insertion_template_no_styles.docx".freeze, "test/fixtures/loops_sample.docx".freeze, "test/fixtures/loops_template.docx".freeze, "test/fixtures/markdown_sample.docx".freeze, "test/fixtures/recipe_context.json".freeze, "test/fixtures/recipe_sample.docx".freeze, "test/fixtures/recipe_template.docx".freeze, "test/fixtures/svg_images_sample.docx".freeze, "test/fixtures/svg_images_template.docx".freeze, "test/fixtures/xml/comment.xml".freeze, "test/fixtures/xml/comment_block_and_comment_as_key.xml".freeze, "test/fixtures/xml/complex_field.xml".freeze, "test/fixtures/xml/complex_field_inline_conditional.xml".freeze, "test/fixtures/xml/conditional.xml".freeze, "test/fixtures/xml/conditional_inline.xml".freeze, "test/fixtures/xml/conditional_inline_with_elsif_else_clauses.xml".freeze, "test/fixtures/xml/conditional_with_elsif_else_clauses.xml".freeze, "test/fixtures/xml/conditional_with_predicate.xml".freeze, "test/fixtures/xml/conditional_without_ending.xml".freeze, "test/fixtures/xml/corrupt_table.xml".freeze, "test/fixtures/xml/edited_complex_field.xml".freeze, "test/fixtures/xml/image.xml".freeze, "test/fixtures/xml/loop_with_unique_ids.xml".freeze, "test/fixtures/xml/loop_without_ending.xml".freeze, "test/fixtures/xml/mock_document/word/document.xml".freeze, "test/fixtures/xml/paragraph_loop.xml".freeze, "test/fixtures/xml/paragraph_loop_within_table_cell.xml".freeze, "test/fixtures/xml/simple_field.xml".freeze, "test/fixtures/xml/simple_field_with_styling.xml".freeze, "test/fixtures/xml/simple_fields.xml".freeze, "test/fixtures/xml/table_multi_row_loop.xml".freeze, "test/fixtures/xml/table_row_loop.xml".freeze, "test/fixtures/xml/test_ignore_complex_field_spanning_multiple_paragraphs.xml".freeze, "test/html/ast_builder_test.rb".freeze, "test/html/ast_test.rb".freeze, "test/html/converter_style_test.rb".freeze, "test/html/converter_test.rb".freeze, "test/html/node_properties_test.rb".freeze, "test/html_test.rb".freeze, "test/mail_merge_parser_test.rb".freeze, "test/processor/document_test.rb".freeze, "test/processor/section_properties_test.rb".freeze, "test/sablon_test.rb".freeze, "test/sandbox/.gitkeep".freeze, "test/support/document_xml_helper.rb".freeze, "test/support/html_snippets.rb".freeze, "test/support/xml_snippets.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/senny/sablon".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.2".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "docx template processor".freeze s.test_files = ["test/configuration_test.rb".freeze, "test/content_test.rb".freeze, "test/context_test.rb".freeze, "test/custom_field_handler_test.rb".freeze, "test/environment_test.rb".freeze, "test/executable_test.rb".freeze, "test/expression_test.rb".freeze, "test/fixtures/conditionals_sample.docx".freeze, "test/fixtures/conditionals_template.docx".freeze, "test/fixtures/custom_field_handlers_sample.docx".freeze, "test/fixtures/custom_field_handlers_template.docx".freeze, "test/fixtures/cv_sample.docx".freeze, "test/fixtures/cv_template.docx".freeze, "test/fixtures/html/html_test_content.html".freeze, "test/fixtures/html_sample.docx".freeze, "test/fixtures/images/c3po.jpg".freeze, "test/fixtures/images/clone.jpg".freeze, "test/fixtures/images/darth_vader.jpg".freeze, "test/fixtures/images/r2d2.jpg".freeze, "test/fixtures/images/svg_sample.svg".freeze, "test/fixtures/images_sample.docx".freeze, "test/fixtures/images_template.docx".freeze, "test/fixtures/insertion_template.docx".freeze, "test/fixtures/insertion_template_no_styles.docx".freeze, "test/fixtures/loops_sample.docx".freeze, "test/fixtures/loops_template.docx".freeze, "test/fixtures/markdown_sample.docx".freeze, "test/fixtures/recipe_context.json".freeze, "test/fixtures/recipe_sample.docx".freeze, "test/fixtures/recipe_template.docx".freeze, "test/fixtures/svg_images_sample.docx".freeze, "test/fixtures/svg_images_template.docx".freeze, "test/fixtures/xml/comment.xml".freeze, "test/fixtures/xml/comment_block_and_comment_as_key.xml".freeze, "test/fixtures/xml/complex_field.xml".freeze, "test/fixtures/xml/complex_field_inline_conditional.xml".freeze, "test/fixtures/xml/conditional.xml".freeze, "test/fixtures/xml/conditional_inline.xml".freeze, "test/fixtures/xml/conditional_inline_with_elsif_else_clauses.xml".freeze, "test/fixtures/xml/conditional_with_elsif_else_clauses.xml".freeze, "test/fixtures/xml/conditional_with_predicate.xml".freeze, "test/fixtures/xml/conditional_without_ending.xml".freeze, "test/fixtures/xml/corrupt_table.xml".freeze, "test/fixtures/xml/edited_complex_field.xml".freeze, "test/fixtures/xml/image.xml".freeze, "test/fixtures/xml/loop_with_unique_ids.xml".freeze, "test/fixtures/xml/loop_without_ending.xml".freeze, "test/fixtures/xml/mock_document/word/document.xml".freeze, "test/fixtures/xml/paragraph_loop.xml".freeze, "test/fixtures/xml/paragraph_loop_within_table_cell.xml".freeze, "test/fixtures/xml/simple_field.xml".freeze, "test/fixtures/xml/simple_field_with_styling.xml".freeze, "test/fixtures/xml/simple_fields.xml".freeze, "test/fixtures/xml/table_multi_row_loop.xml".freeze, "test/fixtures/xml/table_row_loop.xml".freeze, "test/fixtures/xml/test_ignore_complex_field_spanning_multiple_paragraphs.xml".freeze, "test/html/ast_builder_test.rb".freeze, "test/html/ast_test.rb".freeze, "test/html/converter_style_test.rb".freeze, "test/html/converter_test.rb".freeze, "test/html/node_properties_test.rb".freeze, "test/html_test.rb".freeze, "test/mail_merge_parser_test.rb".freeze, "test/processor/document_test.rb".freeze, "test/processor/section_properties_test.rb".freeze, "test/sablon_test.rb".freeze, "test/sandbox/.gitkeep".freeze, "test/support/document_xml_helper.rb".freeze, "test/support/html_snippets.rb".freeze, "test/support/xml_snippets.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 1.8.5".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.3.0".freeze]) s.add_development_dependency(%q.freeze, [">= 1.6".freeze]) s.add_development_dependency(%q.freeze, ["~> 13.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 5.4".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end