minato_ruby_api_client 0.2.1 → 0.2.3
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/CHANGELOG.md +23 -23
- data/Dockerfile +1 -1
- data/Gemfile +17 -17
- data/Gemfile.lock +402 -398
- data/README.md +54 -54
- data/Rakefile +10 -10
- data/compose.yml +11 -11
- data/lib/minato_ruby_api_client/api_client.rb +398 -389
- data/lib/minato_ruby_api_client/api_error.rb +16 -16
- data/lib/minato_ruby_api_client/configuration.rb +247 -247
- data/lib/minato_ruby_api_client/version.rb +3 -3
- data/lib/minato_ruby_api_client.rb +24 -24
- data/minato_ruby_api_client.gemspec +35 -35
- data/spec/api_client_spec.rb +42 -0
- data/spec/configuration_spec.rb +204 -204
- data/spec/minato_ruby_api_client_spec.rb +17 -17
- data/spec/spec_helper.rb +105 -105
- metadata +7 -40
- data/coverage/.last_run.json +0 -5
- data/coverage/.resultset.json +0 -1248
- data/coverage/.resultset.json.lock +0 -0
- data/coverage/assets/0.12.3/DataTables-1.10.20/images/sort_asc.png +0 -0
- data/coverage/assets/0.12.3/DataTables-1.10.20/images/sort_asc_disabled.png +0 -0
- data/coverage/assets/0.12.3/DataTables-1.10.20/images/sort_both.png +0 -0
- data/coverage/assets/0.12.3/DataTables-1.10.20/images/sort_desc.png +0 -0
- data/coverage/assets/0.12.3/DataTables-1.10.20/images/sort_desc_disabled.png +0 -0
- data/coverage/assets/0.12.3/application.css +0 -1
- data/coverage/assets/0.12.3/application.js +0 -7
- data/coverage/assets/0.12.3/colorbox/border.png +0 -0
- data/coverage/assets/0.12.3/colorbox/controls.png +0 -0
- data/coverage/assets/0.12.3/colorbox/loading.gif +0 -0
- data/coverage/assets/0.12.3/colorbox/loading_background.png +0 -0
- data/coverage/assets/0.12.3/favicon_green.png +0 -0
- data/coverage/assets/0.12.3/favicon_red.png +0 -0
- data/coverage/assets/0.12.3/favicon_yellow.png +0 -0
- data/coverage/assets/0.12.3/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/coverage/assets/0.12.3/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/coverage/assets/0.12.3/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/coverage/assets/0.12.3/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/coverage/assets/0.12.3/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/coverage/assets/0.12.3/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/coverage/assets/0.12.3/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/coverage/assets/0.12.3/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/coverage/assets/0.12.3/images/ui-icons_222222_256x240.png +0 -0
- data/coverage/assets/0.12.3/images/ui-icons_2e83ff_256x240.png +0 -0
- data/coverage/assets/0.12.3/images/ui-icons_454545_256x240.png +0 -0
- data/coverage/assets/0.12.3/images/ui-icons_888888_256x240.png +0 -0
- data/coverage/assets/0.12.3/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/coverage/assets/0.12.3/loading.gif +0 -0
- data/coverage/assets/0.12.3/magnify.png +0 -0
- data/coverage/index.html +0 -13728
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c18667a5f7b12178bb28009e4365d41d373264add1b2d69b3b057325c4d8d2e4
|
4
|
+
data.tar.gz: a145b8f281bd126ec007b1d4b2e03aa6df41d02ccd977bd255f4e8e4576d8401
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4d36d6c6cb850b31ada7d24376784c85edc668dc08123a037d99054d3a58fd97e3160bc0c137294297c7d40ad0f036290e60180ab12f36f6a4208e943a31ccd6
|
7
|
+
data.tar.gz: a76a575281774a506f12c30d61787c2db8aad8e9b00de66facd942684aa89b867594d2250a818bf4404e9f1ea89ee3cd6837fc083437da36353ceb3c0be4ca63
|
data/CHANGELOG.md
CHANGED
@@ -1,23 +1,23 @@
|
|
1
|
-
# Changelog
|
2
|
-
|
3
|
-
All notable changes to this project will be documented in this file.
|
4
|
-
|
5
|
-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
6
|
-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
7
|
-
|
8
|
-
## [0.2.0]
|
9
|
-
|
10
|
-
### Added
|
11
|
-
|
12
|
-
- Log all requests, successful and error requests.
|
13
|
-
|
14
|
-
## [0.1.0] - 2024-07-22
|
15
|
-
|
16
|
-
### Added
|
17
|
-
|
18
|
-
- Log errors directly using the minato_error_handler gem.
|
19
|
-
- Support to distributed trace with minato-trace gem.
|
20
|
-
|
21
|
-
|
22
|
-
[0.2.0]: https://gitlab.com/ferreri/minato/minato-ruby-api-client/-/compare/v0.1.0...v.2.0
|
23
|
-
[0.1.0]: https://gitlab.com/ferreri/minato/minato-ruby-api-client/-/releases/v0.1.0
|
1
|
+
# Changelog
|
2
|
+
|
3
|
+
All notable changes to this project will be documented in this file.
|
4
|
+
|
5
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
6
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
7
|
+
|
8
|
+
## [0.2.0]
|
9
|
+
|
10
|
+
### Added
|
11
|
+
|
12
|
+
- Log all requests, successful and error requests.
|
13
|
+
|
14
|
+
## [0.1.0] - 2024-07-22
|
15
|
+
|
16
|
+
### Added
|
17
|
+
|
18
|
+
- Log errors directly using the minato_error_handler gem.
|
19
|
+
- Support to distributed trace with minato-trace gem.
|
20
|
+
|
21
|
+
|
22
|
+
[0.2.0]: https://gitlab.com/ferreri/minato/minato-ruby-api-client/-/compare/v0.1.0...v.2.0
|
23
|
+
[0.1.0]: https://gitlab.com/ferreri/minato/minato-ruby-api-client/-/releases/v0.1.0
|
data/Dockerfile
CHANGED
@@ -1 +1 @@
|
|
1
|
-
FROM us-east1-docker.pkg.dev/minato-cloud/images/ruby-minato:1.0.0-dev
|
1
|
+
FROM us-east1-docker.pkg.dev/minato-cloud/images/ruby-minato:1.0.0-dev
|
data/Gemfile
CHANGED
@@ -1,17 +1,17 @@
|
|
1
|
-
source 'https://rubygems.org'
|
2
|
-
|
3
|
-
gemspec
|
4
|
-
|
5
|
-
group :development, :test do
|
6
|
-
gem 'rake', '~> 13.0.1'
|
7
|
-
gem 'pry-byebug'
|
8
|
-
gem 'rubocop', '~> 1.64.1'
|
9
|
-
gem 'rubocop-rspec', '~> 3.0.2'
|
10
|
-
end
|
11
|
-
|
12
|
-
group :test do
|
13
|
-
gem 'webmock'
|
14
|
-
|
15
|
-
end
|
16
|
-
|
17
|
-
gem 'simplecov', require: false, group: :test
|
1
|
+
source 'https://rubygems.org'
|
2
|
+
|
3
|
+
gemspec
|
4
|
+
|
5
|
+
group :development, :test do
|
6
|
+
gem 'rake', '~> 13.0.1'
|
7
|
+
gem 'pry-byebug'
|
8
|
+
gem 'rubocop', '~> 1.64.1'
|
9
|
+
gem 'rubocop-rspec', '~> 3.0.2'
|
10
|
+
end
|
11
|
+
|
12
|
+
group :test do
|
13
|
+
gem 'webmock'
|
14
|
+
|
15
|
+
end
|
16
|
+
|
17
|
+
gem 'simplecov', require: false, group: :test
|