crypto-toolbox 0.0.8 → 0.0.9
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
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6ebbbf499bc1a6995528e78213c05e6759fe5fc0
|
|
4
|
+
data.tar.gz: 7d82492fd355fbcd89fe9d36c484c27ffce078e1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b9565ca59c2857a1ee12d771f1e7003a1b0654707b6dd8c7586083dee52e8e740d450bfb55a496c4ff62166642e5e32d1d390adb4d1f975a25f47df7701452d0
|
|
7
|
+
data.tar.gz: 9aecc7a4482ccf68f9ffa630998260eab13990bd9e4ac3bce6302f01e7aec1a04895939a60a77b84aa8dda62e410fbc170bf2dfe5412b3c508c966b5a2ecbcbd
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: crypto-toolbox
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dennis Sivia
|
|
@@ -38,8 +38,8 @@ dependencies:
|
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '0.3'
|
|
41
|
-
description: The Crypto Toolbox offers
|
|
42
|
-
primitives like arrays of Bytes or hextrings
|
|
41
|
+
description: " The Crypto Toolbox offers tools to easily work with cryptographic
|
|
42
|
+
primitives \n like arrays of Bytes or hextrings.\n"
|
|
43
43
|
email: dev@d-coded.de
|
|
44
44
|
executables: []
|
|
45
45
|
extensions: []
|
|
@@ -64,7 +64,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
64
64
|
requirements:
|
|
65
65
|
- - ">="
|
|
66
66
|
- !ruby/object:Gem::Version
|
|
67
|
-
version: '0'
|
|
67
|
+
version: '2.0'
|
|
68
68
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
69
69
|
requirements:
|
|
70
70
|
- - ">="
|