Sha256: fc2d2645aad14a2ff2affc5fe6377922473aba41ef5da24be5a5dc6af1a9c465

Contents?: true

Size: 773 Bytes

Versions: 9

Compression:

Stored size: 773 Bytes

Contents

ENV['RDOCOPT'] = "-S -f html -T hanna"

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

Hoe.new("Authlogic", Authlogic::Version::STRING) do |p|
  p.name = "authlogic"
  p.author = "Ben Johnson of Binary Logic"
  p.email  = 'bjohnson@binarylogic.com'
  p.summary = "A clean, simple, and unobtrusive ruby authentication solution."
  p.description = "A clean, simple, and unobtrusive ruby authentication solution."
  p.url = "http://github.com/binarylogic/authlogic"
  p.history_file = "CHANGELOG.rdoc"
  p.readme_file = "README.rdoc"
  p.extra_rdoc_files = ["CHANGELOG.rdoc", "README.rdoc"]
  p.remote_rdoc_dir = ''
  p.test_globs = ["test/*/test_*.rb", "test/*_test.rb", "test/*/*_test.rb"]
  p.extra_deps = %w(activesupport)
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
authlogic-2.0.12 Rakefile
authlogic-2.0.11 Rakefile
authlogic-2.0.13 Rakefile
authlogic-2.0.5 Rakefile
authlogic-2.0.6 Rakefile
authlogic-2.0.14 Rakefile
authlogic-2.0.7 Rakefile
authlogic-2.0.8 Rakefile
authlogic-2.0.9 Rakefile