# coding: utf-8 require 'rake' begin require 'jeweler' Jeweler::Tasks.new do |gemspec| gemspec.name = "provideal-plugin-utils" gemspec.summary = "A collection of Rails plugin utilities" gemspec.email = "info@provideal.net" gemspec.homepage = "http://github.com/provideal/plugin-utils/" gemspec.authors = ["René Sprotte"] end rescue LoadError puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com" end