Sha256: a57adcf5bfd6c9accfa4968cbed536e359911f43219c4858b116ff239d521929

Contents?: true

Size: 572 Bytes

Versions: 1

Compression:

Stored size: 572 Bytes

Contents

require 'rubygems'
require 'echoe'

require File.dirname(__FILE__) << "/lib/authlogic/version"

Echoe.new 'authlogic' do |p|
  p.version = Authlogic::Version::STRING
  p.author = "Ben Johnson of Binary Logic"
  p.email  = 'bjohnson@binarylogic.com'
  p.project = 'authlogic'
  p.summary = "Framework agnostic object based authentication solution that handles all of the non sense for you. It's as easy as ActiveRecord is with a database."
  p.url = "http://github.com/binarylogic/authlogic"
  p.dependencies = %w(activesupport activerecord)
  p.include_rakefile = true
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
authlogic-1.0.0 Rakefile