Sha256: 5e16a86ad60137ed840ac2187614b1474e17d46bcbf72b39fcff1fb938c176cd

Contents?: true

Size: 1.93 KB

Versions: 0

Compression: gzip

Compressed size: 888 Bytes

Stored size: 888 Bytes

Contents

--- !ruby/object:Gem::Specification
name: xhtml_report_generator
version: !ruby/object:Gem::Version
  version: 1.0.3
platform: ruby
authors:
- Manuel Widmer
autorequire: 
bindir: bin
cert_chain: []
date: 2015-01-06 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.createLayout\n  gen1.setTitle(\"Example Report\")\n  gen1.heading(\"titel\",
  \"h1\", :btoc)\n  gen1.heading(\"subtitel\", \"h2\", :ltoc)\n  gen1.heading(\"section\",
  \"h3\")\n  gen1.content(\"content function: Hallo welt <br /> html test <span class=\"r\"
  >red span test</span>\", {\"class\"=>\"bold\"})\n  gen1.html(\"<p class=\"italic\">html
  function: Hallo welt <br /> html test <span class=\"r\" >red span test</span></p>\")\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/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.8.7
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - '>='
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: 
rubygems_version: 2.4.5
signing_key: 
specification_version: 4
summary: A simple and quick xhtml report generator
test_files: []
has_rdoc: 

Package Spec version

xhtml_report_generator-1.0.3