# -*- encoding: utf-8 -*- # stub: quantipay-authlogic_haapi 1.0.2 ruby lib Gem::Specification.new do |s| s.name = "quantipay-authlogic_haapi".freeze s.version = "1.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Joe Scharf".freeze] s.date = "2009-07-04" s.description = "This gem Extends the Authlogic library and allows using an API key (single access token) with active resource as the login method".freeze s.email = "joe@quantipay.com".freeze s.extra_rdoc_files = ["README.rdoc".freeze] s.files = [".gitignore".freeze, "CHANGELOG.rdoc".freeze, "MIT-LICENSE".freeze, "Manifest.txt".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "authlogic_haapi.gemspec".freeze, "init.rb".freeze, "lib/authlogic_haapi.rb".freeze, "lib/authlogic_haapi/session.rb".freeze, "lib/authlogic_haapi/version.rb".freeze, "rails/init.rb".freeze, "test/fixtures/users.yml".freeze, "test/libs/rails_trickery.rb".freeze, "test/libs/user.rb".freeze, "test/libs/user_session.rb".freeze, "test/session_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/quantipay/authlogic_haapi".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Extension of the Authlogic library to add support for HTTP Auth with API Key (single access token)".freeze s.test_files = ["test/libs/rails_trickery.rb".freeze, "test/libs/user.rb".freeze, "test/libs/user_session.rb".freeze, "test/session_test.rb".freeze, "test/test_helper.rb".freeze] end