Sha256: 126ed80216185a70dabd60bd9381f9fbcdb9a3447f4241af21c5cd52005eb9ad
Contents?: true
Size: 474 Bytes
Versions: 3
Compression:
Stored size: 474 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) p.include_rakefile = true end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
authlogic-1.1.1 | Rakefile |
authlogic-1.2.0 | Rakefile |
authlogic-1.1.2 | Rakefile |