# -*- encoding: utf-8 -*- # stub: capcoauth 0.2.2 ruby lib Gem::Specification.new do |s| s.name = "capcoauth".freeze s.version = "0.2.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 = ["Adam Robertson".freeze] s.date = "2016-09-02" s.description = "capcoauth-gem is a library to integrate Rails applications with Capcoauth authentication service".freeze s.email = ["adam.robertson@capco.com".freeze] s.files = [".gitignore".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/controllers/capcoauth/application_controller.rb".freeze, "app/controllers/capcoauth/callback_controller.rb".freeze, "app/controllers/capcoauth/login_controller.rb".freeze, "app/controllers/capcoauth/logout_controller.rb".freeze, "capcoauth.gemspec".freeze, "lib/capcoauth.rb".freeze, "lib/capcoauth/config.rb".freeze, "lib/capcoauth/engine.rb".freeze, "lib/capcoauth/helpers/controller.rb".freeze, "lib/capcoauth/notifications.rb".freeze, "lib/capcoauth/oauth/access_token.rb".freeze, "lib/capcoauth/oauth/token_verifier.rb".freeze, "lib/capcoauth/oauth/ttl_cache.rb".freeze, "lib/capcoauth/rails/helpers.rb".freeze, "lib/capcoauth/rails/routes.rb".freeze, "lib/capcoauth/rails/routes/mapper.rb".freeze, "lib/capcoauth/rails/routes/mapping.rb".freeze, "lib/capcoauth/version.rb".freeze, "lib/generators/capcoauth/install_generator.rb".freeze, "lib/generators/capcoauth/templates/README".freeze, "lib/generators/capcoauth/templates/initializer.rb".freeze] s.homepage = "https://github.com/arcreative/capcoauth-gem".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Integration with Capcoauth authentication service".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 4.2".freeze, "< 6.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.13".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.5".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.4".freeze]) end