Sha256: 9089c64a6720ec19c5afe793407ba3e374a7cacf740796bc3c40947c99443421
Contents?: true
Size: 490 Bytes
Versions: 5
Compression:
Stored size: 490 Bytes
Contents
# Virgil Crypto Library wrapper ## Installation ### Installing prerequisites Currently we don't provide binary gems, so you will need to build the native extension for gem. Install build dependencies. https://github.com/VirgilSecurity/virgil-crypto/#build-prerequisites ### Gem installation To install latest gem version run: ``` gem install virgil-crypto --pre ``` or add the following line to your Gemfile: ``` gem 'virgil-crypto', '~> 2.0.0b' ``` and then run ``` bundle ```
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
virgil-crypto-2.0.6r4 | README.md |
virgil-crypto-2.0.6r3 | README.md |
virgil-crypto-2.0.6r2 | README.md |
virgil-crypto-2.0.6r1 | README.md |
virgil-crypto-2.0.2b2 | README.md |