Sha256: f80965b8582e219dc821932a9217909aff1f6beb57e7bccdd27b85243df35c68
Contents?: true
Size: 1.15 KB
Versions: 1
Compression:
Stored size: 1.15 KB
Contents
Gem::Specification.new do |s| s.name = %q{unicorn-lb-patch} s.version = '4.3.1.11.g21b8.dirty' s.authors = ['David Guthu', "Unicorn Hackers"] s.summary = 'Unicorn, but with patch for h12 timeouts on heroku - thanks eric wong' s.date = Time.now.utc.strftime('%Y-%m-%d') s.description = 'Unicorn, but with patch for h12 timeouts on heroku' s.email = %q{davidguthu@gmail.com} s.executables = %w(unicorn unicorn_rails) s.extensions = %w(ext/unicorn_http/extconf.rb) s.files = `git ls-files`.split($\) s.homepage = 'https://github.com/davidguthu/unicorn-lb-patch' s.test_files = Dir.glob('{test,t}/**/*') # for people that are absolutely stuck on Rails 2.3.2 and can't # up/downgrade to any other version, the Rack dependency may be # commented out. Nevertheless, upgrading to Rails 2.3.4 or later is # *strongly* recommended for security reasons. s.add_dependency(%q<rack>) s.add_dependency(%q<kgio>, '~> 2.6') s.add_dependency(%q<raindrops>, '~> 0.7') s.add_development_dependency('isolate', '~> 3.2') s.add_development_dependency('wrongdoc', '~> 1.6.1') # s.licenses = %w(GPLv2 Ruby) # licenses= method is not in older RubyGems end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
unicorn-lb-patch-4.3.1.11.g21b8.dirty | unicorn-lb-patch.gemspec |