blockchyp 2.3.2 → 2.3.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +24 -27
- 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: a82102fd9132353d457d08fdaf7aabd9cb4c6392ddb515925f309c753fd21eef
|
4
|
+
data.tar.gz: '09186f6df35dd8fadfd87b4db9343f76cf4a53285b7dc2aea4b5a219ad27c41a'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5af4709a88f893d915ece0dde84482ee60fa7595f874be3a546da99a721f114e3cb41927906b937c0c241db6f794f254bc28f4ff5933de3cd1577ac4ea518d98
|
7
|
+
data.tar.gz: fb1c3cd21d5af92e2c1c1cb010b20d7521ea0493c1d5e67140e4c4155570c5cf3638ebb08c81a50b024674c36b32354355241bf9d8752518d85ac3faa04a5913
|
data/README.md
CHANGED
@@ -49,35 +49,11 @@ end
|
|
49
49
|
|
50
50
|
|
51
51
|
|
52
|
-
##
|
52
|
+
## Additional Documentation
|
53
53
|
|
54
|
-
|
55
|
-
You can checkout the REST API documentation via the links below.
|
54
|
+
Complete documentation can be found on our [Developer Documentation Portal].
|
56
55
|
|
57
|
-
[
|
58
|
-
|
59
|
-
[Gateway REST API Docs](https://docs.blockchyp.com/rest-api/gateway/index.html)
|
60
|
-
|
61
|
-
## Other SDKs
|
62
|
-
|
63
|
-
BlockChyp has officially supported SDKs for eight different development platforms and counting.
|
64
|
-
Here's the full list with links to their GitHub repositories.
|
65
|
-
|
66
|
-
[Go SDK](https://github.com/blockchyp/blockchyp-go)
|
67
|
-
|
68
|
-
[Node.js/JavaScript SDK](https://github.com/blockchyp/blockchyp-js)
|
69
|
-
|
70
|
-
[Java SDK](https://github.com/blockchyp/blockchyp-java)
|
71
|
-
|
72
|
-
[.net/C# SDK](https://github.com/blockchyp/blockchyp-csharp)
|
73
|
-
|
74
|
-
[Ruby SDK](https://github.com/blockchyp/blockchyp-ruby)
|
75
|
-
|
76
|
-
[PHP SDK](https://github.com/blockchyp/blockchyp-php)
|
77
|
-
|
78
|
-
[Python SDK](https://github.com/blockchyp/blockchyp-python)
|
79
|
-
|
80
|
-
[iOS (Objective-C/Swift) SDK](https://github.com/blockchyp/blockchyp-ios)
|
56
|
+
[Developer Documentation Portal]: https://docs.blockchyp.com/
|
81
57
|
|
82
58
|
## Getting a Developer Kit
|
83
59
|
|
@@ -1582,3 +1558,24 @@ Copyright BlockChyp, Inc., 2019
|
|
1582
1558
|
Distributed under the terms of the [MIT] license, blockchyp-ruby is free and open source software.
|
1583
1559
|
|
1584
1560
|
[MIT]: https://github.com/blockchyp/blockchyp-ruby/blob/master/LICENSE
|
1561
|
+
|
1562
|
+
## Other SDKs
|
1563
|
+
|
1564
|
+
BlockChyp has officially supported SDKs for eight different development platforms and counting.
|
1565
|
+
Here's the full list with links to their GitHub repositories.
|
1566
|
+
|
1567
|
+
[Go SDK](https://github.com/blockchyp/blockchyp-go)
|
1568
|
+
|
1569
|
+
[Node.js/JavaScript SDK](https://github.com/blockchyp/blockchyp-js)
|
1570
|
+
|
1571
|
+
[Java SDK](https://github.com/blockchyp/blockchyp-java)
|
1572
|
+
|
1573
|
+
[.net/C# SDK](https://github.com/blockchyp/blockchyp-csharp)
|
1574
|
+
|
1575
|
+
[Ruby SDK](https://github.com/blockchyp/blockchyp-ruby)
|
1576
|
+
|
1577
|
+
[PHP SDK](https://github.com/blockchyp/blockchyp-php)
|
1578
|
+
|
1579
|
+
[Python SDK](https://github.com/blockchyp/blockchyp-python)
|
1580
|
+
|
1581
|
+
[iOS (Objective-C/Swift) SDK](https://github.com/blockchyp/blockchyp-ios)
|
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.3.
|
4
|
+
version: 2.3.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- BlockChyp
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-05-
|
11
|
+
date: 2020-05-07 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description:
|
14
14
|
email:
|