(maint) Removed setup parameter
Merge pull request #128 from cyberious/master
(maint) Removed setup parameter
(maint) Improve the way we generate the pem files for testing
- Add install_ca_certs for windows platforms - Install from forge instead of git - Increases ability to test across older versions of windows - No longer needs to search for ruby to generate pem files
Merge pull request #129 from cyberious/master
(maint) Remove ruby requirement for creating certs
If set append the -destkeypass optiont when importing keys to the keystore. Certain applications require password protected key entries in the keystore.
Merge pull request #130 from DavidS/implement-destkeypass-option
Implement destkeypass option
(FM-3640) Fix issue with destkeypass spec
- Was not using shared context and temp variables moved to use shared context
(MODULES-2561) resolve title properly when on windows
- Lambda expression match was not restrictive enough to match properly for windows and was splitting on second ':' and not the first, this addes a new pattern match for windows that expects a letter based path in the title i.e. 'C:\tmp'
Merge pull request #131 from cyberious/master
(MODULES-2561) resolve title properly when on windows
Merge pull request #133 from DavidS/fix-acceptance-tests
Fix acceptance tests
Merge pull request #136 from bmjen/fix-metadata
Fixes metadata.json dependencies.