# -*- encoding: utf-8 -*-
# stub: htmltoword 0.5 ruby lib
Gem::Specification.new do |s|
s.name = "htmltoword".freeze
s.version = "0.5".freeze
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
s.authors = ["Nicholas Frandsen, Cristina Matonte".freeze]
s.date = "2015-11-11"
s.description = "Convert html to word docx document.".freeze
s.email = ["nick.rowe.frandsen@gmail.com, anitsirc1@gmail.com".freeze]
s.executables = ["htmltoword".freeze]
s.files = ["README.md".freeze, "Rakefile".freeze, "bin/htmltoword".freeze, "lib/htmltoword.rb".freeze, "lib/htmltoword/action_controller.rb".freeze, "lib/htmltoword/configuration.rb".freeze, "lib/htmltoword/document.rb".freeze, "lib/htmltoword/htmltoword_helper.rb".freeze, "lib/htmltoword/templates/default.docx".freeze, "lib/htmltoword/version.rb".freeze, "lib/htmltoword/xslt/base.xslt".freeze, "lib/htmltoword/xslt/extras.xslt".freeze, "lib/htmltoword/xslt/functions.xslt".freeze, "lib/htmltoword/xslt/htmltoword.xslt".freeze, "lib/htmltoword/xslt/inline_elements.xslt".freeze, "lib/htmltoword/xslt/links.xslt".freeze, "lib/htmltoword/xslt/numbering.xslt".freeze, "lib/htmltoword/xslt/relations.xslt".freeze, "lib/htmltoword/xslt/style2.xslt".freeze, "lib/htmltoword/xslt/tables.xslt".freeze]
s.homepage = "http://github.com/karnov/htmltoword".freeze
s.licenses = ["MIT".freeze]
s.rubygems_version = "3.5.10".freeze
s.summary = "This simple gem allows you to create MS Word docx documents from simple html documents. This makes it easy to create dynamic reports and forms that can be downloaded by your users as simple MS Word docx files.".freeze
s.specification_version = 4
s.add_runtime_dependency(%q.freeze, [">= 0".freeze])
s.add_runtime_dependency(%q.freeze, [">= 0".freeze])
s.add_runtime_dependency(%q.freeze, [">= 1.0".freeze])
s.add_development_dependency(%q.freeze, [">= 0".freeze])
s.add_development_dependency(%q.freeze, [">= 0".freeze])
s.add_development_dependency(%q.freeze, [">= 0".freeze])
s.add_development_dependency(%q.freeze, [">= 0".freeze])
s.add_development_dependency(%q.freeze, [">= 0".freeze])
end