# -*- encoding: utf-8 -*- # stub: xhtml_report_generator 4.0.1 ruby lib Gem::Specification.new do |s| s.name = "xhtml_report_generator".freeze s.version = "4.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 = ["Manuel Widmer".freeze] s.date = "2019-01-26" s.description = "The generator can be used to create html or xhtml files. It comes with many utility functions.\n\nThe javascript to render the table of contents, the custom generator functions and style sheet all can be\nsupplied by your own, if necessary. By default there are methods to insert tables, links, paragraphs, preformatted text\nand arbitrary xhtml code. Due to the xml nature it is also easy to insert SVG graphs / pictures.\n\nCheckout the github project to see some examples.\n".freeze s.email = "m-widmer@gmx.ch".freeze s.files = ["LICENSE".freeze, "README.md".freeze, "lib/xhtml_report_generator.rb".freeze, "resource/c3v0.6.12/c3.min.css".freeze, "resource/c3v0.6.12/c3.min.js".freeze, "resource/css/print.css".freeze, "resource/css/style.css".freeze, "resource/d3v5.7.0/d3.min.js".freeze, "resource/js/jquery-3.2.1.min.js".freeze, "resource/js/layout_split.js".freeze, "resource/js/split.min.js".freeze, "resource/js/table_of_contents.js".freeze, "resource/js/toggle_linewrap.js".freeze] s.homepage = "https://rubygems.org/gems/xhtml_report_generator".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A simple html or xhtml generator or logger to create human readable reports and logs".freeze end