blockcypher-ruby 0.2.0 → 0.2.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.
Files changed (25) hide show
  1. checksums.yaml +5 -5
  2. data/README.md +31 -2
  3. data/lib/blockcypher/api.rb +112 -51
  4. data/lib/blockcypher-ruby.rb +1 -0
  5. data/spec/blockcypher/api_spec.rb +110 -43
  6. data/spec/config.yml +2 -0
  7. data/spec/config.yml.sample +2 -0
  8. data/spec/fixtures/vcr_cassettes/BlockCypher_Api/Asset_API/Asset_Transfer/should_transfer_asset.yml +1349 -0
  9. data/spec/fixtures/vcr_cassettes/BlockCypher_Api/Asset_API/Generate_Asset_Address/should_include_private_public_oap_address_original_address_hashes.yml +51 -0
  10. data/spec/fixtures/vcr_cassettes/BlockCypher_Api/Asset_API/Issue_Asset/should_issue_asset.yml +156 -0
  11. data/spec/fixtures/vcr_cassettes/BlockCypher_Api/_address_final_balance/should_get_the_balance_of_an_address.yml +102 -0
  12. data/spec/fixtures/vcr_cassettes/BlockCypher_Api/_address_generate/should_generate_new_addresses.yml +97 -0
  13. data/spec/fixtures/vcr_cassettes/BlockCypher_Api/_create_forwarding_address/allows_creating_a_payment_forward_with_a_callback.yml +100 -0
  14. data/spec/fixtures/vcr_cassettes/BlockCypher_Api/_create_forwarding_address/allows_creating_a_payment_forward_with_a_callback_and_confirmation_notifications_enabled.yml +101 -0
  15. data/spec/fixtures/vcr_cassettes/BlockCypher_Api/_create_forwarding_address/allows_creating_a_payment_forward_with_options.yml +102 -0
  16. data/spec/fixtures/vcr_cassettes/BlockCypher_Api/_create_forwarding_address/creates_a_payment_forward.yml +99 -0
  17. data/spec/fixtures/vcr_cassettes/BlockCypher_Api/_create_forwarding_address/is_possible_to_use_the_alias_create_payments_forwarding.yml +99 -0
  18. data/spec/fixtures/vcr_cassettes/BlockCypher_Api/_delete_forwarding_address/deletes_all_previously_created_forwarding_addresses.yml +269 -0
  19. data/spec/fixtures/vcr_cassettes/BlockCypher_Api/_faucet/should_fund_a_bcy_test_address_with_the_faucet.yml +96 -0
  20. data/spec/fixtures/vcr_cassettes/BlockCypher_Api/_list_forwarding_addresses/lists_all_forwading_addresses_created_for_a_given_token.yml +119 -0
  21. data/spec/fixtures/vcr_cassettes/BlockCypher_Api/_transaction_new/should_call_the_txs/new_api.yml +187 -0
  22. data/spec/fixtures/vcr_cassettes/BlockCypher_Api/_transaction_sign_and_send/should_call_txs/send_api.yml +187 -0
  23. data/spec/spec_helper.rb +15 -0
  24. data/spec/support/vcr.rb +10 -0
  25. metadata +80 -5
