Sha256: c0fd8fcc24a4d32808fcb1a27e21d991772af7ac0ccff23cc356afede797c03c

Contents?: true

Size: 617 Bytes

Versions: 9

Compression:

Stored size: 617 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)
  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

9 entries across 9 versions & 1 rubygems

Version Path
authlogic-1.3.0 Rakefile
authlogic-1.3.1 Rakefile
authlogic-1.3.2 Rakefile
authlogic-1.2.2 Rakefile
authlogic-1.3.5 Rakefile
authlogic-1.3.7 Rakefile
authlogic-1.3.3 Rakefile
authlogic-1.3.4 Rakefile
authlogic-1.3.6 Rakefile