Sha256: ac672bd206fc92bb42850553f18a1da89dbb99a360c7607bddc5d16589460424

Contents?: true

Size: 456 Bytes

Versions: 1

Compression:

Stored size: 456 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 = "Rails authentication done right"
  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-0.10.4 Rakefile