begin require 'jeweler' Jeweler::Tasks.new do |s| s.name = "Kelsin-lilygraph" s.summary = "Lilygraph is a Ruby library for creating svg charts and graphs based on XmlBuilder." s.description = "Lilygraph is a Ruby library for creating svg charts and graphs based on XmlBuilder." s.email = "kelsin@valefor.com" s.homepage = "http://github.com/Kelsin/lilygraph" s.authors = ["Christopher Giroir"] s.add_dependency("color-tools", ">= 1.3.0") end rescue LoadError puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com" end