crypto-toolbox 0.0.11 → 0.0.12

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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b58997be0dbb8173d144d07382028d53d058e03d
4
- data.tar.gz: 1afa7207bb500cb88f940ecc660804a107c1e19a
3
+ metadata.gz: ee58381316f414e6b610b2c7419ea17568d1c8ab
4
+ data.tar.gz: 9c1da9c5e6560e1e9716e1c0da61ee48104be1bc
5
5
  SHA512:
6
- metadata.gz: f06d07fda7ecab1a7160e9e20f988e1ec3d3ab05b0bae7a1bdfd296da2c42836b57742844d4ac561fafb48c98febb525c5788a977a30246c49e15da624ecd37b
7
- data.tar.gz: 6c20a5f1419e029adbc4064db7e77fec0262c9c6b26545e711d813add86efe78099f8fc8b378c55baf951d9672091d3cbf19a2ad9a2d07ed29985de19b2e0b52
6
+ metadata.gz: 9c9a123f43746790ad871b68eec3c1e94ab0665eb2844de9ac56449ea31338b9f75cf3e2a35aeb0f9e6eaede4a4f0031a44c5065eea06de64a4bc16455d1b852
7
+ data.tar.gz: 95d71af46fb8147b7eb2173fb9048d09fc94a4d0bcd9b99e8fa34b0d44ac4b7595bcb155ab0e2b1ef7f074a2c0c90d4aa9d57fe6d5a7e34c4303d084eea96045
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.11
4
+ version: 0.0.12
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 tools to easily work with cryptographic
42
- primitives \n like arrays of Bytes or hextrings.\n"
41
+ description: |2
42
+ Easily work with primitives like arrays of Bytes or hextrings, to make learning und testing cryptographic methods work like a charme.
43
43
  email: dev@d-coded.de
44
44
  executables: []
45
45
  extensions: []