Gem::Specification.new do |s|
s.name = "html5jp_graphs"
s.version = "0.1"
s.date = "2008-06-23"
s.summary = "Rails Plugin for HTML5.jp Graph Libraries."
s.email = "y.ohba@everyleaf.com"
s.homepage = "http://github.com/nay/html5jp_graphs"
s.description = "html5jp_graphs is a Rails Plugin for HTML5.jp graph libraries. It supports vertical bar chart, radar chart, pie chart, and line chart."
s.has_rdoc = true
s.authors = ["Yasuko Ohba", "Koichiro Ohba"]
s.files = ["LICENSE", "README.rdoc", "Rakefile", "html5jp/.DS_Store", "html5jp/AUTHORS", "html5jp/COPYING", "html5jp/examples/sample_graph_circle_1.html", "html5jp/examples/sample_graph_circle_2.html", "html5jp/examples/sample_graph_line_1.html", "html5jp/examples/sample_graph_line_2.html", "html5jp/examples/sample_graph_radar_1.html", "html5jp/examples/sample_graph_radar_2.html", "html5jp/examples/sample_graph_vbar_1.html", "html5jp/examples/sample_graph_vbar_2.html", "html5jp/examples/sample_graph_vbar_3.html", "html5jp/examples/sample_graph_vbar_4.html", "html5jp/html5jp/.DS_Store", "html5jp/html5jp/excanvas/.DS_Store", "html5jp/html5jp/excanvas/AUTHORS", "html5jp/html5jp/excanvas/COPYING", "html5jp/html5jp/excanvas/README", "html5jp/html5jp/excanvas/examples/example1.html", "html5jp/html5jp/excanvas/examples/example2.html", "html5jp/html5jp/excanvas/examples/example3.html", "html5jp/html5jp/excanvas/examples/ff.jpg", "html5jp/html5jp/excanvas/excanvas-compressed.js", "html5jp/html5jp/excanvas/excanvas.js", "html5jp/html5jp/excanvas/testcases/arc.html", "html5jp/html5jp/excanvas/testcases/linewidth.html", "html5jp/html5jp/excanvas/testcases/overflow.html", "html5jp/html5jp/excanvas/testcases/quadraticcurve.html", "html5jp/html5jp/excanvas/testcases/resizing.html", "html5jp/html5jp/graph/circle.js", "html5jp/html5jp/graph/line.js", "html5jp/html5jp/graph/radar.js", "html5jp/html5jp/graph/vbar.js", "init.rb", "install.rb", "lib/html5jp_graphs_helper.rb", "rdoc/classes/Html5jpGraphsHelper.html", "rdoc/created.rid", "rdoc/files/README.html", "rdoc/files/lib/html5jp_graphs_helper_rb.html", "rdoc/fr_class_index.html", "rdoc/fr_file_index.html", "rdoc/fr_method_index.html", "rdoc/index.html", "rdoc/rdoc-style.css", "tasks/html5jp_graphs_tasks.rake", "test/html5jp_graphs_test.rb", "uninstall.rb"]
end