easy-crypto 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +2 -2
- data/Gemfile.lock +18 -16
- data/lib/easycrypto/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 875e4cd1a90c091017a032229b07dd267f9a373c7b8eaaec513006c32d166a89
|
4
|
+
data.tar.gz: 6bb5b0d2ea5abc2ef28c72729a048dcc159c27a7b8595845eb9a24303b064771
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2579314379dbe9db3b07762b4e9032271d3d41d037890bab738f909c836f796b42aeba9895355d3d0ba01d31148fd3da201b4f02a8239343619c767033a2409b
|
7
|
+
data.tar.gz: 44fe58636c58abbc931d35035a5c0bbcc6257f61b6c4bffdfe819e8eaa8e1708222ad4edf9ae77b3006632795b7581a5e9c5e65fc888d6d22c4b24583255c01d
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,28 +1,30 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
easy-crypto (0.2.
|
4
|
+
easy-crypto (0.2.2)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: https://rubygems.org/
|
8
8
|
specs:
|
9
9
|
diff-lcs (1.3)
|
10
|
+
ipaddr (1.2.2)
|
10
11
|
jruby-openssl (0.10.2-java)
|
11
12
|
openssl (2.1.2)
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
rspec-
|
16
|
-
rspec-
|
17
|
-
|
18
|
-
|
19
|
-
|
13
|
+
ipaddr
|
14
|
+
rake (12.3.3)
|
15
|
+
rspec (3.9.0)
|
16
|
+
rspec-core (~> 3.9.0)
|
17
|
+
rspec-expectations (~> 3.9.0)
|
18
|
+
rspec-mocks (~> 3.9.0)
|
19
|
+
rspec-core (3.9.1)
|
20
|
+
rspec-support (~> 3.9.1)
|
21
|
+
rspec-expectations (3.9.0)
|
20
22
|
diff-lcs (>= 1.2.0, < 2.0)
|
21
|
-
rspec-support (~> 3.
|
22
|
-
rspec-mocks (3.
|
23
|
+
rspec-support (~> 3.9.0)
|
24
|
+
rspec-mocks (3.9.1)
|
23
25
|
diff-lcs (>= 1.2.0, < 2.0)
|
24
|
-
rspec-support (~> 3.
|
25
|
-
rspec-support (3.
|
26
|
+
rspec-support (~> 3.9.0)
|
27
|
+
rspec-support (3.9.2)
|
26
28
|
|
27
29
|
PLATFORMS
|
28
30
|
java
|
@@ -31,10 +33,10 @@ PLATFORMS
|
|
31
33
|
DEPENDENCIES
|
32
34
|
bundler (~> 1.16)
|
33
35
|
easy-crypto!
|
34
|
-
jruby-openssl (~> 0.9
|
35
|
-
openssl (~> 2.1.
|
36
|
+
jruby-openssl (~> 0.9)
|
37
|
+
openssl (~> 2.1.2)
|
36
38
|
rake (~> 12.3)
|
37
39
|
rspec (~> 3.0)
|
38
40
|
|
39
41
|
BUNDLED WITH
|
40
|
-
1.
|
42
|
+
1.17.3
|
data/lib/easycrypto/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: easy-crypto
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Emarsys Security
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-01-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -93,7 +93,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
93
93
|
- !ruby/object:Gem::Version
|
94
94
|
version: '0'
|
95
95
|
requirements: []
|
96
|
-
|
96
|
+
rubyforge_project:
|
97
|
+
rubygems_version: 2.7.7
|
97
98
|
signing_key:
|
98
99
|
specification_version: 4
|
99
100
|
summary: Provides simple wrappers around openssl crypto implementation.
|