cirro-ruby-client 2.7.3 → 2.8.0
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 +4 -4
- data/Gemfile.lock +12 -30
- data/cirro-ruby-client.gemspec +1 -2
- data/lib/cirro_io/client/version.rb +1 -1
- data/lib/cirro_io/client.rb +0 -1
- metadata +6 -21
- data/lib/cirro_io/client/response_debugging_middleware.rb +0 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7190bba0bdf421ec4415255b536cd5df5ecf96cdd166f752e691c39c17225076
|
4
|
+
data.tar.gz: f5a93af0567dc240fd01edd975023d5384eeb93708eb89b8c6195224904068ac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2bddecfbc24b4528ac188df5cab457438b39287b2680ffc04245c281d31b04d334d442297e23a39cfcf0df2413baaa40c07fcae4ed8e74fed2c4fd002ad2d3ec
|
7
|
+
data.tar.gz: a2a4b54d36e256d9da57f2b6ac680354af74186d200a1c0d93a0e2a138f632cfca6ec8fadd943ea7b62b51dd18254b3610273e21ce0a0d7188999b012820a755
|
data/Gemfile.lock
CHANGED
@@ -1,10 +1,9 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
cirro-ruby-client (2.
|
4
|
+
cirro-ruby-client (2.8.0)
|
5
5
|
activesupport
|
6
|
-
faraday (
|
7
|
-
faraday_middleware
|
6
|
+
faraday (~> 2.0)
|
8
7
|
json_api_client (>= 1.10.0)
|
9
8
|
jwt
|
10
9
|
|
@@ -38,34 +37,15 @@ GEM
|
|
38
37
|
drb (2.2.1)
|
39
38
|
faker (3.2.3)
|
40
39
|
i18n (>= 1.8.11, < 2)
|
41
|
-
faraday (
|
42
|
-
faraday-
|
43
|
-
|
44
|
-
|
45
|
-
faraday-httpclient (~> 1.0)
|
46
|
-
faraday-multipart (~> 1.0)
|
47
|
-
faraday-net_http (~> 1.0)
|
48
|
-
faraday-net_http_persistent (~> 1.0)
|
49
|
-
faraday-patron (~> 1.0)
|
50
|
-
faraday-rack (~> 1.0)
|
51
|
-
faraday-retry (~> 1.0)
|
52
|
-
ruby2_keywords (>= 0.0.4)
|
53
|
-
faraday-em_http (1.0.0)
|
54
|
-
faraday-em_synchrony (1.0.0)
|
55
|
-
faraday-excon (1.1.0)
|
40
|
+
faraday (2.13.4)
|
41
|
+
faraday-net_http (>= 2.0, < 3.5)
|
42
|
+
json
|
43
|
+
logger
|
56
44
|
faraday-gzip (2.0.1)
|
57
45
|
faraday (>= 1.0)
|
58
46
|
zlib (~> 3.0)
|
59
|
-
faraday-
|
60
|
-
|
61
|
-
multipart-post (~> 2)
|
62
|
-
faraday-net_http (1.0.2)
|
63
|
-
faraday-net_http_persistent (1.2.0)
|
64
|
-
faraday-patron (1.0.0)
|
65
|
-
faraday-rack (1.0.0)
|
66
|
-
faraday-retry (1.0.3)
|
67
|
-
faraday_middleware (1.2.0)
|
68
|
-
faraday (~> 1.0)
|
47
|
+
faraday-net_http (3.4.1)
|
48
|
+
net-http (>= 0.5.0)
|
69
49
|
hashdiff (1.1.0)
|
70
50
|
i18n (1.14.5)
|
71
51
|
concurrent-ruby (~> 1.0)
|
@@ -80,10 +60,12 @@ GEM
|
|
80
60
|
jwt (2.8.2)
|
81
61
|
base64
|
82
62
|
language_server-protocol (3.17.0.3)
|
63
|
+
logger (1.7.0)
|
83
64
|
method_source (1.0.0)
|
84
65
|
minitest (5.24.1)
|
85
|
-
multipart-post (2.4.1)
|
86
66
|
mutex_m (0.2.0)
|
67
|
+
net-http (0.6.0)
|
68
|
+
uri
|
87
69
|
parallel (1.24.0)
|
88
70
|
parser (3.3.0.5)
|
89
71
|
ast (~> 2.4.1)
|
@@ -133,10 +115,10 @@ GEM
|
|
133
115
|
rubocop-capybara (~> 2.17)
|
134
116
|
rubocop-factory_bot (~> 2.22)
|
135
117
|
ruby-progressbar (1.13.0)
|
136
|
-
ruby2_keywords (0.0.5)
|
137
118
|
tzinfo (2.0.6)
|
138
119
|
concurrent-ruby (~> 1.0)
|
139
120
|
unicode-display_width (2.5.0)
|
121
|
+
uri (1.0.3)
|
140
122
|
webmock (3.23.0)
|
141
123
|
addressable (>= 2.8.0)
|
142
124
|
crack (>= 0.3.2)
|
data/cirro-ruby-client.gemspec
CHANGED
@@ -27,7 +27,6 @@ Gem::Specification.new do |spec|
|
|
27
27
|
|
28
28
|
spec.add_runtime_dependency 'activesupport'
|
29
29
|
spec.add_runtime_dependency 'jwt'
|
30
|
-
spec.add_runtime_dependency 'faraday', '
|
31
|
-
spec.add_runtime_dependency 'faraday_middleware'
|
30
|
+
spec.add_runtime_dependency 'faraday', '~> 2.0'
|
32
31
|
spec.add_runtime_dependency 'json_api_client', '>= 1.10.0'
|
33
32
|
end
|
data/lib/cirro_io/client.rb
CHANGED
@@ -2,7 +2,6 @@ require 'json_api_client'
|
|
2
2
|
|
3
3
|
require 'cirro_io/client/version'
|
4
4
|
require 'cirro_io/client/configuration'
|
5
|
-
require 'cirro_io/client/response_debugging_middleware'
|
6
5
|
require 'cirro_io/client/jwt_authentication'
|
7
6
|
require 'cirro_io/client/base'
|
8
7
|
require 'cirro_io/client/bulk_action_helper'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cirro-ruby-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.8.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Cirro Dev Team
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-09-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -42,30 +42,16 @@ dependencies:
|
|
42
42
|
name: faraday
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
|
-
- - "
|
45
|
+
- - "~>"
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version:
|
47
|
+
version: '2.0'
|
48
48
|
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
|
-
- - "
|
52
|
+
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version:
|
55
|
-
- !ruby/object:Gem::Dependency
|
56
|
-
name: faraday_middleware
|
57
|
-
requirement: !ruby/object:Gem::Requirement
|
58
|
-
requirements:
|
59
|
-
- - ">="
|
60
|
-
- !ruby/object:Gem::Version
|
61
|
-
version: '0'
|
62
|
-
type: :runtime
|
63
|
-
prerelease: false
|
64
|
-
version_requirements: !ruby/object:Gem::Requirement
|
65
|
-
requirements:
|
66
|
-
- - ">="
|
67
|
-
- !ruby/object:Gem::Version
|
68
|
-
version: '0'
|
54
|
+
version: '2.0'
|
69
55
|
- !ruby/object:Gem::Dependency
|
70
56
|
name: json_api_client
|
71
57
|
requirement: !ruby/object:Gem::Requirement
|
@@ -118,7 +104,6 @@ files:
|
|
118
104
|
- lib/cirro_io/client/notifications_template.rb
|
119
105
|
- lib/cirro_io/client/notifications_topic.rb
|
120
106
|
- lib/cirro_io/client/payout.rb
|
121
|
-
- lib/cirro_io/client/response_debugging_middleware.rb
|
122
107
|
- lib/cirro_io/client/version.rb
|
123
108
|
- lib/cirro_io/client/worker_filter.rb
|
124
109
|
- lib/cirro_io_v2/client.rb
|
@@ -1,10 +0,0 @@
|
|
1
|
-
# This middleware can be injected during debugging or while adding new specs
|
2
|
-
module CirroIO
|
3
|
-
module Client
|
4
|
-
class ResponseDebuggingMiddleware < Faraday::Response::Middleware
|
5
|
-
def on_complete(env)
|
6
|
-
binding.pry # rubocop:disable Lint/Debugger
|
7
|
-
end
|
8
|
-
end
|
9
|
-
end
|
10
|
-
end
|