@@ -0,0 +1,187 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: post
5
+ uri: https://api.blockcypher.com/v1/bcy/test/addrs?token=<api_token>
6
+ body:
7
+ encoding: UTF-8
8
+ string: ''
9
+ headers:
10
+ Accept-Encoding:
11
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
12
+ Accept:
13
+ - "*/*"
14
+ User-Agent:
15
+ - Ruby
16
+ response:
17
+ status:
18
+ code: 201
19
+ message: Created
20
+ headers:
21
+ Server:
22
+ - nginx/1.11.2
23
+ Date:
24
+ - Tue, 25 Oct 2016 06:35:37 GMT
25
+ Content-Type:
26
+ - application/json
27
+ Content-Length:
28
+ - '281'
29
+ Connection:
30
+ - keep-alive
31
+ Access-Control-Allow-Headers:
32
+ - Origin, X-Requested-With, Content-Type, Accept
33
+ Access-Control-Allow-Methods:
34
+ - GET, POST, PUT, DELETE
35
+ Access-Control-Allow-Origin:
36
+ - "*"
37
+ X-Ratelimit-Remaining:
38
+ - '187'
39
+ body:
40
+ encoding: UTF-8
41
+ string: |-
42
+ {
43
+ "private": "bf3f100f90443f6b6dcaa55420bbf8c232978108d8689074c96391a79704ce5b",
44
+ "public": "031574fb8e2b683bea793b95d0a8a38d69ecf9a06cd7f643454eb9d4d906fed021",
45
+ "address": "BxxtivRxGuCeH5WjwzzRB2iiBtNU3w2qzc",
46
+ "wif": "BujnhL4rRfLWZ518JKMgsKNUUHh2MHncJSesauoa1hqSWT1DdsA8"
47
+ }
48
+ http_version:
49
+ recorded_at: Tue, 25 Oct 2016 06:35:37 GMT
50
+ - request:
51
+ method: post
52
+ uri: https://api.blockcypher.com/v1/bcy/test/addrs?token=<api_token>
53
+ body:
54
+ encoding: UTF-8
55
+ string: ''
56
+ headers:
57
+ Accept-Encoding:
58
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
59
+ Accept:
60
+ - "*/*"
61
+ User-Agent:
62
+ - Ruby
63
+ response:
64
+ status:
65
+ code: 201
66
+ message: Created
67
+ headers:
68
+ Server:
69
+ - nginx/1.9.12
70
+ Date:
71
+ - Tue, 25 Oct 2016 06:35:38 GMT
72
+ Content-Type:
73
+ - application/json
74
+ Content-Length:
75
+ - '281'
76
+ Connection:
77
+ - keep-alive
78
+ Access-Control-Allow-Headers:
79
+ - Origin, X-Requested-With, Content-Type, Accept
80
+ Access-Control-Allow-Methods:
81
+ - GET, POST, PUT, DELETE
82
+ Access-Control-Allow-Origin:
83
+ - "*"
84
+ X-Ratelimit-Remaining:
85
+ - '188'
86
+ body:
87
+ encoding: UTF-8
88
+ string: |-
89
+ {
90
+ "private": "cf2bb04f64a634a8c5b672058e08e8adc961ae125df61e7b3f1d468b396d5688",
91
+ "public": "03efbdfe061ff6239dec460b0fd9351ef8950040b6208852adcd0a44e710b938ee",
92
+ "address": "Bv36KLaVDoa2zEFhrhb6L3MY8Q1wxei9Fk",
93
+ "wif": "BvGk5GXxxkU3pSk9gLfDNyQE27DdH4ePypZcg2QRbiaKttMieWBr"
94
+ }
95
+ http_version:
96
+ recorded_at: Tue, 25 Oct 2016 06:35:38 GMT
97
+ - request:
98
+ method: post
99
+ uri: https://api.blockcypher.com/v1/bcy/test/txs/new?token=<api_token>
100
+ body:
101
+ encoding: UTF-8
102
+ string: '{"inputs":[{"addresses":["BxxtivRxGuCeH5WjwzzRB2iiBtNU3w2qzc"]}],"outputs":[{"addresses":["Bv36KLaVDoa2zEFhrhb6L3MY8Q1wxei9Fk"],"value":20000}]}'
103
+ headers:
104
+ Accept-Encoding:
105
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
106
+ Accept:
107
+ - "*/*"
108
+ User-Agent:
109
+ - Ruby
110
+ Content-Type:
111
+ - application/json
112
+ response:
113
+ status:
114
+ code: 400
115
+ message: Bad Request
116
+ headers:
117
+ Server:
118
+ - nginx/1.9.12
119
+ Date:
120
+ - Tue, 25 Oct 2016 06:35:39 GMT
121
+ Content-Type:
122
+ - application/json
123
+ Content-Length:
124
+ - '1217'
125
+ Connection:
126
+ - keep-alive
127
+ Access-Control-Allow-Headers:
128
+ - Origin, X-Requested-With, Content-Type, Accept
129
+ Access-Control-Allow-Methods:
130
+ - GET, POST, PUT, DELETE
131
+ Access-Control-Allow-Origin:
132
+ - "*"
133
+ X-Ratelimit-Remaining:
134
+ - '187'
135
+ body:
136
+ encoding: UTF-8
137
+ string: |-
138
+ {
139
+ "errors": [
140
+ {
141
+ "error": "Unable to find a transaction to spend for address BxxtivRxGuCeH5WjwzzRB2iiBtNU3w2qzc."
142
+ },
143
+ {
144
+ "error": "Not enough funds in 0 inputs to pay for 1 outputs, missing -20000."
145
+ },
146
+ {
147
+ "error": "Not enough funds after fees in 0 inputs to pay for 1 outputs, missing -26200."
148
+ },
149
+ {
150
+ "error": "Error validating generated transaction: Transaction missing input or output."
151
+ }
152
+ ],
153
+ "tx": {
154
+ "block_height": -1,
155
+ "block_index": -1,
156
+ "hash": "0b01cf6dfd07f7fb1ddfd1c3082102b6b2c1dffc4f6ec0c4313cbea29e1e7446",
157
+ "addresses": [
158
+ "Bv36KLaVDoa2zEFhrhb6L3MY8Q1wxei9Fk"
159
+ ],
160
+ "total": 20000,
161
+ "fees": 0,
162
+ "size": 44,
163
+ "preference": "low",
164
+ "relayed_by": "49.147.26.15",
165
+ "received": "2016-10-25T06:35:39.722334707Z",
166
+ "ver": 1,
167
+ "lock_time": 0,
168
+ "double_spend": false,
169
+ "vin_sz": 0,
170
+ "vout_sz": 1,
171
+ "confirmations": 0,
172
+ "inputs": [],
173
+ "outputs": [
174
+ {
175
+ "value": 20000,
176
+ "script": "76a9141fece4093456039701d0574cbdcf61e17c91c71388ac",
177
+ "addresses": [
178
+ "Bv36KLaVDoa2zEFhrhb6L3MY8Q1wxei9Fk"
179
+ ],
180
+ "script_type": "pay-to-pubkey-hash"
181
+ }
182
+ ]
183
+ }
184
+ }
185
+ http_version:
186
+ recorded_at: Tue, 25 Oct 2016 06:35:39 GMT
187
+ recorded_with: VCR 3.0.3
@@ -0,0 +1,187 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: post
5
+ uri: https://api.blockcypher.com/v1/bcy/test/addrs?token=<api_token>
6
+ body:
7
+ encoding: UTF-8
8
+ string: ''
9
+ headers:
10
+ Accept-Encoding:
11
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
12
+ Accept:
13
+ - "*/*"
14
+ User-Agent:
15
+ - Ruby
16
+ response:
17
+ status:
18
+ code: 201
19
+ message: Created
20
+ headers:
21
+ Server:
22
+ - nginx/1.11.2
23
+ Date:
24
+ - Tue, 25 Oct 2016 06:35:41 GMT
25
+ Content-Type:
26
+ - application/json
27
+ Content-Length:
28
+ - '281'
29
+ Connection:
30
+ - keep-alive
31
+ Access-Control-Allow-Headers:
32
+ - Origin, X-Requested-With, Content-Type, Accept
33
+ Access-Control-Allow-Methods:
34
+ - GET, POST, PUT, DELETE
35
+ Access-Control-Allow-Origin:
36
+ - "*"
37
+ X-Ratelimit-Remaining:
38
+ - '186'
39
+ body:
40
+ encoding: UTF-8
41
+ string: |-
42
+ {
43
+ "private": "8bae0c4ce609e94254040a942149290548feec158b7f0a60284ff2564f5d02a0",
44
+ "public": "0268f766cd3bc58bbef0ebd08a58d00dfa69946c4625b8ad0ca37e3b9b0fdb69a8",
45
+ "address": "CA9r6ndZWxUvvmbPYhVn9QHdeRS5ajWKSV",
46
+ "wif": "Bt1Ys8KKDx6Ax5EVyvsv87VhhofSHJHFvDpLe79kFw8UrxCa9n9b"
47
+ }
48
+ http_version:
49
+ recorded_at: Tue, 25 Oct 2016 06:35:41 GMT
50
+ - request:
51
+ method: post
52
+ uri: https://api.blockcypher.com/v1/bcy/test/addrs?token=<api_token>
53
+ body:
54
+ encoding: UTF-8
55
+ string: ''
56
+ headers:
57
+ Accept-Encoding:
58
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
59
+ Accept:
60
+ - "*/*"
61
+ User-Agent:
62
+ - Ruby
63
+ response:
64
+ status:
65
+ code: 201
66
+ message: Created
67
+ headers:
68
+ Server:
69
+ - nginx/1.11.2
70
+ Date:
71
+ - Tue, 25 Oct 2016 06:35:42 GMT
72
+ Content-Type:
73
+ - application/json
74
+ Content-Length:
75
+ - '281'
76
+ Connection:
77
+ - keep-alive
78
+ Access-Control-Allow-Headers:
79
+ - Origin, X-Requested-With, Content-Type, Accept
80
+ Access-Control-Allow-Methods:
81
+ - GET, POST, PUT, DELETE
82
+ Access-Control-Allow-Origin:
83
+ - "*"
84
+ X-Ratelimit-Remaining:
85
+ - '185'
86
+ body:
87
+ encoding: UTF-8
88
+ string: |-
89
+ {
90
+ "private": "5862790427c6c3775763c35e37e319c3d4ca37ad94e3263acc37d4e55c3062c8",
91
+ "public": "027d4b986f5ced3c011666637bd217cf6568c5d8bf83f47251f50356b1752b58d8",
92
+ "address": "CB8yB1Z4hQorCxktksHshHMQNSrqNB51fc",
93
+ "wif": "BrHqcfDCjLuqiYWVKKieAmXM1TB89sQdczRQ67sYR7ucpfw9V7Z2"
94
+ }
95
+ http_version:
96
+ recorded_at: Tue, 25 Oct 2016 06:35:42 GMT
97
+ - request:
98
+ method: post
99
+ uri: https://api.blockcypher.com/v1/bcy/test/txs/new?token=<api_token>
100
+ body:
101
+ encoding: UTF-8
102
+ string: '{"inputs":[{"addresses":["CA9r6ndZWxUvvmbPYhVn9QHdeRS5ajWKSV"]}],"outputs":[{"addresses":["CB8yB1Z4hQorCxktksHshHMQNSrqNB51fc"],"value":10000}]}'
103
+ headers:
104
+ Accept-Encoding:
105
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
106
+ Accept:
107
+ - "*/*"
108
+ User-Agent:
109
+ - Ruby
110
+ Content-Type:
111
+ - application/json
112
+ response:
113
+ status:
114
+ code: 400
115
+ message: Bad Request
116
+ headers:
117
+ Server:
118
+ - nginx/1.9.12
119
+ Date:
120
+ - Tue, 25 Oct 2016 06:35:43 GMT
121
+ Content-Type:
122
+ - application/json
123
+ Content-Length:
124
+ - '1216'
125
+ Connection:
126
+ - keep-alive
127
+ Access-Control-Allow-Headers:
128
+ - Origin, X-Requested-With, Content-Type, Accept
129
+ Access-Control-Allow-Methods:
130
+ - GET, POST, PUT, DELETE
131
+ Access-Control-Allow-Origin:
132
+ - "*"
133
+ X-Ratelimit-Remaining:
134
+ - '183'
135
+ body:
136
+ encoding: UTF-8
137
+ string: |-
138
+ {
139
+ "errors": [
140
+ {
141
+ "error": "Unable to find a transaction to spend for address CA9r6ndZWxUvvmbPYhVn9QHdeRS5ajWKSV."
142
+ },
143
+ {
144
+ "error": "Not enough funds in 0 inputs to pay for 1 outputs, missing -10000."
145
+ },
146
+ {
147
+ "error": "Not enough funds after fees in 0 inputs to pay for 1 outputs, missing -16200."
148
+ },
149
+ {
150
+ "error": "Error validating generated transaction: Transaction missing input or output."
151
+ }
152
+ ],
153
+ "tx": {
154
+ "block_height": -1,
155
+ "block_index": -1,
156
+ "hash": "df4f2ee0c21ea6188aef3178c6a2eabb12370fa7b316fc1328ca07bca9402e42",
157
+ "addresses": [
158
+ "CB8yB1Z4hQorCxktksHshHMQNSrqNB51fc"
159
+ ],
160
+ "total": 10000,
161
+ "fees": 0,
162
+ "size": 44,
163
+ "preference": "low",
164
+ "relayed_by": "49.147.26.15",
165
+ "received": "2016-10-25T06:35:43.52179618Z",
166
+ "ver": 1,
167
+ "lock_time": 0,
168
+ "double_spend": false,
169
+ "vin_sz": 0,
170
+ "vout_sz": 1,
171
+ "confirmations": 0,
172
+ "inputs": [],
173
+ "outputs": [
174
+ {
175
+ "value": 10000,
176
+ "script": "76a914c5934f647fed62615424b25cd0dcdb8467ae1b5188ac",
177
+ "addresses": [
178
+ "CB8yB1Z4hQorCxktksHshHMQNSrqNB51fc"
179
+ ],
180
+ "script_type": "pay-to-pubkey-hash"
181
+ }
182
+ ]
183
+ }
184
+ }
185
+ http_version:
186
+ recorded_at: Tue, 25 Oct 2016 06:35:43 GMT
187
+ recorded_with: VCR 3.0.3
@@ -0,0 +1,15 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'pry'
4
+ require 'rspec'
5
+ require 'yaml'
6
+ require 'active_support/core_ext/hash/indifferent_access'
7
+ require 'pathname'
8
+ require 'blockcypher'
9
+
10
+ SPEC_DIR = Pathname.new(File.dirname(__FILE__))
11
+
12
+ Dir[SPEC_DIR.join('support', '**', '*.rb')].sort.each { |f| require f }
13
+
14
+ CONFIG_FILE = SPEC_DIR.join('config.yml')
15
+ CONFIG = YAML.load_file(CONFIG_FILE).with_indifferent_access
@@ -0,0 +1,10 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'vcr'
4
+
5
+ VCR.configure do |config|
6
+ config.cassette_library_dir = 'spec/fixtures/vcr_cassettes'
7
+ config.hook_into :webmock
8
+ config.configure_rspec_metadata!
9
+ config.filter_sensitive_data('<api_token>') { CONFIG[:api_token] }
10
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blockcypher-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - CoinHako
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2015-06-23 00:00:00.000000000 Z
14
+ date: 2022-01-24 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: bitcoin-ruby
@@ -41,6 +41,20 @@ dependencies:
41
41
  - - ">="
