Source: bundler
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Antonio Terceiro <terceiro@debian.org>,
           Scott Leggett <scott@sl.id.au>
Build-Depends: debhelper (>= 11~),
               gem2deb,
               rake,
               ronn,
               ruby-rspec,
               ruby-thor (>= 0.19.4~)
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/ruby-team/bundler.git
Vcs-Browser: https://salsa.debian.org/ruby-team/bundler
Homepage: https://bundler.io
XS-Ruby-Versions: all

Package: ruby-bundler
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-molinillo (>= 0.6~),
         ruby-net-http-persistent (>= 2.7-1),
         ruby-thor (>= 0.19.4~),
         rubygems-integration,
         ${misc:Depends},
         ${shlibs:Depends}
Breaks: bundler (<< 1.11.2-1~)
Replaces: bundler (<< 1.11.2-1~)
Description: Manage Ruby application dependencies (runtime)
 Bundler manages a Ruby application's dependencies through its entire
 life, across many machines, systematically and repeatably.
 .
 This package must be used as dependency for checking application dependencies
 at runtime.

Package: bundler
Architecture: all
Depends: ruby-bundler (= ${source:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Recommends: build-essential,
            less,
            ruby-dev,
            sudo
Description: Manage Ruby application dependencies
 Bundler manages a Ruby application's dependencies through its entire
 life, across many machines, systematically and repeatably.
 .
 This is a dependency package which depends on a full Ruby development
 environment, it is targeted at application developers.
