cns 0.5.3 → 0.5.5

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +34 -31
  3. data/lib/cns/version.rb +1 -1
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a5c81184cadadec18414492a966d23fd39e6072f8c5619b7e0062b8fa753708f
4
- data.tar.gz: 9e893a5f6a1c69eb41d426254fd5c4f8d9fef82313edf2b01065b1e62fa70e41
3
+ metadata.gz: 82a8f2603a50dfcc99585ad8bdfe5fcfb87dbddf1bbe3291635e73e3d52a6909
4
+ data.tar.gz: 575752ed9b2371432e44c19e3df2e55de3d9624a3f8327908af56c3cb4370120
5
5
  SHA512:
6
- metadata.gz: 74b5dae5710abb4b48c12f56f92bf15f7d4fc282a3640bce09e50b8dcab0c421a56d3ae21fa60fbc1100e51725b439aadb9a2463e184ab285cc2c0618836c2be
7
- data.tar.gz: 4dcce3fe4996b0d30dd448a4df7a12290fe3bc267ef7ebbb66bc843ee60326beb13e440ad4b285cbecc05a76d14bdf72cc576b37b7e514ba2ae3a6ba00e79c42
6
+ metadata.gz: 4b391420a4a7bd67bc1d6b75ed9a8fa9bc88c248a56b6e5c9116b099d9083b3a11cadb2668fb106d72cd7d6fb09c04731d7fcf97b4feb01425471c8329e0e7de
7
+ data.tar.gz: deba14bc3a6358d58568ae532e8df6329bc8fdcab67eaacd57102f761cae97194e84ff4c34e28ad3aaf2644e36bcb17e793c6b0c490fcaf48df9344a68b4b823
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cns (0.5.3)
4
+ cns (0.5.5)
5
5
  curb
6
6
  faraday
7
7
  google-cloud-bigquery
@@ -10,46 +10,48 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- addressable (2.8.6)
14
- public_suffix (>= 2.0.2, < 6.0)
13
+ addressable (2.8.7)
14
+ public_suffix (>= 2.0.2, < 7.0)
15
15
  ast (2.4.2)
16
16
  backport (1.2.0)
17
17
  base64 (0.2.0)
18
- benchmark (0.3.0)
18
+ benchmark (0.4.0)
19
19
  bigdecimal (3.1.8)
20
- concurrent-ruby (1.3.3)
21
- curb (1.0.5)
20
+ concurrent-ruby (1.3.4)
21
+ curb (1.0.6)
22
22
  declarative (0.0.20)
23
23
  e2mmap (0.1.0)
24
- faraday (2.9.1)
25
- faraday-net_http (>= 2.0, < 3.2)
26
- faraday-net_http (3.1.0)
24
+ faraday (2.12.0)
25
+ faraday-net_http (>= 2.0, < 3.4)
26
+ json
27
+ logger
28
+ faraday-net_http (3.3.0)
27
29
  net-http
28
- google-apis-bigquery_v2 (0.71.0)
30
+ google-apis-bigquery_v2 (0.80.0)
29
31
  google-apis-core (>= 0.15.0, < 2.a)
30
- google-apis-core (0.15.0)
32
+ google-apis-core (0.15.1)
31
33
  addressable (~> 2.5, >= 2.5.1)
32
34
  googleauth (~> 1.9)
33
- httpclient (>= 2.8.1, < 3.a)
35
+ httpclient (>= 2.8.3, < 3.a)
34
36
  mini_mime (~> 1.0)
37
+ mutex_m
35
38
  representable (~> 3.0)
36
39
  retriable (>= 2.0, < 4.a)
37
- rexml
38
- google-cloud-bigquery (1.49.1)
40
+ google-cloud-bigquery (1.50.0)
39
41
  bigdecimal (~> 3.0)
40
42
  concurrent-ruby (~> 1.0)
41
- google-apis-bigquery_v2 (~> 0.62)
43
+ google-apis-bigquery_v2 (~> 0.71)
42
44
  google-apis-core (~> 0.13)
43
45
  google-cloud-core (~> 1.6)
44
46
  googleauth (~> 1.9)
45
47
  mini_mime (~> 1.0)