42
42
  - !ruby/object:Gem::Version
43
43
  version: '0'
44
+ - !ruby/object:Gem::Dependency
45
+ name: activesupport
46
+ requirement: !ruby/object:Gem::Requirement
47
+ requirements:
48
+ - - ">="
49
+ - !ruby/object:Gem::Version
50
+ version: '0'
51
+ type: :development
52
+ prerelease: false
53
+ version_requirements: !ruby/object:Gem::Requirement
54
+ requirements:
55
+ - - ">="
56
+ - !ruby/object:Gem::Version
57
+ version: '0'
44
58
  - !ruby/object:Gem::Dependency
45
59
  name: bundler
46
60
  requirement: !ruby/object:Gem::Requirement
@@ -55,6 +69,20 @@ dependencies:
55
69
  - - "~>"
56
70
  - !ruby/object:Gem::Version
57
71
  version: '1.6'
72
+ - !ruby/object:Gem::Dependency
73
+ name: pry
74
+ requirement: !ruby/object:Gem::Requirement
75
+ requirements:
76
+ - - ">="
77
+ - !ruby/object:Gem::Version
78
+ version: '0'
79
+ type: :development
80
+ prerelease: false
81
+ version_requirements: !ruby/object:Gem::Requirement
82
+ requirements:
83
+ - - ">="
84
+ - !ruby/object:Gem::Version
85
+ version: '0'
58
86
  - !ruby/object:Gem::Dependency
