Sha256: 6a146fc209a562a99df6103d76066e34f99a76ad836dcc6a5e6622ab3255dc94

Contents?: true

Size: 446 Bytes

Versions: 1

Compression:

Stored size: 446 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 = "A clean, simple, and unobtrusive ruby authentication solution."
  p.url = "http://github.com/binarylogic/authlogic"
  p.dependencies = %w(activesupport)
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
authlogic-1.2.1 Rakefile