peatio-infura 0.1.61 → 0.1.72

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: 49a13895781f3483ce91a62eb4851312155d99f1a7b0b60c3e79a050b8e4c694
4
- data.tar.gz: ff3b246cb2e88af846e8475f811386841e724b8eafb03663cdb5b3451628f5e4
3
+ metadata.gz: d12ee2e86d5dd1dbcff6f93bdd79b3ac8913bf04e1769413e3bd67b2236d0067
4
+ data.tar.gz: 13e0576c28ea4980393c5228ba18f74bccc4d5d7ca864a175b8bcf164d1a0e10
5
5
  SHA512:
6
- metadata.gz: 976524be9401b885146b6ea1950d0a7780d78b0b5b420b73fd378560830dd79c8df2453b0162a47c96187b745ae9812b7c05ee1b96535413a401e32624969f60
7
- data.tar.gz: 0fd51724f87ce8495d95574db4f5032f88d94167695332aaf56af90f4257a9f8c2b25c279942573380470af3a4edecb1aac83f6d108378f9e6fc160e8090771a
6
+ metadata.gz: 8197264cbb9b00ca02f4e551faa0eefa8eee89530b40fdb4a6ca7a97ba8d3aba5ebc57167c00bb60027ca91e6714265ff822814afeb1f0c8ffcf20d1fcb854a2
7
+ data.tar.gz: eaecf5ccd1369e9028d89e924420050d5265e34f3d7b2a8afe2ba10b2506afd6d7418cce4f005559ef20711aaea5f0ade7e7f1283c157a1bbe8633426f05099f
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- peatio-infura (0.1.61)
4
+ peatio-infura (0.1.72)
5
5
  activesupport (~> 5.2.3)
6
6
  better-faraday (~> 1.0.5)
7
7
  faraday (~> 0.15.4)
@@ -21,7 +21,7 @@ GEM
21
21
  tzinfo (~> 1.1)
22
22
  addressable (2.7.0)
23
23
  public_suffix (>= 2.0.2, < 5.0)
24
- amq-protocol (2.3.1)
24
+ amq-protocol (2.3.2)
25
25
  amqp (1.8.0)
26
26
  amq-protocol (>= 2.2.0)
27
27
  eventmachine
@@ -80,7 +80,7 @@ GEM
80
80
  minitest (5.14.1)
81
81
  mocha (1.9.0)
82
82
  metaclass (~> 0.0.1)
83
- multi_json (1.14.1)
83
+ multi_json (1.15.0)
84
84
  multipart-post (2.1.1)
85
85
  mysql2 (0.5.3)
86
86
  net-http-persistent (3.0.1)
@@ -134,7 +134,7 @@ GEM
134
134
  addressable (>= 2.3.6)
135
135
  crack (>= 0.3.2)
136
136
  hashdiff (>= 0.4.0, < 2.0.0)
137
- websocket-driver (0.7.2)
137
+ websocket-driver (0.7.3)
138
138
  websocket-extensions (>= 0.1.0)
139
139
  websocket-extensions (0.1.5)
140
140
 
@@ -27,7 +27,7 @@ module Peatio
27
27
 
28
28
  def json_rpc(method, params = [])
29
29
  response = connection.post \
30
- current_conn.url_prefix,
30
+ connection.url_prefix,
31
31
  { jsonrpc: '2.0', id: rpc_call_id, method: method, params: params }.to_json,
32
32
  {'Accept' => 'application/json',
33
33
  'Content-Type' => 'application/json'}
@@ -1,5 +1,5 @@
1
1
  module Peatio
2
2
  module Infura
3
- VERSION = '0.1.61'
3
+ VERSION = '0.1.72'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: peatio-infura
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.61
4
+ version: 0.1.72
5
5
  platform: ruby
6
6
  authors:
7
7
  - Iman mousavi