begin require 'jeweler' Jeweler::Tasks.new do |s| s.name = "uberkit" s.summary = "A Rails plugin for a common set of UI tools and helpers for building interfaces." s.email = "michael@intridea.com" s.homepage = "http://github.com/mbleigh/uberkit" s.description = "UberKit is a set of tools for common UI problems in Rails including menus and forms." s.authors = ["Michael Bleigh"] s.files = FileList["[A-Z]*", "{lib,rails}/**/*"] end rescue LoadError puts "Jeweler, or one of its dependencies, is not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com" end