Sha256: 2eeec39511eede4fdfe3d68c0488a89a57794b6895e335f5989f2c86e2be2eae

Contents?: true

Size: 752 Bytes

Versions: 1

Compression:

Stored size: 752 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)
  p.install_message = "BREAKS BACKWARDS COMPATIBILITY! This is only for those using I18n. If you were using the Authlogic configuration to implement I18n you need to update your configuration. A new cleaner approach has been implemented for I18n in Authlogic. See Authlogic::I18n for more details."
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
authlogic-1.4.0 Rakefile