Sha256: eede7484e723c328a08483f63d5cc24ec6f39f3f2cc2e3fdf7d2781976665ab7

Contents?: true

Size: 623 Bytes

Versions: 1

Compression:

Stored size: 623 Bytes

Contents

require 'rubygems'
require File.dirname(__FILE__) << "/lib/authlogic/version"

begin
  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
rescue LoadError => boom
  puts "You are missing a dependency required for meta-operations on this gem."
  puts "#{boom.to_s.capitalize}."
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
authlogic-1.3.8 Rakefile