Sha256: 667c92bc5300d42429fc26d65e4f45f78be30e9f76adfb3f884c48541cf434fa

Contents?: true

Size: 830 Bytes

Versions: 2

Compression:

Stored size: 830 Bytes

Contents

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

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

Hoe.new("Authlogic OpenID", AuthlogicOpenid::Version::STRING) do |p|
  p.name = "czak-authlogic-oid"
  p.rubyforge_name = "czak-authlogic-oid"
  p.author = "Ben Johnson of Binary Logic"
  p.email  = 'bjohnson@binarylogic.com'
  p.summary = "Extension of the Authlogic library to add OpenID support."
  p.description = "Extension of the Authlogic library to add OpenID support."
  p.url = "http://github.com/czak/authlogic_openid"
  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(authlogic)
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
czak-authlogic-oid-1.0.4 Rakefile
czak-authlogic-oid-1.0.5 Rakefile