virgil-crypto 2.0.7 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/ext/rakefile.rb +1 -1
- data/lib/virgil/crypto/version.rb +1 -1
- data/lib/virgil/native_crypto.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 76dfbf8ec05def5cf99c1d0d3cdeff6d735e0b74
|
|
4
|
+
data.tar.gz: 6bb0ecff0cb0637a2a8b9c92caa05ab23ae04e22
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6cddaf4198f1a7b9a4a3799a8d8da6f7cd402960b030d1de8284a2673ad6ac054553906215793b3911d42da4486bfb33915cafee0acab94be1292d5c47310446
|
|
7
|
+
data.tar.gz: acf597c47fe36937b96eba80a1ea37b9affda2f71124410e792e11b4573482e1104099fa6e3446d5c492b2a8135b5ddfcb8c82a5ccabeee639106a05564486c0
|
data/README.md
CHANGED
|
@@ -5,13 +5,13 @@ This gem implements Ruby wrapper for [Virgil Crypto](https://github.com/VirgilSe
|
|
|
5
5
|
To install the latest gem version run:
|
|
6
6
|
|
|
7
7
|
```
|
|
8
|
-
gem install virgil-crypto
|
|
8
|
+
gem install virgil-crypto
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
or add the following line to your Gemfile:
|
|
12
12
|
|
|
13
13
|
```
|
|
14
|
-
gem 'virgil-crypto', '~> 2.0
|
|
14
|
+
gem 'virgil-crypto', '~> 2.1.0'
|
|
15
15
|
```
|
|
16
16
|
|
|
17
17
|
and then run
|
data/ext/rakefile.rb
CHANGED
|
@@ -16,7 +16,7 @@ task :default do
|
|
|
16
16
|
NativeCrypto.load_library
|
|
17
17
|
raise "Native library wasn't loaded" unless File.exists?(File.join(INSTALL_DIR, "virgil_crypto_ruby.#{ext}"))
|
|
18
18
|
rescue
|
|
19
|
-
|
|
19
|
+
puts "Building Native library..."
|
|
20
20
|
SCRIPT_DIR = File.expand_path('../', __FILE__)
|
|
21
21
|
SRC_DIR = File.join(SCRIPT_DIR, 'native/src')
|
|
22
22
|
CURRENT_DIR = Dir.pwd
|
data/lib/virgil/native_crypto.rb
CHANGED
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.1.0
|
|
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-15 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|