| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-12-30 | gpg: move to compat. | Mike McQuaid | |
| 2017-12-29 | formula: require gpg and make it a module. | Mike McQuaid | |
| 2017-12-23 | gpg: cleanup and simplify. | Mike McQuaid | |
| 2017-10-22 | gpg: make executable a function, not a constant | Dominyk Tiller | |
| It's a lot nicer to call `Gpg.executable` rather than `Gpg::GPG_EXECUTABLE` externally. Also squash some logic. | |||
| 2017-10-18 | Use “squiggly” heredocs. | Markus Reiter | |
| 2017-09-01 | gpg: create unified test helper | Dominyk Tiller | |
| 2017-09-01 | gpg: test usability tweaks | Dominyk Tiller | |
| 2017-09-01 | gpg: be less strict on newer versions | Dominyk Tiller | |
| 2017-08-14 | gpg: prevent pinentry from launching when creating test key | JCount | |
| this is accomplished by setting an empty password in the gnupg batch input file | |||
| 2017-08-09 | gpg: flip search priority order | Dominyk Tiller | |
| Makes more sense this way around now Homebrew has migrated across to 2.1.x & the latest version of that doesn't install as `gpg2` any more. Doesn't need to be merged before this PR but for the sake of referencing the PR introducing the upstream death of the `gpg2` symlink is: https://github.com/Homebrew/homebrew-core/pull/16580 | |||
| 2017-04-08 | gpg: add version method to retrieve current version in path | JCount | |
| 2017-03-15 | gpg: add the 2.1.x series as a recognized GnuPG version | JCount | |
| 2016-08-12 | gpg: simplify available check | Dominyk Tiller | |
| which_all already runs some checks to see if the file is a file & is executable. Our usage here inside `self.available?` is mostly a smoke test. Closes #676. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com> | |||
| 2016-08-12 | gpg: combine detection logic | Dominyk Tiller | |
| 2016-08-12 | gpg: add initial bare-bones wrapper | Dominyk Tiller | |
