#!/usr/bin/env ruby PROJECT_NAME = "simply" begin require 'jeweler' Jeweler::Tasks.new do |s| s.name = "simply" s.summary = "A minimal markaby-esq ruby templating language" s.email = "scott@railsnewbie.com" s.homepage = "http://github.com/smtlaissezfaire/simply" s.description = "A minimal markaby-esq ruby templating language" s.authors = ["Scott Taylor"] end rescue LoadError puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com" end