Sha256: 4cc19e40dc2c7ce081f9f76da5ca42a50f3f76badba527e55b131053fe53d1a6

Contents?: true

Size: 1.18 KB

Versions: 4

Compression:

Stored size: 1.18 KB

Contents

# -*- encoding: utf-8 -*-
require File.expand_path("../lib/google_visualr/version", __FILE__)

Gem::Specification.new do |s|
  s.name        = "google_visualr"
  s.version     = GoogleVisualr::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Winston Teo"]
  s.email       = ["winston.yongwei+google_visualr@gmail.com"]
  s.homepage    = "https://github.com/winston/google_visualr"
  s.summary     = "A Ruby wrapper around the Google Chart Tools that allows anyone to create the same beautiful charts with just plain Ruby."
  s.description = "This Ruby gem, GoogleVisualr, is a wrapper around the Google Chart Tools that allows anyone to create the same beautiful charts with just Ruby; you don't have to write any JavaScript at all."
  s.extra_rdoc_files = ["README.rdoc"]

  s.required_rubygems_version = ">= 1.3.6"
  s.rubyforge_project         = "google_visualr"

  s.add_development_dependency "bundler", ">= 1.0.15"
  s.add_development_dependency "rspec"  , ">= 2.6.0"
  s.add_development_dependency "rails"  , ">= 3.0.9"

  s.files        = `git ls-files`.split("\n")
  s.executables  = `git ls-files`.split("\n").map{|f| f =~ /^bin\/(.*)/ ? $1 : nil}.compact
  s.require_path = 'lib'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
google_visualr-2.1.3 google_visualr.gemspec
google_visualr-2.1.2 google_visualr.gemspec
google_visualr-2.1.1 google_visualr.gemspec
google_visualr-2.1.0 google_visualr.gemspec