Commit Graph

74 Commits (6f4aaecb6ac8369c1c7da265e71abe27b2c303ba)

Author SHA1 Message Date
Brian Coca 1623fba07c Merge pull request #1315 from yuppie-flu/latest_as_version_default_value
maven_artifact: Set latest as version argument default value
9 years ago
Brian Coca 0f5faf976a updated version version_added to 2.1 9 years ago
Brian Coca feb25f0eda Merge pull request #1306 from pileofrogs/cpanm
added option to specify module version
9 years ago
Brian Coca 0415ac5cc3 Merge pull request #526 from msvab/devel
maven_artifact: ensure latest snapshot of certain version is getting downloaded
9 years ago
Kirill Kozlov 201be81aad Set latest as version argument default value 9 years ago
Dylan Martin b0298ba4f1 added version option 9 years ago
Brian Coca 7d8dd6e210 Merge pull request #446 from xiaclo/patch-1
Allow NPM to update packages
9 years ago
Kirill Kozlov b1e0e7eae0 Fix broken examples in docs 9 years ago
Toshio Kuratomi 378bde8729 Merge pull request #1134 from ramunasd/composer_arguments
composer arguments
9 years ago
Brian Coca ed1cf0ecc2 corrected extension in module spec
fixes #1190
9 years ago
Ramunas Dronga a0965ff934 fixed composer usage example 9 years ago
Ramunas Dronga 83c0bfbe3f added constraint for space in composer command 9 years ago
Ramunas d5673f6eb4 removed check for empty composer response 9 years ago
Brian Coca 08d89bca9c fixed missed passing use-sudo 9 years ago
Ramunas Dronga 1b7496f8dc added version info for params 'arguments' 9 years ago
Ramunas Dronga 92dc7cd65c allow specify arguments for composer 9 years ago
Brian Coca 5eff47c6f1 changed use_sudo to system_lib (kept alias) and expanded description to explain how it works 9 years ago
Brian Coca e768a98bf3 Merge pull request #1017 from milad-soufastai/devel
Adding the --sudo flag for CPANM use since the sudo: yes on the task …
9 years ago
Greg DeKoenigsberg d9b801a4c2 Merge pull request #965 from resmo/fix/composer
composer: implemented smarter arguments per command handling
9 years ago
Milad Soufastai b5207d0fc6 Updating Description to provide better explanation of what the use_sudo flag does 9 years ago
Milad Soufastai 8989212fd2 Adding the --sudo flag for CPANM use since the sudo: yes on the task doesn't work 9 years ago
Gerard Lynch 30b676478b fix param description rst syntax 9 years ago
Rene Moser 384eaba766 composer: smarter arguments handling
To get all available options in json for each command, `composer help <command> --format=json` can be used. This allows us to simply parse the output and dynamically find out if an option is available. Neat!
9 years ago
Rene Moser 7fdfa01615 composer: rename composer_install to composer_command 9 years ago
Rene Moser 0b0cc7b049 composer: simplify has_changed() 9 years ago
Brian Coca 5e45d9dffb added version_added to new feature 9 years ago
Brian Coca b235b171ad Merge pull request #722 from carljm/bower-production
Add 'production' option to bower module.
9 years ago
Brian Coca 5cd0a28f9f Merge pull request #850 from andskli/cpanm-addopt-installdeps
cpanm: add installdeps option
9 years ago
Andreas Skarmutsos Lindh 107510385c quoted version_added 9 years ago
Andreas Skarmutsos Lindh 6a37c1b72f add version_added 9 years ago
Andreas Skarmutsos Lindh 2ca201feaa cpanm: add installdeps option 9 years ago
sirkubax df235b4d92 QuickFix of issue 813 9 years ago
Brian Coca dcd2f441b5 Merge pull request #715 from makmanalp/devel
Fixes issues where keys missing from bower output
9 years ago
Michael Scherer c089ab0dd8 Move examples to EXAMPLES variable
Partially fix #507
9 years ago
Toshio Kuratomi b9b42411f1 Port maven_artifact to fetch_url 9 years ago
Carl Meyer ef1199a038 Add 'production' option to bower module. 9 years ago
Mehmet Ali "Mali" Akmanalp f82a363a33 Fixes issues where keys missing from bower output
Fixes #495
9 years ago
Toshio Kuratomi ff2386faf4 Tabs to spaces
Fixes #666
9 years ago
Toshio Kuratomi 5605c4d7b5 Add author github ID 9 years ago
Toshio Kuratomi 0f9ade7fe3 Fix bundler documentation 9 years ago
Tim Hoiberg 1d48c9658a Fixing typo 9 years ago
Tim Hoiberg 9a1918c628 Adding module to manage Ruby Gem dependencies via Bundler 9 years ago
Greg DeKoenigsberg 004dedba8a Changes to author formatting, remove emails 9 years ago
jonathan.lestrelin 2e6a16fbc7 Fix unused import and variable and correct documentation 9 years ago
jonathan.lestrelin 653ce424e0 Add pear packaging module to manage PHP PEAR an PECL packages 9 years ago
Roman Vyakhirev 5bfe8f2a44 bower module. Non-interactive mode and allow-root moved to _exec, they should affect all commands 9 years ago
Roman Vyakhirev 4475676866 composer module. ignore_platform_reqs option added. 9 years ago
NewGyu 02258902f9 fix cannot download SNAPSHOT version 9 years ago
QuantumGhost 4ff9a68a4b Use expanduser to deal with path in bower module
So bower module can correctly handle path containing `~`
9 years ago
Michal Svab f9be73f4a1 maven_artifact: check whether snapshot is the latest snapshot 9 years ago