All notable changes to this project will be documented in this file.
- Add
ruby-3.1
to CI - Add
ruby-3.2
to CI - Add
ruby-3.3
to CI - Add
yamllint
check in CI - Add
dependabot
check forGitHub Actions
- Add several rspec tests
- Add
codecov
support - Add check that all code is documented
- Fix
markdownlint
failure because of oldnodejs
in CI
- Require
mfa
for releasing gem - Check
dependabot
at 8:00 Moscow time daily - Remove support of
ruby-2.5
andruby-2.6
since they are EOL'ed - Drop
ruby-2.7
support since it's EOL'ed
- Correct usage of ssl connection
- Default port now is 443
- Add support of
rubocop
with extensions - Add
rubocop
to CI - Add
dependabot
support - Add
markdownlint
support in CI - Add
rake
task for release and description to README
.idea
folder added to.gitignore
- Cleanup
gemspec
file
- Add logging. By default, log level = 1 (info). Result link will be printed to stdout
- Add new attr_reader
result_set_link
for keeping link to result set after result adding
- Return result_set_id for for every result, no for first
- Add new api method get_result_sets for getting result_sets by status
- Fix: error with data input
- Change data format after api update to 0.1.0 version