Skip to content
This repository has been archived by the owner on Jul 10, 2022. It is now read-only.

Fix manifest generation with complex versions #32

Commits on Apr 10, 2014

  1. Add minitest dependency.

    crohr committed Apr 10, 2014
    Configuration menu
    Copy the full SHA
    3137754 View commit details
    Browse the repository at this point in the history
  2. Add rake dependency.

    crohr committed Apr 10, 2014
    Configuration menu
    Copy the full SHA
    f7b20b8 View commit details
    Browse the repository at this point in the history
  3. Make sure packages are preserved based on their full version.

    Until now, a package was removed (even with preserve_versions set to true) when its version component and name was the same as another package.
    Instead, it should compare the full versions of the package (i.e. epoch, version, and iteration must be the same, not only the version).
    
    Also added tests for the changes.
    crohr committed Apr 10, 2014
    Configuration menu
    Copy the full SHA
    0b36500 View commit details
    Browse the repository at this point in the history