blockchyp 2.18.5 → 2.18.7
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/README.md +4 -0
- data/lib/blockchyp/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1e85b88a0ef56804f69162768285f0ed63a00572a1d2baae9ce16519c6df6ae2
|
|
4
|
+
data.tar.gz: 7b1db3cafefa8cacc4947513cfc74708b581ab99ed08679559b6f7e094229e44
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0cd208cdab023cd2ba4875d6c17db56e6ecf9d40b08734dcae087deb6a82dab2f81fe928e0106790a7aeec4af977b56583d649f319f765f046df47f384a3eed2
|
|
7
|
+
data.tar.gz: daa751a1c429bb6a582cff2bf3b419fdc9b2045860dff0e2ba68f650cac6bcf8f1fa91de0aa2a94fbb565d9d0d8754d2c2567ca67dcb12a0f25dd5e77f24aa03
|
data/README.md
CHANGED
|
@@ -4314,6 +4314,8 @@ Here's the full list with links to their GitHub repositories.
|
|
|
4314
4314
|
|
|
4315
4315
|
[Node.js/JavaScript SDK](https://github.com/blockchyp/blockchyp-js)
|
|
4316
4316
|
|
|
4317
|
+
[Typescript SDK](https://github.com/blockchyp/blockchyp-ts)
|
|
4318
|
+
|
|
4317
4319
|
[Java SDK](https://github.com/blockchyp/blockchyp-java)
|
|
4318
4320
|
|
|
4319
4321
|
[.net/C# SDK](https://github.com/blockchyp/blockchyp-csharp)
|
|
@@ -4325,3 +4327,5 @@ Here's the full list with links to their GitHub repositories.
|
|
|
4325
4327
|
[Python SDK](https://github.com/blockchyp/blockchyp-python)
|
|
4326
4328
|
|
|
4327
4329
|
[iOS (Objective-C/Swift) SDK](https://github.com/blockchyp/blockchyp-ios)
|
|
4330
|
+
|
|
4331
|
+
[Rust SDK](https://github.com/blockchyp/blockchyp-rust)
|
data/lib/blockchyp/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: blockchyp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.18.
|
|
4
|
+
version: 2.18.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- BlockChyp
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-08-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description:
|
|
14
14
|
email:
|