- Add
ruby-3.4
to CI
- Remove
ruby-3.0
from CI, since it's EOLed
- Add
ruby-3.2
in CI - Add
ruby-3.3
to CI - Add
dependabot
check forGitHub Actions
- Fix incorrect gem license name
- Fix warning about homepage gem metadata
- Fix gem build warning about
httparty
gem version
- Drop support of
ruby-2.7
, since it's EOLed - Migrate coverage report to
codecov v4
- Update minimal
httparty
version with security fix - Fix
rubocop-rspec-2.27.0
copRSpec/DescribedClass
warnings. - Fix
rubocop-1.65.0
copGemspec/AddRuntimeDependency
- Add
yamllint
support in CI - Add
ruby-3.0
andruby-3.1
in CI
- Require
mfa
for releasing gem - Actualize
nodejs
version in CI - Remove
codeclimate
config since we do not use it any more - Change
dependabot
config to check at 8AM MSK - Fix ruby version usage in CI
- Changes from
rubocop-rspec
update to 2.9.0 - Fix
rubocop-1.28.1
code issues - Drop
ruby-2.6
support since it's EOL'ed
- Add
rubocop-rake
support
- Major Change Use
ffi-hunspell
instead ofhunspell-ffi
- Run CI on
ruby-head
- Add
dependabot
config - Add
markdownlint
in CI - Add
rubocop
check in CI - Add 100% documentation check to CI
- Add
yard
development dependency
- Use
GitHub Actions
instead ofTravis CI
- Freeze all dependencies versions in Gemfile.lock
- Drop support of rubies older than 2.5
- Fix some warning from latest rubocop
- Add all missing documentation
- More strict dependencies version for some
- Move repo to
ONLYOFFICE-QA
organization
- Add support of
rubocop-rspec
- Add rake task to release gem to github
- Fix coverage report on non-CI environments
- Remove unused
detect_lang_via_whatlanguage
method - Extract
Config
to separate file - Extract
DictionariesThreads
to separate file - Remove
ActiveSupport
as dependency - Rename
Detect_Language
toDetectLanguageWrapper
- Actualize
gemspec
file