Sha256: c61801b132a703f088a7380aa8fce70859b32fd2e53e87d6e49d32df6013622f

Contents?: true

Size: 743 Bytes

Versions: 4

Compression:

Stored size: 743 Bytes

Contents

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

require 'rubygems'
require 'rake'

begin
  require 'jeweler'
  Jeweler::Tasks.new do |gemspec|
    gemspec.name = "authlogic_haapi"
    gemspec.summary = "Extension of the Authlogic library to add support for HTTP Auth with API Key (single access token)"
    gemspec.email = "joe@quantipay.com"
    gemspec.homepage = "http://github.com/quantipay/authlogic_haapi"
    gemspec.description = "This gem Extends the Authlogic library and allows using an API key (single access token) with active resource as the login method"
    gemspec.authors = ["Joe Scharf"]
  end
rescue LoadError
  puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end

Version data entries

4 entries across 4 versions & 3 rubygems

Version Path
quantipay-authlogic_haapi-1.0.2 Rakefile
quantipay-authlogic_haapi-1.0.3 Rakefile
authlogic_haapi-1.0.4 Rakefile
nielsm-authlogic_haapi-1.0.4 Rakefile