Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove Trailing white space | Florian Wininger | 2021-07-01 | 1 | -6/+4 |
| | |||||
* | Fix empty line for code clarity | Florian Wininger | 2021-07-01 | 1 | -1/+0 |
| | |||||
* | RbNacl dependecy was replaced with ed25519 | Popa Marius Adrian | 2020-03-13 | 1 | -1/+1 |
| | |||||
* | Whitespace fixeswhitespace-fixes | Miklos Fazekas | 2018-03-21 | 1 | -1/+3 |
| | |||||
* | Updated rubocop | Miklos Fazekas | 2018-03-21 | 1 | -28/+30 |
| | |||||
* | Bump major version, and remove old ruby versions | Miklos Fazekas | 2018-01-02 | 1 | -1/+1 |
| | |||||
* | Replace RbNaCl dependency with ed25519 gem | Tony Arcieri | 2018-01-02 | 1 | -2/+1 |
| | | | | | | | | | | RbNaCl is a much more heavyweight dependency that is only being used for Ed25519 signatures. The ed25519 gem should install much more quickly. This change otherwise preserves ed25519 being used as an optional dependency and generally tries to keep as much as possible the same. | ||||
* | Fixes nil when error is not a Gem::LoadError, and handle LoadError | Jonathan Chapman | 2017-01-18 | 1 | -1/+1 |
| | |||||
* | Allow rbnacl 4 and better description on what to install | Miklos Fazekas | 2017-01-01 | 1 | -3/+13 |
| | |||||
* | Fixed raiseUnlessLoaded undefined ERROR issue | Miklos Fazekas | 2016-08-08 | 1 | -1/+1 |
| | |||||
* | Raise better errors if ED25519 support is not available | Miklos Fazekas | 2016-07-19 | 1 | -0/+21 |