Sha256: cf66c2bfc14c8b461d00cd0bb65b6f9a22f0fda676890bc4856e0d1679a4c780

Contents?: true

Size: 851 Bytes

Versions: 15

Compression:

Stored size: 851 Bytes

Contents

# -*- encoding: utf-8 -*-
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 = %q{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'
end

Version data entries

15 entries across 15 versions & 4 rubygems

Version Path
logstash-output-scalyr-0.1.5 vendor/bundle/jruby/2.5.0/gems/connection_pool-2.2.2/connection_pool.gemspec
logstash-output-scalyr-0.1.4 vendor/bundle/jruby/2.5.0/gems/connection_pool-2.2.2/connection_pool.gemspec
logstash-output-scalyr-0.1.3 vendor/bundle/jruby/2.5.0/gems/connection_pool-2.2.2/connection_pool.gemspec
logstash-output-scalyr-0.1.2 vendor/bundle/jruby/2.5.0/gems/connection_pool-2.2.2/connection_pool.gemspec
husc-0.2.1 vendor/bundle/gems/connection_pool-2.2.2/connection_pool.gemspec
husc-0.2.0 vendor/bundle/gems/connection_pool-2.2.2/connection_pool.gemspec
husc-0.1.1 vendor/bundle/gems/connection_pool-2.2.2/connection_pool.gemspec
husc-0.1.0 vendor/bundle/gems/connection_pool-2.2.2/connection_pool.gemspec
connection_pool-2.2.2 connection_pool.gemspec
connection_pool-2.2.1 connection_pool.gemspec
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/connection_pool-2.2.0/connection_pool.gemspec
connection_pool-2.2.0 connection_pool.gemspec
connection_pool-2.1.3 connection_pool.gemspec
connection_pool-2.1.2 connection_pool.gemspec
connection_pool-2.1.1 connection_pool.gemspec