Simplify rubygems version handling
- 30 Sep, 2021 5 commits
-
-
Léo-Paul Géneau authored
- import UserError from zc.buildout for shorter usage - use Recipe(...).install() one-liner when recipe varible is uncessary
cf95df81 -
Léo-Paul Géneau authored
No more hardcoded/meaningless/old version number in the path.
cb8165cb -
Léo-Paul Géneau authored
This will avoid bugs if one day major version becomes greater than 9.
905b5dc7 -
Léo-Paul Géneau authored
Check url and version options are not both in options
724c6872 -
Léo-Paul Géneau authored
This makes install() idempotent as it should be. And by default, the user expects recipes to do their best to undo any partial change on error.
80d56118
-