saro-dat 4.3.3 → 4.3.4
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/.idea/vcs.xml +1 -0
- data/PUBLISH.md +1 -1
- data/README.md +10 -10
- data/saro-dat.gemspec +2 -3
- metadata +2 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 87e1f1949bc6ed97274fa1141ca2d76915b75a09e6010f111f4bfce321316396
|
|
4
|
+
data.tar.gz: '05139251e2a28e03dd44cbe709b6612267373046c67c789052679dfbd13aec23'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6b43afc3cac0deb85eb1bbd5174049d91d07a033319078d7f0af2ecc5b3e290e8a0dd768e7a2de9db7cdedc50d62827f2103e5065a8811400c23376aef28650f
|
|
7
|
+
data.tar.gz: 3a4840105836a569f47af5cecb6bc57bd7aa79ee511b74d66e1cee2b96b4359c226e624849ab9f64be7d1d3cbd560d886bb0d33bd34fb51a6ebc9f6e53adbb71
|
data/.idea/vcs.xml
CHANGED
data/PUBLISH.md
CHANGED
data/README.md
CHANGED
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
- [Example](https://dat.saro.me/libs/gems-saro-dat)
|
|
7
7
|
|
|
8
8
|
### Support Platform
|
|
9
|
-
- [Rust](https://github.com/saro-lab/dat-rust)
|
|
10
|
-
- [Java, Kotlin](https://github.com/saro-lab/dat-maven)
|
|
11
|
-
- [Javascript, Typescript](https://github.com/saro-lab/dat-npm)
|
|
12
|
-
- [C#](https://github.com/saro-lab/dat-nuget)
|
|
13
|
-
- [Python](https://github.com/saro-lab/dat-pypi)
|
|
14
|
-
- [Go](https://github.com/saro-lab/dat-go)
|
|
15
|
-
- [Ruby](https://github.com/saro-lab/dat-ruby)
|
|
16
|
-
- [C/C++ (Vcpkg)](https://github.com/saro-lab/dat-vcpkg)
|
|
17
|
-
- [Cert(
|
|
9
|
+
- [Rust](https://github.com/saro-lab/dat/tree/master/clients/dat-rust)
|
|
10
|
+
- [Java, Kotlin](https://github.com/saro-lab/dat/tree/master/clients/dat-maven)
|
|
11
|
+
- [Javascript, Typescript](https://github.com/saro-lab/dat/tree/master/clients/dat-npm)
|
|
12
|
+
- [C#](https://github.com/saro-lab/dat/tree/master/clients/dat-nuget)
|
|
13
|
+
- [Python](https://github.com/saro-lab/dat/tree/master/clients/dat-pypi)
|
|
14
|
+
- [Go](https://github.com/saro-lab/dat/tree/master/clients/dat-go)
|
|
15
|
+
- [Ruby](https://github.com/saro-lab/dat/tree/master/clients/dat-ruby)
|
|
16
|
+
- [C/C++ (Vcpkg)](https://github.com/saro-lab/dat/tree/master/clients/dat-vcpkg)
|
|
17
|
+
- [Cert(Key) Server (Docker)](https://github.com/saro-lab/dat)
|
|
18
18
|
|
|
19
19
|
## Support algorithm
|
|
20
20
|
### Signature
|
|
@@ -95,4 +95,4 @@ ECDSA-P521 IV-AES128-GCM Issue * 10000 : 1358ms
|
|
|
95
95
|
ECDSA-P521 IV-AES128-GCM Parse * 10000 : 2390ms
|
|
96
96
|
ECDSA-P521 IV-AES256-GCM Issue * 10000 : 1381ms
|
|
97
97
|
ECDSA-P521 IV-AES256-GCM Parse * 10000 : 2398ms
|
|
98
|
-
```
|
|
98
|
+
```
|
data/saro-dat.gemspec
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |spec|
|
|
4
4
|
spec.name = "saro-dat"
|
|
5
|
-
spec.version = "4.3.
|
|
5
|
+
spec.version = "4.3.4"
|
|
6
6
|
spec.authors = ["marker"]
|
|
7
7
|
spec.email = ["j@saro.me"]
|
|
8
8
|
|
|
@@ -13,8 +13,7 @@ Gem::Specification.new do |spec|
|
|
|
13
13
|
spec.required_ruby_version = ">= 2.7.0"
|
|
14
14
|
|
|
15
15
|
spec.metadata["homepage_uri"] = spec.homepage
|
|
16
|
-
spec.metadata["source_code_uri"] = "https://github.com/saro-lab/dat
|
|
17
|
-
spec.metadata["changelog_uri"] = "https://github.com/saro-lab/dat-ruby/blob/main/CHANGELOG.md"
|
|
16
|
+
spec.metadata["source_code_uri"] = "https://github.com/saro-lab/dat"
|
|
18
17
|
|
|
19
18
|
spec.metadata["keywords"] = "dat, distributed, access, token, web, session, security, authentication"
|
|
20
19
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: saro-dat
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.3.
|
|
4
|
+
version: 4.3.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- marker
|
|
@@ -124,8 +124,7 @@ licenses:
|
|
|
124
124
|
- MIT
|
|
125
125
|
metadata:
|
|
126
126
|
homepage_uri: https://dat.saro.me/libs/gems-saro-dat
|
|
127
|
-
source_code_uri: https://github.com/saro-lab/dat
|
|
128
|
-
changelog_uri: https://github.com/saro-lab/dat-ruby/blob/main/CHANGELOG.md
|
|
127
|
+
source_code_uri: https://github.com/saro-lab/dat
|
|
129
128
|
keywords: dat, distributed, access, token, web, session, security, authentication
|
|
130
129
|
rdoc_options: []
|
|
131
130
|
require_paths:
|