Sha256: 720a8096a04dae4ec5d223d64472dc11d5e03f757582612a1c79d9100f971fcd
Contents?: true
Size: 639 Bytes
Versions: 26
Compression:
Stored size: 639 Bytes
Contents
begin require 'jeweler' Jeweler::Tasks.new do |s| s.name = "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 Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com" end
Version data entries
26 entries across 26 versions & 2 rubygems