Sha256: a2273050dcc76332e55177702aca634c3cbc28787c550845bb860ada0aeb6305

Contents?: true

Size: 1.13 KB

Versions: 7

Compression:

Stored size: 1.13 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.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

7 entries across 7 versions & 1 rubygems

Version Path
google_visualr-2.0.6 google_visualr.gemspec
google_visualr-2.0.5 google_visualr.gemspec
google_visualr-2.0.4 google_visualr.gemspec
google_visualr-2.0.3 google_visualr.gemspec
google_visualr-2.0.2 google_visualr.gemspec
google_visualr-2.0.1 google_visualr.gemspec
google_visualr-2.0.0 google_visualr.gemspec