/usr/share/rubygems-integration/2.0/specifications/svg-graph-1.0.2.gemspec is in ruby-svg-graph 1.0.5-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | # -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "svg-graph"
s.version = "1.0.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Sean Russell", "Claudio Bustos", "Liehann Loots", "Piergiuliano Bossi"]
s.date = "2011-08-05"
s.description = "Gem version of SVG:::Graph. 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. SVG::Graph has a verry similar API to the Perl library SVG::TT::Graph, and the resulting charts also look the same. This isn't surprising, because SVG::Graph started as a loose port of SVG::TT::Graph, although the internal code no longer resembles the Perl original at all.\n "
s.email = ["ser_AT_germane-software.com", "clbustos_AT_gmail.com", "liehannl_AT_gmail_DOT_com", "pgbossi_AT_gmail_DOT_com"]
s.extra_rdoc_files = ["LICENSE.txt", "README.markdown", "README.txt"]
s.files = ["GPL.txt", "History.txt", "LICENSE.txt", "README.txt", "Rakefile", "lib/SVG/Graph/Bar.rb", "lib/SVG/Graph/BarBase.rb", "lib/SVG/Graph/BarHorizontal.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", "README.markdown"]
s.homepage = "http://www.germane-software.com/software/SVG/SVG::Graph/"
s.licenses = ["GPL"]
s.require_paths = ["lib"]
s.rubyforge_project = "ruby-statsample"
s.rubygems_version = "1.8.23"
s.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."
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_development_dependency(%q<jeweler>, ["~> 1.6.4"])
else
s.add_dependency(%q<jeweler>, ["~> 1.6.4"])
end
else
s.add_dependency(%q<jeweler>, ["~> 1.6.4"])
end
end
|