tezos_client 0.4.12 → 0.4.13

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
  SHA256:
3
- metadata.gz: db31af8c7d27741675b8d47988a58f86017e772412d36586ffef83efad386f3a
4
- data.tar.gz: cb3b90eaa88a32e674e4cfcfc5de383d7d3a1cfa501a5e2462ff6b7502333636
3
+ metadata.gz: '059692d083f91c9eddefdf15b5cb7485e7ba27070638a8c0fee2e9a38c008094'
4
+ data.tar.gz: f93408c394fa95a1c07dfcad1aae6f483b0725018c0f09d508ca6c27ffb840b5
5
5
  SHA512:
6
- metadata.gz: f4ea3d1c38a4788c9663fe02490672259ef73a4c9c22a73cd67a6ce39ae700d7344218bd390036dcd1d35d4a16633fd2b4d06bbf1e31c526c6906012aceb7ef5
7
- data.tar.gz: b73777756e0be9b988b3d3b66910b2675b79ea22b3a080ccc97610315a64b880dc66205d5f72bc4692b31325c816f401bf8e92a1df1cf9ac59c0609e917ded56
6
+ metadata.gz: 3523af808e1b148f1c9ff0d57bcf02aacf3ee6338b831e493454de4e00632544d81aca70bd4db2fe9716889e2e3f721bb75fff798e04c3a427116f22e74d7955
7
+ data.tar.gz: 3d0225e61842678a78f1c38dacc0b236dd7bcb0634252384b0f4bba76fa8ed32cef8a19f9531e63eb91b517b835728dacd21ed2f2b7f22e5b650de0073043073
data/Gemfile.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tezos_client (0.4.11)
5
- activesupport (~> 5.2.3)
4
+ tezos_client (0.4.13)
5
+ activesupport (~> 6.0.0)
6
6
  base58 (~> 0.2.3)
7
7
  bip_mnemonic (~> 0.0.2)
8
8
  httparty (~> 0.17.0)
@@ -13,24 +13,25 @@ PATH
13
13
  GEM
14
14
  remote: https://rubygems.org/
15
15
  specs:
16
- actionpack (5.2.3)
17
- actionview (= 5.2.3)
18
- activesupport (= 5.2.3)
16
+ actionpack (6.0.0)
17
+ actionview (= 6.0.0)
18
+ activesupport (= 6.0.0)
19
19
  rack (~> 2.0)
20
20
  rack-test (>= 0.6.3)
21
21
  rails-dom-testing (~> 2.0)
22
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
23
- actionview (5.2.3)
24
- activesupport (= 5.2.3)
22
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
23
+ actionview (6.0.0)
24
+ activesupport (= 6.0.0)
25
25
  builder (~> 3.1)
26
26
  erubi (~> 1.4)
27
27
  rails-dom-testing (~> 2.0)
28
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
29
- activesupport (5.2.3)
28
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
29
+ activesupport (6.0.0)
30
30
  concurrent-ruby (~> 1.0, >= 1.0.2)
31
31
  i18n (>= 0.7, < 2)
32
32
  minitest (~> 5.1)
33
33
  tzinfo (~> 1.1)
34
+ zeitwerk (~> 2.1, >= 2.1.8)
34
35
  addressable (2.7.0)
35
36
  public_suffix (>= 2.0.2, < 5.0)
36
37
  ast (2.4.0)
@@ -41,11 +42,11 @@ GEM
41
42
  concurrent-ruby (1.1.5)
42
43
  crack (0.4.3)
43
44
  safe_yaml (~> 1.0.0)
44
- crass (1.0.4)
45
+ crass (1.0.5)
45
46
  diff-lcs (1.3)
46
47
  domain_name (0.5.20190701)
47
48
  unf (>= 0.0.5, < 1.0.0)
48
- erubi (1.8.0)
49
+ erubi (1.9.0)
49
50
  ffi (1.11.1)
50
51
  hashdiff (1.0.0)
51
52
  http-cookie (1.0.3)
@@ -53,26 +54,26 @@ GEM
53
54
  httparty (0.17.1)
54
55
  mime-types (~> 3.0)
55
56
  multi_xml (>= 0.5.2)
56
- i18n (1.6.0)
57
+ i18n (1.7.0)
57
58
  concurrent-ruby (~> 1.0)
58
59
  jaro_winkler (1.5.3)
59
- loofah (2.2.3)
60
+ loofah (2.3.0)
60
61
  crass (~> 1.0.2)
61
62
  nokogiri (>= 1.5.9)
62
63
  method_source (0.9.2)
63
64
  mime-types (3.3)
64
65
  mime-types-data (~> 3.2015)
65
- mime-types-data (3.2019.0904)
66
+ mime-types-data (3.2019.1009)
66
67
  mini_portile2 (2.4.0)
67
- minitest (5.11.3)
68
+ minitest (5.12.2)
68
69
  money-tree (0.10.0)
69
70
  ffi
70
71
  multi_xml (0.6.0)
71
72
  netrc (0.11.0)
72
73
  nokogiri (1.10.4)
73
74
  mini_portile2 (~> 2.4.0)
74
- parallel (1.17.0)
75
- parser (2.6.4.0)
75
+ parallel (1.18.0)
76
+ parser (2.6.5.0)
76
77
  ast (~> 2.4.0)
77
78
  pry (0.12.2)
78
79
  coderay (~> 1.1.0)
@@ -84,14 +85,14 @@ GEM
84
85
  rails-dom-testing (2.0.3)
85
86
  activesupport (>= 4.2.0)
86
87
  nokogiri (>= 1.6)
