require 'rake' begin require 'jeweler' Jeweler::Tasks.new do |gemspec| gemspec.name = "configurator2" gemspec.summary = "A mixin to add a .config method and options with defaults to any library" gemspec.description = %{} gemspec.email = "flip@getplinq.com" gemspec.homepage = "http://github.com/Plinq/configurator" gemspec.authors = ["Flip Sasser"] end rescue LoadError end