Sha256: b6003c776476201913fe07e409e22a8f97a805d93125dc8eef59f75c76b962ed
Contents?: true
Size: 802 Bytes
Versions: 1
Compression:
Stored size: 802 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 = "authlogic-oid" p.rubyforge_name = "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/binarylogic/authlogic_openid" p.history_file = "CHANGELOG.rdoc" p.readme_file = "README.rdoc" p.extra_rdoc_files = ["CHANGELOG.rdoc", "README.rdoc"] p.test_globs = ["test/*/test_*.rb", "test/*_test.rb", "test/*/*_test.rb"] p.extra_deps = %w(authlogic) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
authlogic-oid-1.0.0 | Rakefile |