provide-ruby 0.37.0 → 0.38.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 03302bb3f5eba28c2cd7eee30e5a685454fa4dd5
4
- data.tar.gz: 7881caaaa49f13c0ef9cfd2f15a3969d3556b515
3
+ metadata.gz: b4f2f1de04e1b895c67996b553be05465df74e0e
4
+ data.tar.gz: 208df47767eee37d2f33bce017566d2303fcdd2f
5
5
  SHA512:
6
- metadata.gz: 5286e646a570d313f29603ea861de80b7be41f93a6e6ef687069e1d1beaa7d6f9cd5861e11fc11d534f96ff9744b607f378336c0d046ebab27bc18993b026145
7
- data.tar.gz: 57aa4c96d5c3033c14ca2a3d8fed40c93c3d00e418a91a312c49ce2bc11fb35289f9a7fb7dec990c7377ca34684dec03eeaa2d8d8eb80439468dd34819d85a36
6
+ metadata.gz: 5592ad0ccb450a8b8b67bbbfca772b1684546eb536b62d0abb98fba9bd1070bc3b4e89aea60a9fb54ed791042a344005f88701578b8f13f109b4ece60c293dcf
7
+ data.tar.gz: 3ee998a3e0cdc9625df1d2bc823a426f687e1a62ec83d48a299b4c6547f32694105a3bfb10a71db491a3993745b056df30505c63bbe88e9cc0019b2867a37827
@@ -68,20 +68,20 @@ module Provide
68
68
  parse client.get "networks/#{network_id}"
69
69
  end
70
70
 
71
- def network_accounts(network_id)
72
- parse client.get "networks/#{network_id}/accounts"
71
+ def network_accounts(network_id, params)
72
+ parse client.get "networks/#{network_id}/accounts", params
73
73
  end
74
74
 
75
- def network_blocks(network_id)
76
- parse client.get "networks/#{network_id}/blocks"
75
+ def network_blocks(network_id, params)
76
+ parse client.get "networks/#{network_id}/blocks", params
77
77
  end
78
78
 
79
- def network_contracts(network_id)
80
- parse client.get "networks/#{network_id}/contracts"
79
+ def network_contracts(network_id, params)
80
+ parse client.get "networks/#{network_id}/contracts", params
81
81
  end
82
82
 
83
- def network_transactions(network_id)
84
- parse client.get "networks/#{network_id}/transactions"
83
+ def network_transactions(network_id, params)
84
+ parse client.get "networks/#{network_id}/transactions", params
85
85
  end
86
86
 
87
87
  def network_status(network_id)
@@ -1,3 +1,3 @@
1
1
  module Provide
2
- VERSION = '0.37.0'
2
+ VERSION = '0.38.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: provide-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.37.0
4
+ version: 0.38.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Thomas