RecordsKeeperRubyLib 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
data/lib/config.yaml ADDED
@@ -0,0 +1,8 @@
1
+ # config.yaml
2
+
3
+ url: testurl
4
+ rkuser: rkuser
5
+ passwd: rkpwd
6
+ chain: test-chain
7
+ port: testport
8
+
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: RecordsKeeperRubyLib
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yusra Qureshi
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-06-29 00:00:00.000000000 Z
11
+ date: 2018-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -141,19 +141,27 @@ files:
141
141
  - RecordsKeeperRubyLib.gemspec
142
142
  - bin/console
143
143
  - bin/setup
144
+ - config.yaml
145
+ - docs/address_doc.rb
146
+ - docs/asset_doc.rb
147
+ - docs/block_doc.rb
148
+ - docs/blockchain_doc.rb
149
+ - docs/permissions_doc.rb
150
+ - docs/stream_doc.rb
151
+ - docs/transaction_doc.rb
152
+ - docs/wallet_doc.rb
144
153
  - lib/RecordsKeeperRubyLib.rb
145
154
  - lib/RecordsKeeperRubyLib/address.rb
146
155
  - lib/RecordsKeeperRubyLib/assets.rb
147
156
  - lib/RecordsKeeperRubyLib/block.rb
148
157
  - lib/RecordsKeeperRubyLib/blockchain.rb
158
+ - lib/RecordsKeeperRubyLib/config.yaml
149
159
  - lib/RecordsKeeperRubyLib/permissions.rb
150
- - lib/RecordsKeeperRubyLib/sample_config.yaml
151
160
  - lib/RecordsKeeperRubyLib/stream.rb
152
161
  - lib/RecordsKeeperRubyLib/transaction.rb
153
162
  - lib/RecordsKeeperRubyLib/version.rb
154
163
  - lib/RecordsKeeperRubyLib/wallet.rb
155
- - lib/sample_config.yaml
156
- - sample_config.yaml
164
+ - lib/config.yaml
157
165
  homepage: https://github.com/RecordsKeeper
158
166
  licenses:
159
167
  - MIT
@@ -174,7 +182,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
174
182
  version: '0'
175
183
  requirements: []
176
184
  rubyforge_project:
177
- rubygems_version: 2.7.7
185
+ rubygems_version: 2.4.5.2
178
186
  signing_key:
179
187
  specification_version: 4
180
188
  summary: RecordsKeeper-SDK-Ruby
@@ -1,29 +0,0 @@
1
- # config.yaml
2
- network:
3
- url: testurl
4
- rkuser: rkuser
5
- passwd: rkpwd
6
- chain: test-chain
7
- port: testport
8
- stream: streamname
9
- testdata: test_data
10
- amount: test_amount
11
- dumptxid: test_txid
12
- privatekey: test_privkey
13
- validaddress: valid_address
14
- invalidaddress: invalid_address
15
- miningaddress: mining_address
16
- nonminingaddress: nonmining_address
17
- multisigaddress: multisig_address
18
- wrongimportaddress: wrongimport_address
19
- mainaddress: main_address
20
- permissionaddress: permission_address
21
- dumptxhex: dump_txhex
22
- dumpsignedtxhex: dump_signedtxhex
23
- samplegetmultisigaddress: sample_multisigaddress
24
- samplemerkleroot: sample_merkleroot
25
- sampleblockhash: sample_blockhash
26
- sampledata: sample_data
27
- sampletransac: sample_transaction_id
28
- transactionid: transaction_id
29
- sampletxid: sample_txid
@@ -1,29 +0,0 @@
1
- # config.yaml
2
- network:
3
- url: testurl
4
- rkuser: rkuser
5
- passwd: rkpwd
6
- chain: test-chain
7
- port: testport
8
- stream: streamname
9
- testdata: test_data
10
- amount: test_amount
11
- dumptxid: test_txid
12
- privatekey: test_privkey
13
- validaddress: valid_address
14
- invalidaddress: invalid_address
15
- miningaddress: mining_address
16
- nonminingaddress: nonmining_address
17
- multisigaddress: multisig_address
18
- wrongimportaddress: wrongimport_address
19
- mainaddress: main_address
20
- permissionaddress: permission_address
21
- dumptxhex: dump_txhex
22
- dumpsignedtxhex: dump_signedtxhex
23
- samplegetmultisigaddress: sample_multisigaddress
24
- samplemerkleroot: sample_merkleroot
25
- sampleblockhash: sample_blockhash
26
- sampledata: sample_data
27
- sampletransac: sample_transaction_id
28
- transactionid: transaction_id
29
- sampletxid: sample_txid
data/sample_config.yaml DELETED
@@ -1,29 +0,0 @@
1
- # config.yaml
2
- network:
3
- url: testurl
4
- rkuser: rkuser
5
- passwd: rkpwd
6
- chain: test-chain
7
- port: testport
8
- stream: streamname
9
- testdata: test_data
10
- amount: test_amount
11
- dumptxid: test_txid
12
- privatekey: test_privkey
13
- validaddress: valid_address
14
- invalidaddress: invalid_address
15
- miningaddress: mining_address
16
- nonminingaddress: nonmining_address
17
- multisigaddress: multisig_address
18
- wrongimportaddress: wrongimport_address
19
- mainaddress: main_address
20
- permissionaddress: permission_address
21
- dumptxhex: dump_txhex
22
- dumpsignedtxhex: dump_signedtxhex
23
- samplegetmultisigaddress: sample_multisigaddress
24
- samplemerkleroot: sample_merkleroot
25
- sampleblockhash: sample_blockhash
26
- sampledata: sample_data
27
- sampletransac: sample_transaction_id
28
- transactionid: transaction_id
29
- sampletxid: sample_txid