Sha256: f9aca0ace15ee1f4c034da8667f2efa897c099cb795ee8cf5d7ec65ef061579e

Contents?: true

Size: 453 Bytes

Versions: 4

Compression:

Stored size: 453 Bytes

Contents

require 'rubygems'
require File.dirname(__FILE__) << "/lib/authlogic/version"
require 'echoe'
  
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 echoe)
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
authlogic-1.4.1 Rakefile
authlogic-1.3.9 Rakefile
authlogic-1.4.2 Rakefile
authlogic-1.4.3 Rakefile