Source: ruby-spring-watcher-listen
Section: ruby
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@disroot.org>,
           Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 12),
               gem2deb,
               rake,
               ruby-activesupport,
               ruby-listen,
               ruby-listen (<< 4.0),
               ruby-spring (>= 4.0)
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-spring-watcher-listen.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-spring-watcher-listen
Homepage: https://github.com/jonleighton/spring-watcher-listen
Testsuite: autopkgtest-pkg-ruby

Package: ruby-spring-watcher-listen
Architecture: all
Depends: ${ruby:Depends},
         ${misc:Depends},
         ${shlibs:Depends}
Description: Makes spring watch files using the listen library
 This library makes Spring watch the filesystem for changes using Listen rather
 than by polling the filesystem.
 .
 On larger projects this means spring will be more responsive, more accurate
 and use less cpu on local filesystems.
 .
 NFS, shared VM folders and user file systems will still need polling.
