# -*- encoding: utf-8 -*- # stub: local-openid 0.1.1 ruby lib Gem::Specification.new do |s| s.name = "local-openid".freeze s.version = "0.1.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Eric Wong".freeze] s.date = "2009-04-06" s.description = "local-openid allows users with shell accounts on servers to authenticate with OpenID consumers by editing a YAML file in their home directory instead of authenticating through HTTP/HTTPS. 1. Encounter a login page that accepts OpenID (the consumer) 2. Login into your own server (if you're not already logged in) 3. Start the local-openid app on your server 4. Login using your OpenID (on the consumer) - you should be redirected to your local-openid application 5. edit ~/.local-openid/config.yml on your server to approve the consumer 6. Reload the local-openid page your browser was on. - you should be logged in to the OpenID consumer site - If not, check the error log (usually stderr) of local-openid 8. Shut down the local-openid application.".freeze s.email = ["normalperson@yhbt.net".freeze] s.executables = ["local-openid".freeze] s.extra_rdoc_files = ["History.txt".freeze, "LICENSE.txt".freeze, "Manifest.txt".freeze, "README.txt".freeze] s.files = [".document".freeze, ".gitignore".freeze, "GNUmakefile".freeze, "History.txt".freeze, "LICENSE.txt".freeze, "Manifest.txt".freeze, "README.txt".freeze, "Rakefile".freeze, "bin/local-openid".freeze, "setup.rb".freeze] s.homepage = "http://bogomips.org/local-openid".freeze s.rdoc_options = ["--main".freeze, "README.txt".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Single User, Ephemeral OpenID Provider".freeze s.specification_version = 2 s.add_runtime_dependency(%q.freeze, [">= 0.9".freeze]) s.add_development_dependency(%q.freeze, [">= 1.11.0".freeze]) end