Package ruby-bundler: Information

    Source package: ruby-bundler
    Version: 1.16.2-alt2.M80P.1
    Build time:  Oct 29, 2018, 08:08 PM in the task #210524
    Category: Development/Ruby
    Report package bug
    License: MIT/Ruby
    Summary: Manage your Ruby application's gem dependencies
    Description: 
    Bundler makes sure Ruby applications run the same code on every machine.
    It does this by managing the gems that the application depends on. Given
    a list of gems, it can automatically download and install those gems, as
    well as any other gems needed by the gems that are listed. Before
    installing gems, it checks the versions of every gem to make sure that
    they are compatible, and can all be loaded at the same time. After the
    gems have been installed, Bundler can help you update some or all of
    them when new versions become available. Finally, it records the exact
    versions that have been installed, so that others can install the exact
    same gems.

    List of rpms provided by this srpm:
    ruby-bundler (noarch)
    ruby-bundler-doc (noarch)


    List of contributors:
    Andrey Cherepanov

      1. ruby-tool-setup
      2. groff-base
      3. ronn
      4. rpm-build-ruby

    Last changed


    July 19, 2018 Andrey Cherepanov 1.16.2-alt2.M80P.1
    - Backport new version to p8 branch.
    July 6, 2018 Andrey Cherepanov 1.16.2-alt3
    - Fix gemspec name.
    July 4, 2018 Andrey Cherepanov 1.16.2-alt2
    - Clarify ignored modules.
    - Use common way to package as gem.