Sha256: be9c084f62432f35127d5d1fc002062bbeb866a8672750b18b4531d95adcf5cb

Contents?: true

Size: 823 Bytes

Versions: 25

Compression:

Stored size: 823 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 = `git ls-files`.split("\n")
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
  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.2.0"
end

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
logstash-output-scalyr-0.2.1.beta vendor/bundle/jruby/2.5.0/gems/connection_pool-2.2.5/connection_pool.gemspec
logstash-output-scalyr-0.2.0 vendor/bundle/jruby/2.5.0/gems/connection_pool-2.2.5/connection_pool.gemspec
logstash-output-scalyr-0.2.0.beta vendor/bundle/jruby/2.5.0/gems/connection_pool-2.2.5/connection_pool.gemspec
logstash-output-scalyr-0.1.26.beta vendor/bundle/jruby/2.5.0/gems/connection_pool-2.2.5/connection_pool.gemspec
logstash-output-scalyr-0.1.25.beta vendor/bundle/jruby/2.5.0/gems/connection_pool-2.2.5/connection_pool.gemspec
logstash-output-scalyr-0.1.24.beta vendor/bundle/jruby/2.5.0/gems/connection_pool-2.2.5/connection_pool.gemspec
logstash-output-scalyr-0.1.23.beta vendor/bundle/jruby/2.5.0/gems/connection_pool-2.2.5/connection_pool.gemspec
logstash-output-scalyr-0.1.22.beta vendor/bundle/jruby/2.5.0/gems/connection_pool-2.2.5/connection_pool.gemspec
logstash-output-scalyr-0.1.21.beta vendor/bundle/jruby/2.5.0/gems/connection_pool-2.2.5/connection_pool.gemspec
logstash-output-scalyr-0.1.20.beta vendor/bundle/jruby/2.5.0/gems/connection_pool-2.2.5/connection_pool.gemspec
logstash-output-scalyr-0.1.19.beta vendor/bundle/jruby/2.5.0/gems/connection_pool-2.2.5/connection_pool.gemspec
logstash-output-scalyr-0.1.18.beta vendor/bundle/jruby/2.5.0/gems/connection_pool-2.2.5/connection_pool.gemspec
logstash-output-scalyr-0.1.17.beta vendor/bundle/jruby/2.5.0/gems/connection_pool-2.2.5/connection_pool.gemspec
logstash-output-scalyr-0.1.16.beta vendor/bundle/jruby/2.5.0/gems/connection_pool-2.2.5/connection_pool.gemspec
logstash-output-scalyr-0.1.15.beta vendor/bundle/jruby/2.5.0/gems/connection_pool-2.2.5/connection_pool.gemspec
logstash-output-scalyr-0.1.14.beta vendor/bundle/jruby/2.5.0/gems/connection_pool-2.2.5/connection_pool.gemspec
logstash-output-scalyr-0.1.13 vendor/bundle/jruby/2.5.0/gems/connection_pool-2.2.5/connection_pool.gemspec
logstash-output-scalyr-0.1.12 vendor/bundle/jruby/2.5.0/gems/connection_pool-2.2.5/connection_pool.gemspec
logstash-output-scalyr-0.1.11.beta vendor/bundle/jruby/2.5.0/gems/connection_pool-2.2.5/connection_pool.gemspec
logstash-output-scalyr-0.1.10.beta vendor/bundle/jruby/2.5.0/gems/connection_pool-2.2.5/connection_pool.gemspec