Sha256: b2eeff731c63b742e5f072634c2ac28bb32e3c8a960853e91b08cdbd3a792ca8

Contents?: true

Size: 870 Bytes

Versions: 6

Compression:

Stored size: 870 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"
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
rubypitaya-3.12.5 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/connection_pool-2.3.0/connection_pool.gemspec
connection_pool-2.4.0 connection_pool.gemspec
rubypitaya-3.12.4 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/connection_pool-2.3.0/connection_pool.gemspec
rubypitaya-3.12.3 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/connection_pool-2.3.0/connection_pool.gemspec
rubypitaya-3.12.2 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/connection_pool-2.3.0/connection_pool.gemspec
connection_pool-2.3.0 connection_pool.gemspec