59
87
  name: rake
60
88
  requirement: !ruby/object:Gem::Requirement
@@ -83,6 +111,34 @@ dependencies:
83
111
  - - ">="
84
112
  - !ruby/object:Gem::Version
85
113
  version: '0'
114
+ - !ruby/object:Gem::Dependency
115
+ name: vcr
116
+ requirement: !ruby/object:Gem::Requirement
117
+ requirements:
118
+ - - ">="
119
+ - !ruby/object:Gem::Version
120
+ version: '0'
121
+ type: :development
122
+ prerelease: false
123
+ version_requirements: !ruby/object:Gem::Requirement
124
+ requirements:
125
+ - - ">="
126
+ - !ruby/object:Gem::Version
127
+ version: '0'
128
+ - !ruby/object:Gem::Dependency
129
+ name: webmock
130
+ requirement: !ruby/object:Gem::Requirement
131
+ requirements:
132
+ - - ">="
133
+ - !ruby/object:Gem::Version
134
+ version: '0'
135
+ type: :development
136
+ prerelease: false
137
+ version_requirements: !ruby/object:Gem::Requirement
138
+ requirements:
139
+ - - ">="
140
+ - !ruby/object:Gem::Version
141
+ version: '0'
86
142
  description: Ruby library to help you build your crypto application on BlockCypher
