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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 634a367ca133f87bdf4e936c4bb608734530198a979fd430fb9d5f6b6df391b5
4
- data.tar.gz: 5e4b3e2d9be43345f9c276a6b630524f422762d5c345cfd4906b9e1a31d9cdd0
3
+ metadata.gz: 87e1f1949bc6ed97274fa1141ca2d76915b75a09e6010f111f4bfce321316396
4
+ data.tar.gz: '05139251e2a28e03dd44cbe709b6612267373046c67c789052679dfbd13aec23'
5
5
  SHA512:
6
- metadata.gz: a8ba6fc31fd745ecf6afe9bd79995d2fb622df640c90848911399ce6499b4c1cdb88cb28c391be299dd4291f39649d7f943d8ebb5c5e3df4821935006b5987e9
7
- data.tar.gz: 64305c24d612dd667fb82b8be00c0d78642d66373715220b25052cfc9ac1f86b5570ab8e72fe512ace86bb0cf8d8a9a5019f072af5c3a73a4cac801b39e6e541
6
+ metadata.gz: 6b43afc3cac0deb85eb1bbd5174049d91d07a033319078d7f0af2ecc5b3e290e8a0dd768e7a2de9db7cdedc50d62827f2103e5065a8811400c23376aef28650f
7
+ data.tar.gz: 3a4840105836a569f47af5cecb6bc57bd7aa79ee511b74d66e1cee2b96b4359c226e624849ab9f64be7d1d3cbd560d886bb0d33bd34fb51a6ebc9f6e53adbb71
data/.idea/vcs.xml CHANGED
@@ -2,5 +2,6 @@
2
2
  <project version="4">
3
3
  <component name="VcsDirectoryMappings">
4
4
  <mapping directory="" vcs="Git" />
5
+ <mapping directory="$PROJECT_DIR$/../.." vcs="Git" />
5
6
  </component>
6
7
  </project>
data/PUBLISH.md CHANGED
@@ -9,7 +9,7 @@ bundle install
9
9
  ```
10
10
  gem build saro-dat.gemspec
11
11
  gem signin
12
- gem push saro-dat-4.3.3.gem
12
+ gem push saro-dat-4.3.4.gem
13
13
  ```
14
14
 
15
15
  ## install
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(key) Server (Docker)](https://github.com/saro-lab/dat-cms)
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.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-ruby"
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.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-ruby
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: