# -*- encoding: utf-8 -*- # stub: open_id_authentication 1.2.0 ruby lib Gem::Specification.new do |s| s.name = "open_id_authentication".freeze s.version = "1.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Patrick Robertson".freeze, "Michael Grosser".freeze] s.date = "2013-09-17" s.email = "michael@grosser.it".freeze s.files = [".gitignore".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "README.md".freeze, "Rakefile".freeze, "lib/open_id_authentication.rb".freeze, "lib/open_id_authentication/controller_methods.rb".freeze, "lib/open_id_authentication/middleware.rb".freeze, "lib/open_id_authentication/railtie.rb".freeze, "lib/open_id_authentication/result.rb".freeze, "lib/open_id_authentication/version.rb".freeze, "open_id_authentication.gemspec".freeze, "spec/open_id_authentication_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/grosser/open_id_authentication".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "open_id_authentication provides a thin wrapper around the excellent rack-openid gem.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.3".freeze]) end