# -*- encoding: utf-8 -*-
# stub: sablon 0.0.15 ruby lib

Gem::Specification.new do |s|
  s.name = "sablon".freeze
  s.version = "0.0.15".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 = "2015-08-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 = ["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/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/redcarpet/render/word_ml.rb".freeze, "lib/sablon/template.rb".freeze, "lib/sablon/test.rb".freeze, "lib/sablon/test/assertions.rb".freeze, "lib/sablon/version.rb".freeze, "misc/cv_sample.png".freeze, "misc/cv_template.png".freeze, "misc/recipe_sample.png".freeze, "misc/recipe_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/cv_sample.docx".freeze, "test/fixtures/cv_template.docx".freeze, "test/fixtures/recipe_context.json".freeze, "test/fixtures/recipe_sample.docx".freeze, "test/fixtures/recipe_template.docx".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/redcarpet_render_word_ml_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/cv_sample.docx".freeze, "test/fixtures/cv_template.docx".freeze, "test/fixtures/recipe_context.json".freeze, "test/fixtures/recipe_sample.docx".freeze, "test/fixtures/recipe_template.docx".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/redcarpet_render_word_ml_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<nokogiri>.freeze, [">= 1.6.0".freeze])
  s.add_runtime_dependency(%q<rubyzip>.freeze, [">= 1.1".freeze])
  s.add_runtime_dependency(%q<redcarpet>.freeze, [">= 3.2".freeze])
  s.add_development_dependency(%q<bundler>.freeze, [">= 1.6".freeze])
  s.add_development_dependency(%q<rake>.freeze, ["~> 10.0".freeze])
  s.add_development_dependency(%q<minitest>.freeze, ["~> 5.4".freeze])
  s.add_development_dependency(%q<xml-simple>.freeze, [">= 0".freeze])
end