Sha256: 5b280d08ed46b8d5bd443fc34d0e77975ffea2db70fcee86bcbf16210726d4e1

Contents?: true

Size: 1.8 KB

Versions: 0

Compression: gzip

Compressed size: 821 Bytes

Stored size: 821 Bytes

Contents

--- !ruby/object:Gem::Specification
name: xhtml_report_generator
version: !ruby/object:Gem::Version
  version: 1.0.0
platform: ruby
authors:
- Manuel Widmer
autorequire: 
bindir: bin
cert_chain: []
date: 2014-12-22 00:00:00.000000000 Z
dependencies: []
description: |
  Here is an example usage:
  @example Basic Testreport
    gen1 = XhtmlReportGenerator::Generator.new
    gen1.createLayout
    gen1.setTitle("Example Report")
    gen1.heading("titel", "h1", :btoc)
    gen1.heading("subtitel", "h2", :ltoc)
    gen1.heading("section", "h3")
    gen1.content("content function: Hallo welt <br /> html test <span class="r" >red span test</span>", {"class"=>"bold"})
    gen1.html("<p class="italic">html function: Hallo welt <br /> html test <span class="r" >red span test</span></p>")

  The javascript to render the table of contents, the custom generator functions and style sheet all can be
  supplied by your own, if needed.
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: http://rubygems.org/gems/hrg
licenses:
- MIT
metadata: {}
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - '>='
    - !ruby/object:Gem::Version
      version: '0'
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.0