community.general/lib/ansible/modules/packaging/language
David Moreau Simard 828e33f419 Do not consider an empty version string as a version (#41044)
When using an empty string as the version argument, the module would
before attempt to run something akin to:

    pip install module==""

This changes the behavior to:

    pip install module

Fixes #41043
2018-06-06 09:52:43 +02:00
..
__init__.py
bower.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
bundler.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
composer.py composer: add new autoloader options (#40439) 2018-06-06 08:34:53 +02:00
cpanm.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
easy_install.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
gem.py Add the ability to specify an install_dir to the gem module (#38195) 2018-05-21 09:55:43 -04:00
maven_artifact.py Fix for #40782 (#40783) 2018-05-29 05:04:25 -04:00
npm.py More validate module fixes (#39097) 2018-04-24 18:05:50 +01:00
pear.py Convert more http links to https. 2018-04-25 23:12:46 -07:00
pip.py Do not consider an empty version string as a version (#41044) 2018-06-06 09:52:43 +02:00
yarn.py Add Yarn module (#19026) 2018-04-18 08:19:38 -05:00