# -*- encoding: utf-8 -*- # stub: htmltoooxml 0.1.8 ruby lib Gem::Specification.new do |s| s.name = "htmltoooxml".freeze s.version = "0.1.8".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Justin Boynton".freeze] s.bindir = "exe".freeze s.date = "2016-12-14" s.description = "Parse HTML and convert to open office xml for powerpoint".freeze s.email = ["justin.boynton@spicerack.co.uk".freeze] s.files = [".gitignore".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "htmltoooxml.gemspec".freeze, "lib/htmltoooxml.rb".freeze, "lib/htmltoooxml/configuration.rb".freeze, "lib/htmltoooxml/document.rb".freeze, "lib/htmltoooxml/helpers/xslt_helper.rb".freeze, "lib/htmltoooxml/version.rb".freeze, "lib/htmltoooxml/xslt/base.xslt".freeze, "lib/htmltoooxml/xslt/cleanup.xslt".freeze, "lib/htmltoooxml/xslt/extras.xslt".freeze, "lib/htmltoooxml/xslt/functions.xslt".freeze, "lib/htmltoooxml/xslt/html_to_ooxml.xslt".freeze, "lib/htmltoooxml/xslt/htmltoooxml.xslt".freeze, "lib/htmltoooxml/xslt/inline_elements.xslt".freeze, "lib/htmltoooxml/xslt/links.xslt".freeze, "lib/htmltoooxml/xslt/tables.xslt".freeze] s.homepage = "https://github.com/stylefoundry".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Parse HTML and convert to open office xml for powerpoint".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.10".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end