Source: ruby-heroku-deflater
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Samyak Jain <samyak.jn11@gmail.com>
Build-Depends: debhelper (>= 11~),
               gem2deb,
               rails,
               rake,
               ruby-rack (>= 1.4.5),
               ruby-rspec
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-heroku-deflater.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-heroku-deflater
Homepage: https://github.com/romanbsd/heroku-deflater
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-heroku-deflater
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-rack (>= 1.4.5),
         ${misc:Depends},
Description: Enable gzip compression on heroku, but don't compress images
 A simple rack middleware, enabling compression of your assets and application
 in responses on Heroku. It saves CPU cycles on pointless compression of images
 and binary responses.
 .
 It also includes code from https://github.com/mattolson/heroku_rails_deflate.
 .
 Before serving a file from disk to a gzip-enabled client, it will look for a
 precompressed file in the same location that ends in ".gz". The purpose is to
 avoid compressing the same file each time it is requested.
