--- !ruby/object:Gem::Specification name: svg-graph version: !ruby/object:Gem::Version version: 2.1.2 platform: ruby authors: - Sean Russell - Claudio Bustos - Liehann Loots - Piergiuliano Bossi - Manuel Widmer autorequire: bindir: bin cert_chain: [] date: 2017-12-10 00:00:00.000000000 Z dependencies: [] description: "Gem version of SVG:::Graph. SVG:::Graph is a pure Ruby library for generating charts, \nwhich are a type of graph where the values of one axis are not scalar. SVG::Graph has a verry similar API to \nthe Perl library SVG::TT::Graph, and the resulting charts also look the same. This isn't surprising, \nbecause SVG::Graph started as a loose port of SVG::TT::Graph, although the internal code no longer resembles \nthe Perl original at all.\n " email: - ser_AT_germane-software.com - clbustos_AT_gmail.com - liehannl_AT_gmail_DOT_com - pgbossi_AT_gmail_DOT_com - m-widmer_AT_gmx_DOT_ch executables: [] extensions: [] extra_rdoc_files: - LICENSE.txt - README.markdown - README.txt files: - GPL.txt - History.txt - LICENSE.txt - README.markdown - README.txt - Rakefile - lib/SVG/Graph/Bar.rb - lib/SVG/Graph/BarBase.rb - lib/SVG/Graph/BarHorizontal.rb - lib/SVG/Graph/DataPoint.rb - lib/SVG/Graph/ErrBar.rb - lib/SVG/Graph/Graph.rb - lib/SVG/Graph/Line.rb - lib/SVG/Graph/Pie.rb - lib/SVG/Graph/Plot.rb - lib/SVG/Graph/Schedule.rb - lib/SVG/Graph/TimeSeries.rb - lib/svggraph.rb - test/test_svg_graph.rb homepage: http://www.germane-software.com/software/SVG/SVG::Graph/ licenses: - GPL-2.0 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.6.10 signing_key: specification_version: 4 summary: SVG:::Graph is a pure Ruby library for generating charts, which are a type of graph where the values of one axis are not scalar. test_files: []