public
Description: Sexy Charts using Google API & Ruby
Homepage: http://googlecharts.rubyforge.org/
Clone URL: git://github.com/mattetti/googlecharts.git
mattetti (author)
Mon Jun 22 12:07:05 -0700 2009
commit  799a787d2eced4075bf77fdf57656f5eb531511f
tree    a5f2a37e38c5cd55799f2e580663b5862459e5af
parent  e7440c2d59441340d5d656acd3be443454235ce0
googlecharts / googlecharts.gemspec
100644 21 lines (19 sloc) 1.104 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Gem::Specification.new do |s|
  s.name = %q{googlecharts}
  s.version = "1.4.0"
 
  s.specification_version = 2 if s.respond_to? :specification_version=
 
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Matt Aimonetti"]
  s.date = %q{2008-05-07}
  s.description = %q{Sexy Charts using Google API & Ruby}
  s.email = %q{mattaimonetti@gmail.com}
  s.extra_rdoc_files = ["History.txt", "License.txt", "Manifest.txt", "README.txt", "website/index.txt"]
  s.files = %w(History.txt License.txt Manifest.txt README.txt Rakefile config/hoe.rb config/requirements.rb lib/gchart.rb lib/gchart/aliases.rb lib/gchart/theme.rb lib/themes.yml lib/gchart/version.rb setup.rb spec/gchart_spec.rb spec/spec.opts spec/spec_helper.rb tasks/environment.rake tasks/rspec.rake)
  s.has_rdoc = true
  s.homepage = %q{http://googlecharts.rubyforge.org}
  s.rdoc_options = ["--main", "README.txt"]
  s.require_paths = ["lib"]
  s.rubyforge_project = %q{googlecharts}
  s.rubygems_version = %q{1.2.0}
  s.summary = %q{Sexy Charts using Google API & Ruby}
end