# -*- encoding: utf-8 -*- # stub: sablon 0.0.10 ruby lib Gem::Specification.new do |s| s.name = "sablon".freeze s.version = "0.0.10".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.date = "2015-04-13" 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 = ["rake".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/content.rb".freeze, "lib/sablon/context.rb".freeze, "lib/sablon/operations.rb".freeze, "lib/sablon/parser/mail_merge.rb".freeze, "lib/sablon/processor.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/output.png".freeze, "misc/template.png".freeze, "sablon.gemspec".freeze, "test/content_test.rb".freeze, "test/context_test.rb".freeze, "test/executable_test.rb".freeze, "test/expression_test.rb".freeze, "test/fixtures/sablon_sample.docx".freeze, "test/fixtures/sablon_template.docx".freeze, "test/fixtures/shopping_list_context.json".freeze, "test/fixtures/shopping_list_sample.docx".freeze, "test/fixtures/shopping_list_template.docx".freeze, "test/fixtures/xml/about_me_snippet.xml".freeze, "test/fixtures/xml/complex_field.xml".freeze, "test/fixtures/xml/conditional.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/loop_without_ending.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_fields.xml".freeze, "test/fixtures/xml/table_multi_row_loop.xml".freeze, "test/fixtures/xml/table_row_loop.xml".freeze, "test/mail_merge_parser_test.rb".freeze, "test/processor_test.rb".freeze, "test/sablon_test.rb".freeze, "test/sandbox/.gitkeep".freeze, "test/section_properties_test.rb".freeze, "test/support/document_xml_helper.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.rubygems_version = "3.5.10".freeze s.summary = "docx tempalte processor".freeze s.test_files = ["test/content_test.rb".freeze, "test/context_test.rb".freeze, "test/executable_test.rb".freeze, "test/expression_test.rb".freeze, "test/fixtures/sablon_sample.docx".freeze, "test/fixtures/sablon_template.docx".freeze, "test/fixtures/shopping_list_context.json".freeze, "test/fixtures/shopping_list_sample.docx".freeze, "test/fixtures/shopping_list_template.docx".freeze, "test/fixtures/xml/about_me_snippet.xml".freeze, "test/fixtures/xml/complex_field.xml".freeze, "test/fixtures/xml/conditional.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/loop_without_ending.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_fields.xml".freeze, "test/fixtures/xml/table_multi_row_loop.xml".freeze, "test/fixtures/xml/table_row_loop.xml".freeze, "test/mail_merge_parser_test.rb".freeze, "test/processor_test.rb".freeze, "test/sablon_test.rb".freeze, "test/sandbox/.gitkeep".freeze, "test/section_properties_test.rb".freeze, "test/support/document_xml_helper.rb".freeze, "test/support/xml_snippets.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 1.6.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.1".freeze]) s.add_development_dependency(%q.freeze, [">= 1.6".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 5.4".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end