virgil-crypto 2.0.6r4 → 2.0.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +7 -15
- data/lib/virgil/crypto/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 83288ca941ac611c8948c6f3370c710a2ebf52fc
|
4
|
+
data.tar.gz: 8656d602982e5e69a1ad1bb994fde22d34f55dea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2b1a4910fe30fd099783d85ccc83af46db25a9477559069b9de9a2bbc7cfa93f3ddf6cb3559a60eacd9ff97ee38ae015d4265a0822c64d8a110ca71eb316a061
|
7
|
+
data.tar.gz: 496d9db1131ee5f6a799c9b6997a732d916b5d2593efe15a470d6d852388a23d7a45b3bdf97f2c3739d366cdaa8c534b48d2d666881f67ca23440a727d3ec38e
|
data/README.md
CHANGED
@@ -1,19 +1,8 @@
|
|
1
1
|
# Virgil Crypto Library wrapper
|
2
2
|
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
Currently we don't provide binary gems, so you will need to build the
|
8
|
-
native extension for gem.
|
9
|
-
|
10
|
-
Install build dependencies.
|
11
|
-
|
12
|
-
https://github.com/VirgilSecurity/virgil-crypto/#build-prerequisites
|
13
|
-
|
14
|
-
### Gem installation
|
15
|
-
|
16
|
-
To install latest gem version run:
|
3
|
+
This gem implements Ruby wrapper for [Virgil Crypto](https://github.com/VirgilSecurity/virgil-crypto).
|
4
|
+
# Installation and usage
|
5
|
+
To install the latest gem version run:
|
17
6
|
|
18
7
|
```
|
19
8
|
gem install virgil-crypto --pre
|
@@ -22,7 +11,7 @@ gem install virgil-crypto --pre
|
|
22
11
|
or add the following line to your Gemfile:
|
23
12
|
|
24
13
|
```
|
25
|
-
gem 'virgil-crypto', '~> 2.0.
|
14
|
+
gem 'virgil-crypto', '~> 2.0.7'
|
26
15
|
```
|
27
16
|
|
28
17
|
and then run
|
@@ -30,3 +19,6 @@ and then run
|
|
30
19
|
```
|
31
20
|
bundle
|
32
21
|
```
|
22
|
+
|
23
|
+
# Usage
|
24
|
+
Use this crypto with [Virgil SDK](https://github.com/VirgilSecurity/virgil-sdk-ruby) that will provide you to create an secure application using Virgil Security services.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: virgil-crypto
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dmitriy Dudkin
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2017-03-
|
12
|
+
date: 2017-03-07 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -973,12 +973,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
973
973
|
version: 2.1.10
|
974
974
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
975
975
|
requirements:
|
976
|
-
- - "
|
976
|
+
- - ">="
|
977
977
|
- !ruby/object:Gem::Version
|
978
|
-
version:
|
978
|
+
version: '0'
|
979
979
|
requirements: []
|
980
980
|
rubyforge_project:
|
981
|
-
rubygems_version: 2.
|
981
|
+
rubygems_version: 2.6.8
|
982
982
|
signing_key:
|
983
983
|
specification_version: 4
|
984
984
|
summary: Virgil Crypto library wrapper
|