# -*- encoding: utf-8 -*- # stub: adp-connection 0.1.5 ruby lib Gem::Specification.new do |s| s.name = "adp-connection".freeze s.version = "0.1.5".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "allowed_push_host" => "https://rubygems.org" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["ADP Marketplace".freeze] s.bindir = "exe".freeze s.date = "2018-03-22" s.description = "The ADP Client Connection Library is intended to simplify and aid the process of authenticating, authorizing and connecting to the ADP Marketplace API Gateway. The Library includes a sample application that can be run out-of-the-box to connect to the ADP Marketplace API **test** gateway.".freeze s.email = ["richard.smith@adp.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "adp-connection.gemspec".freeze, "bin/console".freeze, "bin/setup".freeze, "democlient/.gitignore".freeze, "democlient/Gemfile".freeze, "democlient/LICENSE".freeze, "democlient/README.md".freeze, "democlient/Rakefile".freeze, "democlient/adp_connection_ruby.rb".freeze, "democlient/config.ru".freeze, "democlient/config/authorizationcode_config.yml".freeze, "democlient/config/certs/apiclient_iat.key".freeze, "democlient/config/certs/apiclient_iat.pem".freeze, "democlient/config/certs/apiclient_iat.pfx".freeze, "democlient/config/certs/apiclient_iat_chain.der".freeze, "democlient/config/certs/apiclient_iat_chain.pem".freeze, "democlient/config/clientcredential_config.yml".freeze, "democlient/public/favicon.ico".freeze, "democlient/public/images/.gitkeep".freeze, "democlient/public/images/ADP_logo_tagline.png".freeze, "democlient/public/images/busy.gif".freeze, "democlient/public/images/hazel_icon.png".freeze, "democlient/public/images/hazel_small.png".freeze, "democlient/public/javascripts/.gitkeep".freeze, "democlient/public/stylesheets/.gitkeep".freeze, "democlient/public/stylesheets/main.css".freeze, "democlient/spec/adp_connection_ruby_spec.rb".freeze, "democlient/spec/spec_helper.rb".freeze, "democlient/views/authorization_code.erb".freeze, "democlient/views/client_credentials.erb".freeze, "democlient/views/layout.erb".freeze, "democlient/views/welcome.erb".freeze, "lib/adp/Product/.gitkeep".freeze, "lib/adp/Product/dto/.gitkeep".freeze, "lib/adp/access_token.rb".freeze, "lib/adp/api_connection.rb".freeze, "lib/adp/api_connection_factory.rb".freeze, "lib/adp/authorization_code_configuration.rb".freeze, "lib/adp/authorization_code_connection.rb".freeze, "lib/adp/client_credential_configuration.rb".freeze, "lib/adp/client_credential_connection.rb".freeze, "lib/adp/connection.rb".freeze, "lib/adp/connection/version.rb".freeze, "lib/adp/connection_configuration.rb".freeze, "lib/adp/connection_exception.rb".freeze] s.homepage = "https://github.com/adplabs/adp-connection-ruby".freeze s.licenses = ["Apache-2.0".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A library for Ruby that help applications connect to the ADP API Gateway.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.8".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.11".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) end