begin
  require 'psych' # boo
rescue ::LoadError
end

require 'jeweler'
Jeweler::Tasks.new do |s|
  s.name = 'gnuplot'
  s.description = s.summary = "Utility library to aid in interacting with gnuplot"
  s.version = "2.3.6"
  s.autorequire = 'gnuplot.rb'
  s.email = "rogerpack2005@gmail.com"
  s.homepage = "http://github.com/rdp/ruby_gnuplot/tree/master"
end