Sha256: 7791b9491405968b2f4d6170ca3cfa353a0f5310d9a8dd7625ab8f52aaeec3cf

Contents?: true

Size: 878 Bytes

Versions: 1

Compression:

Stored size: 878 Bytes

Contents

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

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

Hoe.new("raj_authlogic-oauth", AuthlogicOauth::Version::STRING) do |p|
  p.name = "raj_authlogic-oauth"
  p.author = "John Allison"
  p.email  = 'jrallison@gmail.com'
  p.summary = "An authlogic extension for authenticating via OAuth. (I.E. Twitter login)"
  p.description = "An authlogic extension for authenticating via OAuth.  This can be helpful for adding support for login/registration with Twitter credentials."
  p.url = "http://github.com/jrallison/authlogic_oauth"
  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

1 entries across 1 versions & 1 rubygems

Version Path
raj-authlogic-oauth-1.0.8 Rakefile