--- !ruby/object:Gem::Specification name: sablon version: !ruby/object:Gem::Version version: 0.0.8 platform: ruby authors: - Yves Senn autorequire: bindir: bin cert_chain: [] date: 2015-03-17 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: nokogiri requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rubyzip requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '1.1' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '1.1' - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '1.6' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '1.6' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '10.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '10.0' - !ruby/object:Gem::Dependency name: minitest requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '5.4' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '5.4' - !ruby/object:Gem::Dependency name: xml-simple requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' description: Sablon is a document template processor. At this time it works only with docx and MailMerge fields. email: - yves.senn@gmail.com executables: - sablon extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".travis.yml" - Gemfile - LICENSE.txt - README.md - Rakefile - bin/sablon - lib/sablon.rb - lib/sablon/operations.rb - lib/sablon/parser/mail_merge.rb - lib/sablon/processor.rb - lib/sablon/processor/section_properties.rb - lib/sablon/template.rb - lib/sablon/test.rb - lib/sablon/test/assertions.rb - lib/sablon/version.rb - misc/output.png - misc/template.png - sablon.gemspec - test/executable_test.rb - test/expression_test.rb - test/fixtures/sablon_sample.docx - test/fixtures/sablon_template.docx - test/fixtures/shopping_list_context.json - test/fixtures/shopping_list_sample.docx - test/fixtures/shopping_list_template.docx - test/fixtures/xml/complex_field.xml - test/fixtures/xml/conditional.xml - test/fixtures/xml/conditional_with_predicate.xml - test/fixtures/xml/conditional_without_ending.xml - test/fixtures/xml/corrupt_table.xml - test/fixtures/xml/edited_complex_field.xml - test/fixtures/xml/loop_without_ending.xml - test/fixtures/xml/paragraph_loop.xml - test/fixtures/xml/paragraph_loop_within_table_cell.xml - test/fixtures/xml/simple_field.xml - test/fixtures/xml/simple_fields.xml - test/fixtures/xml/table_multi_row_loop.xml - test/fixtures/xml/table_row_loop.xml - test/mail_merge_parser_test.rb - test/processor_test.rb - test/sablon_test.rb - test/sandbox/.gitkeep - test/section_properties_test.rb - test/support/document_xml_helper.rb - test/support/xml_snippets.rb - test/test_helper.rb homepage: http://github.com/senny/sablon licenses: - MIT 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: [] rubyforge_project: rubygems_version: 2.4.5 signing_key: specification_version: 4 summary: docx tempalte processor test_files: - test/executable_test.rb - test/expression_test.rb - test/fixtures/sablon_sample.docx - test/fixtures/sablon_template.docx - test/fixtures/shopping_list_context.json - test/fixtures/shopping_list_sample.docx - test/fixtures/shopping_list_template.docx - test/fixtures/xml/complex_field.xml - test/fixtures/xml/conditional.xml - test/fixtures/xml/conditional_with_predicate.xml - test/fixtures/xml/conditional_without_ending.xml - test/fixtures/xml/corrupt_table.xml - test/fixtures/xml/edited_complex_field.xml - test/fixtures/xml/loop_without_ending.xml - test/fixtures/xml/paragraph_loop.xml - test/fixtures/xml/paragraph_loop_within_table_cell.xml - test/fixtures/xml/simple_field.xml - test/fixtures/xml/simple_fields.xml - test/fixtures/xml/table_multi_row_loop.xml - test/fixtures/xml/table_row_loop.xml - test/mail_merge_parser_test.rb - test/processor_test.rb - test/sablon_test.rb - test/sandbox/.gitkeep - test/section_properties_test.rb - test/support/document_xml_helper.rb - test/support/xml_snippets.rb - test/test_helper.rb