Sha256: 19112032c47a812d39fd91c2e93a45a6d4c1f1a363cdaa4e79f0c138cabe4996

Contents?: true

Size: 689 Bytes

Versions: 7

Compression:

Stored size: 689 Bytes

Contents

require 'rubygems'  
require 'rake'

begin  
  require 'jeweler'  
  Jeweler::Tasks.new do |gemspec|  
    gemspec.name = "googlecharts"  
    gemspec.summary = "Generate charts using Google API & Ruby"  
    gemspec.description = "Generate charts using Google API & Ruby"  
    gemspec.email = "mattaimonetti@gmail.com"  
    gemspec.homepage = "http://googlecharts.rubyforge.org/"  
    gemspec.authors = ["Matt Aimonetti"]  
  end 
  Jeweler::GemcutterTasks.new 
rescue LoadError  
  puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"  
end  
  
Dir["#{File.dirname(__FILE__)}/tasks/*.rake"].sort.each { |ext| load ext }

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
googlecharts-1.6.3 Rakefile
googlecharts-1.6.2 Rakefile
googlecharts-1.6.1 Rakefile
googlecharts-1.6.0 Rakefile
googlecharts-1.5.4 Rakefile
googlecharts-1.5.3 Rakefile
googlecharts-1.5.2 Rakefile