46
- google-cloud-core (1.7.0)
48
+ google-cloud-core (1.7.1)
47
49
  google-cloud-env (>= 1.0, < 3.a)
48
50
  google-cloud-errors (~> 1.0)
49
- google-cloud-env (2.1.1)
51
+ google-cloud-env (2.2.1)
50
52
  faraday (>= 1.0, < 3.a)
51
53
  google-cloud-errors (1.4.0)
52
- googleauth (1.11.0)
54
+ googleauth (1.11.2)
53
55
  faraday (>= 1.0, < 3.a)
54
56
  google-cloud-env (~> 2.1)
55
57
  jwt (>= 1.4, < 3.0)
@@ -58,26 +60,29 @@ GEM
58
60
  signet (>= 0.16, < 2.a)
59
61
  httpclient (2.8.3)
60
62
  jaro_winkler (1.6.0)
61
- jwt (2.8.1)
63
+ json (2.8.1)
64
+ jwt (2.9.3)
62
65
  base64
63
66
  kramdown (2.4.0)
64
67
  rexml
65
68
  kramdown-parser-gfm (1.1.0)
66
69
  kramdown (~> 2.0)
67
70
  kwalify (0.7.2)
71
+ logger (1.6.1)
68
72
  mini_mime (1.1.5)
69
73
  multi_json (1.15.0)
70
- net-http (0.4.1)
74
+ mutex_m (0.2.0)
75
+ net-http (0.5.0)
71
76
  uri
72
- nokogiri (1.16.6-x86_64-linux)
77
+ nokogiri (1.16.7-x86_64-linux)
73
78
  racc (~> 1.4)
74
79
  os (1.1.4)
75
- parallel (1.25.1)
80
+ parallel (1.26.3)
76
81
  parser (2.7.2.0)
77
82
  ast (~> 2.4.1)
78
83
  psych (3.3.4)
79
- public_suffix (5.0.5)
80
- racc (1.8.0)
84
+ public_suffix (6.0.1)
85
+ racc (1.8.1)
81
86
  rainbow (3.1.1)
82
87
  rake (12.3.3)
83
88
  reek (6.0.2)
@@ -93,8 +98,7 @@ GEM
93
98
  retriable (3.1.2)
94
99
  reverse_markdown (2.1.1)
95
100
  nokogiri
96
- rexml (3.3.0)
97
- strscan
101
+ rexml (3.3.9)
98
102
  rubocop (1.7.0)
99
103
  parallel (~> 1.10)
100
104
  parser (>= 2.7.1.5)
@@ -132,14 +136,13 @@ GEM
132
136
  thor (~> 1.0)
133
137
  tilt (~> 2.0)
134
138
  yard (~> 0.9, >= 0.9.24)
135
- strscan (3.1.0)
136
- thor (1.3.1)
137
- tilt (2.3.0)
139
+ thor (1.3.2)
140
+ tilt (2.4.0)
138
141
  trailblazer-option (0.1.2)
139
142
  uber (0.1.0)
140
143
  unicode-display_width (1.8.0)
141
- uri (0.13.0)
142
- yard (0.9.36)
144
+ uri (1.0.1)
145
+ yard (0.9.37)
143
146
 
144
147
  PLATFORMS
145
148
  x86_64-linux
data/lib/cns/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Cns
4
- VERSION = '0.5.3'
4
+ VERSION = '0.5.5'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cns
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.3
4
+ version: 0.5.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hernâni Rodrigues Vaz
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-06-15 00:00:00.000000000 Z
11
+ date: 2024-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -220,7 +220,7 @@ licenses:
220
220
  metadata:
221
221
  homepage_uri: https://github.com/hernanirvaz/cns
222
222
  yard.run: yard
223
- post_install_message:
223
+ post_install_message:
224
224
  rdoc_options: []
225
225
  require_paths:
226
226
  - lib
@@ -236,7 +236,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
236
236
  version: '0'
237
237
  requirements: []
238
238
  rubygems_version: 3.3.7
239
- signing_key:
239
+ signing_key:
240
240
  specification_version: 4
241
241
  summary: Arquiva transactions etherscan/greymass/bitcoinde/kraken/paymium/therock
242
242
  no bigquery.