# -*- encoding: utf-8 -*- # stub: htmltoword 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "htmltoword".freeze s.version = "0.0.1".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".freeze] s.date = "2013-08-22" s.description = "Convert html to word docx document.".freeze s.email = ["nick.rowe.frandsen@gmail.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "htmltoword.gemspec".freeze, "lib/htmltoword.rb".freeze, "lib/htmltoword/htmltoword_helper.rb".freeze, "lib/htmltoword/version.rb".freeze, "spec/spec_helper.rb".freeze, "spec/xslt_spec.rb".freeze, "templates/default.docx".freeze, "xslt/html_to_wordml.xslt".freeze, "xslt/style2.xslt".freeze] s.homepage = "http://github.com/nickfrandsen/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.test_files = ["spec/spec_helper.rb".freeze, "spec/xslt_spec.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end