# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = %q{ganglia_js_charts}
  s.version = "0.0.2"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["James Golick"]
  s.date = %q{2011-01-23}
  s.default_executable = %q{ganglia_js_charts_server}
  s.description = %q{}
  s.email = %q{jamesgolick@gmail.com}
  s.executables = ["ganglia_js_charts_server"]
  s.extra_rdoc_files = [
    "LICENSE",
     "README.rdoc"
  ]
  s.files = [
    ".document",
     ".gitignore",
     "LICENSE",
     "README.rdoc",
     "Rakefile",
     "VERSION",
     "ganglia_js_charts.gemspec",
     "lib/ganglia_js_charts.rb",
     "public/ajax-loader.gif",
     "public/ganglia-js.js",
     "public/index.html",
     "public/jquery-1.4.4.js",
     "public/jquery.tmpl.js",
     "public/js/adapters/mootools-adapter.js",
     "public/js/adapters/mootools-adapter.src.js",
     "public/js/adapters/prototype-adapter.js",
     "public/js/adapters/prototype-adapter.src.js",
     "public/js/highcharts.js",
     "public/js/highcharts.src.js",
     "public/js/modules/exporting.js",
     "public/js/modules/exporting.src.js",
     "public/js/themes/dark-blue.js",
     "public/js/themes/dark-green.js",
     "public/js/themes/gray.js",
     "public/js/themes/grid.js",
     "public/json2.js",
     "public/knockout-1.1.2.debug.js",
     "public/underscore.js",
     "spec/ganglia_js_charts_spec.rb",
     "spec/spec.opts",
     "spec/spec_helper.rb",
     "test-rrds/FetLife/feed01.dal.fetlife/like_service_LikeService_create-count.rrd",
     "test-rrds/FetLife/feed02.dal.fetlife/like_service_LikeService_create-count.rrd",
     "test-rrds/graphs.json"
  ]
  s.homepage = %q{http://github.com/jamesgolick/ganglia_js_charts}
  s.rdoc_options = ["--charset=UTF-8"]
  s.require_paths = ["lib"]
  s.rubygems_version = %q{1.3.7}
  s.summary = %q{}
  s.test_files = [
    "spec/ganglia_js_charts_spec.rb",
     "spec/spec_helper.rb"
  ]

  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 3

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
      s.add_development_dependency(%q<rspec>, [">= 1.2.9"])
    else
      s.add_dependency(%q<rspec>, [">= 1.2.9"])
    end
  else
    s.add_dependency(%q<rspec>, [">= 1.2.9"])
  end
end