Sha256: f774b02d875b99fec94ac9745ec07a2e77bc33ad0f66cd99a8932f97382df95d

Contents?: true

Size: 681 Bytes

Versions: 3

Compression:

Stored size: 681 Bytes

Contents

require 'rubygems'  
require 'rake'  
require 'echoe'
require File.dirname(__FILE__) + "/lib/authlogic_oauth2/version"
  
Echoe.new('robdimarco_authlogic_oauth2', AuthlogicOauth2::Version::STRING) do |p|  
  p.description     = "Authlogic OAuth2 is an extension of the Authlogic library to add OAuth2 support. OAuth2 can be used to allow users to login with their Facebook credentials."  
  p.url             = "http://github.com/robdimarco/authlogic_oauth2"  
  p.author          = "Andrew Hite"  
  p.email           = "andrew@andrew-hite.com"
  p.runtime_dependencies = ['authlogic', 'oauth2']
end  
  
Dir["#{File.dirname(__FILE__)}/tasks/*.rake"].sort.each { |ext| load ext }

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
robdimarco_authlogic_oauth2-1.1.4 Rakefile
robdimarco_authlogic_oauth2-1.1.3 Rakefile
robdimarco_authlogic_oauth2-1.1.2 Rakefile