87
- rails-html-sanitizer (1.2.0)
88
- loofah (~> 2.2, >= 2.2.2)
89
- railties (5.2.3)
90
- actionpack (= 5.2.3)
91
- activesupport (= 5.2.3)
88
+ rails-html-sanitizer (1.3.0)
89
+ loofah (~> 2.3)
90
+ railties (6.0.0)
91
+ actionpack (= 6.0.0)
92
+ activesupport (= 6.0.0)
92
93
  method_source
93
94
  rake (>= 0.8.7)
94
- thor (>= 0.19.0, < 2.0)
95
+ thor (>= 0.20.3, < 2.0)
95
96
  rainbow (3.0.0)
96
97
  rake (10.5.0)
97
98
  rbnacl (5.0.0)
@@ -100,32 +101,32 @@ GEM
100
101
  http-cookie (>= 1.0.2, < 2.0)
101
102
  mime-types (>= 1.16, < 4.0)
102
103
  netrc (~> 0.8)
103
- rspec (3.8.0)
104
- rspec-core (~> 3.8.0)
105
- rspec-expectations (~> 3.8.0)
106
- rspec-mocks (~> 3.8.0)
107
- rspec-core (3.8.2)
108
- rspec-support (~> 3.8.0)
109
- rspec-expectations (3.8.4)
104
+ rspec (3.9.0)
105
+ rspec-core (~> 3.9.0)
106
+ rspec-expectations (~> 3.9.0)
107
+ rspec-mocks (~> 3.9.0)
108
+ rspec-core (3.9.0)
109
+ rspec-support (~> 3.9.0)
110
+ rspec-expectations (3.9.0)
110
111
  diff-lcs (>= 1.2.0, < 2.0)
111
- rspec-support (~> 3.8.0)
112
- rspec-mocks (3.8.1)
112
+ rspec-support (~> 3.9.0)
113
+ rspec-mocks (3.9.0)
113
114
  diff-lcs (>= 1.2.0, < 2.0)
114
- rspec-support (~> 3.8.0)
115
- rspec-support (3.8.2)
116
- rubocop (0.74.0)
115
+ rspec-support (~> 3.9.0)
116
+ rspec-support (3.9.0)
117
+ rubocop (0.75.1)
117
118
  jaro_winkler (~> 1.5.1)
118
119
  parallel (~> 1.10)
119
120
  parser (>= 2.6)
120
121
  rainbow (>= 2.2.2, < 4.0)
121
122
  ruby-progressbar (~> 1.7)
122
123
  unicode-display_width (>= 1.4.0, < 1.7)
123
- rubocop-performance (1.4.1)
124
+ rubocop-performance (1.5.0)
124
125
  rubocop (>= 0.71.0)
125
126
  rubocop-rails (2.3.2)
126
127
  rack (>= 1.1)
127
128
  rubocop (>= 0.72.0)
128
- rubocop-rails_config (0.7.2)
129
+ rubocop-rails_config (0.7.3)
129
130
  railties (>= 3.0)
130
131
  rubocop (~> 0.74)
131
132
  rubocop-performance (~> 1.3)
@@ -141,10 +142,11 @@ GEM
141
142
  unf_ext (0.0.7.6)
142
143
  unicode-display_width (1.6.0)
143
144
  vcr (4.0.0)
144
- webmock (3.7.2)
145
+ webmock (3.7.6)
145
146
  addressable (>= 2.3.6)
146
147
  crack (>= 0.3.2)
147
148
  hashdiff (>= 0.4.0, < 2.0.0)
149
+ zeitwerk (2.2.0)
148
150
 
149
151
  PLATFORMS
150
152
  ruby
@@ -1,5 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- class TezosClient
4
- VERSION = "0.4.12"
3
+ class TezosClient VERSION = "0.4.13"
5
4
  end
data/tezos_client.gemspec CHANGED
@@ -45,7 +45,7 @@ Gem::Specification.new do |spec|
45
45
  spec.add_dependency "httparty", "~> 0.17.0"
46
46
  spec.add_dependency "rbnacl", "~> 5.0.0"
47
47
  spec.add_dependency "rest-client", "~>2.0.0"
48
- spec.add_dependency "activesupport", "~> 5.2.3"
48
+ spec.add_dependency "activesupport", "~> 6.0.0"
49
49
  spec.add_dependency "money-tree", "~> 0.10.0"
50
50
  spec.add_dependency "bip_mnemonic", "~> 0.0.2"
51
51
  end
@@ -8,7 +8,8 @@ export OPAMYES=1
8
8
  [ -d "liquidity/.git" ] || git clone --depth=50 https://github.com/OCamlPro/liquidity.git liquidity
9
9
  cd liquidity
10
10
  git pull
11
- git checkout next
11
+ # git checkout next
12
+ git checkout 5ed5b09674cb96f8cd4ac83a55621f77d9a9110c
12
13
 
13
14
  eval `opam config env`
14
15
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tezos_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.12
4
+ version: 0.4.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pierre Michard
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-10-09 00:00:00.000000000 Z
11
+ date: 2019-10-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -170,14 +170,14 @@ dependencies:
170
170
  requirements:
171
171
  - - "~>"
172
172
  - !ruby/object:Gem::Version
173
- version: 5.2.3
173
+ version: 6.0.0
174
174
  type: :runtime
175
175
  prerelease: false
176
176
  version_requirements: !ruby/object:Gem::Requirement
177
177
  requirements:
178
178
  - - "~>"
179
179
  - !ruby/object:Gem::Version
180
- version: 5.2.3
180
+ version: 6.0.0
181
181
  - !ruby/object:Gem::Dependency
182
182
  name: money-tree
183
183
  requirement: !ruby/object:Gem::Requirement