require 'rubygems' require 'echoe' require File.dirname(__FILE__) << "/lib/authgasm/version" Echoe.new 'authgasm' do |p| p.version = Authgasm::Version::STRING p.author = "Ben Johnson of Binary Logic" p.email = 'bjohnson@binarylogic.com' p.project = 'authgasm' p.summary = "Rails authentication done right" p.url = "http://github.com/binarylogic/authgasm" p.dependencies = %w(activesupport activerecord) p.include_rakefile = true end