Sha256: a694d5a0fe114d578278f55df020016be133a7da2b5ddcf8fba160dd9ffbf537

Contents?: true

Size: 1.04 KB

Versions: 1

Compression:

Stored size: 1.04 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'disable_connection_pooling/version'

Gem::Specification.new do |spec|
  spec.name          = 'disable_connection_pooling'
  spec.version       = DisableConnectionPooling::VERSION
  spec.authors       = ['Genki Sugawara']
  spec.email         = ['sgwr_dts@yahoo.co.jp']
  spec.description   = %q{Disable the connection pooling of Rails}
  spec.summary       = %q{Disable the connection pooling of Rails}
  spec.homepage      = 'https://bitbucket.org/winebarrel/disable_connection_pooling'
  spec.license       = 'MIT'

  spec.files         = `git ls-files`.split($/)
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ['lib']

  spec.add_development_dependency 'bundler', '~> 1.3'
  spec.add_development_dependency 'rake'
  spec.add_development_dependency 'rspec', '>= 2.11.0'
  spec.add_development_dependency 'mysql2'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
disable_connection_pooling-0.1.0 disable_connection_pooling.gemspec