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