biilabs-client 0.1.0 → 0.1.1
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0dc24edc795b45f1f885946a8fb8e8ec927650adf867471980666960a029e03c
|
|
4
|
+
data.tar.gz: b6f38d498f5071947aeee0fcaadaea76bfdb7ace25813e6992be841ad47adf9b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 592c800d23c9aa3df785beb32131cf811fc6454a8f8a4353a4f8e7b8b7f437dd6d54a8c1ab23ab191c7615637cf8f838f7c41d339159dc5b620312daa87f54d7
|
|
7
|
+
data.tar.gz: 667ee766cd4085e746d77b58f5869a2e7bfc07a662a27403171efed54e8055069762b98a1f35e166b39c3eb29aede381731bfc913939ec69226e6cd0a2c01d28
|
data/README.md
CHANGED
|
@@ -14,8 +14,7 @@ with bundler, write follwing line in your Gemfile
|
|
|
14
14
|
|
|
15
15
|
## Usage
|
|
16
16
|
setup endpoint in config/biilabs-client.yml
|
|
17
|
-
check config/
|
|
18
|
-
|
|
17
|
+
check config/biilabs-client_example.yml for example
|
|
19
18
|
|
|
20
19
|
require on demand
|
|
21
20
|
|
|
@@ -57,8 +56,9 @@ get tangles by tag from IoTA via Biilabs
|
|
|
57
56
|
irb> BiilabsClient.new.get_tangle_by_tag('ADMDEAHDPCVC999999999999999')
|
|
58
57
|
# {
|
|
59
58
|
# "transactions"=>[{
|
|
60
|
-
#
|
|
61
|
-
#
|
|
62
|
-
#
|
|
63
|
-
#
|
|
59
|
+
# "hash"=>"LTSDZIYLKSLQHCOZPHWWCNUNSFZCVLTZELARIONAGR9RGY9ZXC9J9AYHUZMGEODZXI9AOMJ9PCKB99999",
|
|
60
|
+
# "signature_and_message_fragment"=>"ADMDEAADTCGDGDPCVCTC9999...",
|
|
61
|
+
# "tag"=>"ADMDEAHDPCVC999999999999999",
|
|
62
|
+
# ...
|
|
63
|
+
# }]
|
|
64
64
|
# }
|
|
File without changes
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: biilabs-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ray Lee
|
|
@@ -60,8 +60,8 @@ extra_rdoc_files:
|
|
|
60
60
|
- README.md
|
|
61
61
|
files:
|
|
62
62
|
- README.md
|
|
63
|
-
- lib/
|
|
64
|
-
- spec/
|
|
63
|
+
- lib/biilabs-client.rb
|
|
64
|
+
- spec/biilabs-client_spec.rb
|
|
65
65
|
homepage: https://github.com/redtear1115/biilabs-client
|
|
66
66
|
licenses:
|
|
67
67
|
- MIT
|
|
@@ -87,4 +87,4 @@ signing_key:
|
|
|
87
87
|
specification_version: 4
|
|
88
88
|
summary: A gem to work with BiiLabs Tangle.
|
|
89
89
|
test_files:
|
|
90
|
-
- spec/
|
|
90
|
+
- spec/biilabs-client_spec.rb
|