87
143
  email: contact@blockcypher.com
88
144
  executables: []
@@ -91,12 +147,32 @@ extra_rdoc_files: []
91
147
  files:
92
148
  - LICENSE
93
149
  - README.md
150
+ - lib/blockcypher-ruby.rb
94
151
  - lib/blockcypher.rb
95
152
  - lib/blockcypher/api.rb
96
153
  - spec/blockcypher/api_spec.rb
154
+ - spec/config.yml
155
+ - spec/config.yml.sample
156
+ - spec/fixtures/vcr_cassettes/BlockCypher_Api/Asset_API/Asset_Transfer/should_transfer_asset.yml
157
+ - spec/fixtures/vcr_cassettes/BlockCypher_Api/Asset_API/Generate_Asset_Address/should_include_private_public_oap_address_original_address_hashes.yml
158
+ - spec/fixtures/vcr_cassettes/BlockCypher_Api/Asset_API/Issue_Asset/should_issue_asset.yml
159
+ - spec/fixtures/vcr_cassettes/BlockCypher_Api/_address_final_balance/should_get_the_balance_of_an_address.yml
160
+ - spec/fixtures/vcr_cassettes/BlockCypher_Api/_address_generate/should_generate_new_addresses.yml
161
+ - spec/fixtures/vcr_cassettes/BlockCypher_Api/_create_forwarding_address/allows_creating_a_payment_forward_with_a_callback.yml
162
+ - spec/fixtures/vcr_cassettes/BlockCypher_Api/_create_forwarding_address/allows_creating_a_payment_forward_with_a_callback_and_confirmation_notifications_enabled.yml
163
+ - spec/fixtures/vcr_cassettes/BlockCypher_Api/_create_forwarding_address/allows_creating_a_payment_forward_with_options.yml
164
+ - spec/fixtures/vcr_cassettes/BlockCypher_Api/_create_forwarding_address/creates_a_payment_forward.yml
165
+ - spec/fixtures/vcr_cassettes/BlockCypher_Api/_create_forwarding_address/is_possible_to_use_the_alias_create_payments_forwarding.yml
166
+ - spec/fixtures/vcr_cassettes/BlockCypher_Api/_delete_forwarding_address/deletes_all_previously_created_forwarding_addresses.yml
167
+ - spec/fixtures/vcr_cassettes/BlockCypher_Api/_faucet/should_fund_a_bcy_test_address_with_the_faucet.yml
168
+ - spec/fixtures/vcr_cassettes/BlockCypher_Api/_list_forwarding_addresses/lists_all_forwading_addresses_created_for_a_given_token.yml
169
+ - spec/fixtures/vcr_cassettes/BlockCypher_Api/_transaction_new/should_call_the_txs/new_api.yml
170
+ - spec/fixtures/vcr_cassettes/BlockCypher_Api/_transaction_sign_and_send/should_call_txs/send_api.yml
171
+ - spec/spec_helper.rb
172
+ - spec/support/vcr.rb
97
173
  homepage: http://www.blockcypher.com
98
174
  licenses:
99
- - Apache 2.0
175
+ - Apache-2.0
100
176
  metadata: {}
101
177
  post_install_message:
102
178
  rdoc_options: []
@@ -113,8 +189,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
113
189
  - !ruby/object:Gem::Version
114
190
  version: '0'
115
191
  requirements: []
116
- rubyforge_project:
117
- rubygems_version: 2.4.5
192
+ rubygems_version: 3.0.3.1
118
193
  signing_key:
119
194
  specification_version: 4
120
195
  summary: Ruby library to help you build your crypto application on BlockCypher