Sha256: e1b2994f1c767441445b851899312caefa2a2c0b2bd242fe183d9dcfabb0b8bf

Contents?: true

Size: 1008 Bytes

Versions: 18

Compression:

Stored size: 1008 Bytes

Contents

require "./lib/connection_pool/version"

Gem::Specification.new do |s|
  s.name = "connection_pool"
  s.version = ConnectionPool::VERSION
  s.platform = Gem::Platform::RUBY
  s.authors = ["Mike Perham", "Damian Janowski"]
  s.email = ["mperham@gmail.com", "damian@educabilia.com"]
  s.homepage = "https://github.com/mperham/connection_pool"
  s.description = s.summary = "Generic connection pool for Ruby"

  s.files = ["Changes.md", "LICENSE", "README.md", "connection_pool.gemspec",
    "lib/connection_pool.rb", "lib/connection_pool/timed_stack.rb",
    "lib/connection_pool/version.rb", "lib/connection_pool/wrapper.rb"]
  s.executables = []
  s.require_paths = ["lib"]
  s.license = "MIT"
  s.add_development_dependency "bundler"
  s.add_development_dependency "minitest", ">= 5.0.0"
  s.add_development_dependency "rake"
  s.required_ruby_version = ">= 2.5.0"

  s.metadata = {"changelog_uri" => "https://github.com/mperham/connection_pool/blob/main/Changes.md", "rubygems_mfa_required" => "true"}
end

Version data entries

18 entries across 12 versions & 7 rubygems

Version Path
direct7-0.0.18 vendor/bundle/ruby/3.0.0/gems/connection_pool-2.4.1/connection_pool.gemspec
direct7-0.0.18 vendor/bundle/ruby/2.7.0/gems/connection_pool-2.4.1/connection_pool.gemspec
direct7-0.0.17 vendor/bundle/ruby/3.0.0/gems/connection_pool-2.4.1/connection_pool.gemspec
direct7-0.0.17 vendor/bundle/ruby/2.7.0/gems/connection_pool-2.4.1/connection_pool.gemspec
direct7-0.0.16 vendor/bundle/ruby/2.7.0/gems/connection_pool-2.4.1/connection_pool.gemspec
direct7-0.0.16 vendor/bundle/ruby/3.0.0/gems/connection_pool-2.4.1/connection_pool.gemspec
rails-rfc6570-3.2.0 vendor/bundle/ruby/3.3.0/gems/connection_pool-2.4.1/connection_pool.gemspec
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/connection_pool-2.4.1/connection_pool.gemspec
katalyst-govuk-formbuilder-1.9.2 vendor/bundle/ruby/3.3.0/gems/connection_pool-2.4.1/connection_pool.gemspec
tinymce-rails-7.1.2 vendor/bundle/ruby/3.3.0/gems/connection_pool-2.4.1/connection_pool.gemspec
direct7-0.0.13 vendor/bundle/ruby/3.0.0/gems/connection_pool-2.4.1/connection_pool.gemspec
direct7-0.0.13 vendor/bundle/ruby/2.7.0/gems/connection_pool-2.4.1/connection_pool.gemspec
direct7-0.0.12 vendor/bundle/ruby/2.7.0/gems/connection_pool-2.4.1/connection_pool.gemspec
direct7-0.0.12 vendor/bundle/ruby/3.0.0/gems/connection_pool-2.4.1/connection_pool.gemspec
mlh-rubocop-config-1.0.3 vendor/bundle/ruby/3.2.0/gems/connection_pool-2.4.1/connection_pool.gemspec
direct7-0.0.11 vendor/bundle/ruby/3.0.0/gems/connection_pool-2.4.1/connection_pool.gemspec
direct7-0.0.11 vendor/bundle/ruby/2.7.0/gems/connection_pool-2.4.1/connection_pool.gemspec
connection_pool-2.4.1 connection_pool.gemspec