Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-22 | Update workflows/windows.yml - use setup-ruby-pkgs | MSP-Greg | |
MSP-Greg/actions-ruby is deprecated... | |||
2020-02-26 | Fix gem installation | David RodrÃguez | |
Current version is not installable because the gemspec is invalid, since it includes a `.travis.yml` file that no longer exists, so `rake install` fails like this: ``` $ rake install rake aborted! WARNING: See https://guides.rubygems.org/specification-reference/ for help ERROR: While executing gem ... (Gem::InvalidSpecificationException) [".travis.yml"] are not files ``` | |||
2020-02-16 | Update Actions | MSP-Greg | |
1. Remove rvm where possible, add ruby-head, misc 2. Add mingw & mswin Windows testing | |||
2020-02-16 | ubuntu-jruby - remove rvm, use ruby/setup-ruby | MSP-Greg | |
2020-02-14 | Use `ruby/setup-ruby` to try fix CI | David RodrÃguez | |
2019-12-05 | Remove call for failure of Actions | Hiroshi SHIBATA | |
2019-12-05 | Migrate JRuby tasks to GitHub Actions. | Hiroshi SHIBATA | |
2019-10-22 | Create windows.yml | MSP-Greg | |
2019-10-10 | Add `pull_request` to `on:` | Kazuhiro NISHIYAMA | |
2019-10-10 | Use `ruby-version` instead of deprecated `version` | Kazuhiro NISHIYAMA | |
2019-08-11 | Removed duplicated tasks with GitHub Actions. | Hiroshi SHIBATA | |
2019-08-11 | Give up to Windows env with GitHub Action | Hiroshi SHIBATA | |
2019-08-11 | Drop to 2.3 from build matrix | Hiroshi SHIBATA | |
2019-08-11 | Use sudo for apt | Hiroshi SHIBATA | |
2019-08-11 | Try to use GitHub Actions | Hiroshi SHIBATA | |