--- !ruby/object:Gem::Specification name: xhtml_report_generator version: !ruby/object:Gem::Version version: 2.1.1 platform: ruby authors: - Manuel Widmer autorequire: bindir: bin cert_chain: [] date: 2015-12-24 00:00:00.000000000 Z dependencies: [] description: "The generator can be used to create xhtml files. It comes with some default utility functions.\n== Here is an example usage\n gen1 = XhtmlReportGenerator::Generator.new\n \ gen1.create_layout(\"Title\")\n gen1.heading(\"h1\", {\"class\" => \"bothtoc\"}) {\"titel\"}\n gen1.heading(\"h2\") {\"subtitel\"}\n gen1.heading(\"h3\") {\"section\"}\n \ gen1.content({\"class\"=>\"bold\"}) {\"content function: Hallo welt <br /> html test <span class=\"r\" >red span test</span>\"}\n gen1.html(\"<p class=\"italic\">html function: Hallo welt <br /> html test <span class=\"r\" >red span test</span></p>\")\n gen1.highlight(/Ha.*lt/)\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. \n" email: m-widmer@gmx.ch executables: [] extensions: [] extra_rdoc_files: [] files: - LICENSE - README.md - lib/xhtml_report_generator.rb - lib/xhtml_report_generator/custom.rb - lib/xhtml_report_generator/jquery.js - lib/xhtml_report_generator/print_template.css - lib/xhtml_report_generator/style_template.css - lib/xhtml_report_generator/toc.js - lib/xhtml_report_generator/version.rb homepage: https://rubygems.org/gems/xhtml_report_generator licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.9.3 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.4.5.1 signing_key: specification_version: 4 summary: A simple and quick xhtml report generator test_files: []