Commit Graph

8 Commits

Author SHA1 Message Date
Jean Boussier 070151f130 Fix require and include call style 2023-12-14 10:48:35 +01:00
Jean Boussier b277e75e85 Cleanup the rubocop config
Go back to rubocop 0.80 for Ruby 2.3 support.
Stop depending on the company style guide, as it needs a newer
rubocop.
2022-01-13 10:05:10 +01:00
James Pogran 26e4b6ff3a Enable testing using Github Actions
This commit changes the Rakefile to use the minitest rakefile methods to run all of the tests. This is done because the existing `bin/testunit` calls directly to `sh` which is not present on Windows platforms. By making this a ruby/rake call it makes the test suite platform independent. The existing files in `bin` are left in case there is other existing infrastructure that uses them.

This commit also adds a Github Action yaml file that tests this code against the latest versions of windows, ubuntu, and macos. This validates that the test runner change works on all of the existing supported platforms as well as Windows.
2020-10-05 12:03:15 -04:00
Jean Boussier 2cc49bbbb5 Update CI to test Ruby 2.7 2020-06-28 22:45:42 +02:00
alebruck b720530584 Update minimum ruby version and fix rubocop 2019-10-12 17:23:16 +02:00
Burke Libbey 581bc3fa59 update style guide 2019-02-06 13:29:01 -05:00
Rafael Mendonça França 222699b9f2
Add release tasks 2018-03-22 19:27:39 -04:00
Burke Libbey 47539a1c07
Initial public release 2017-03-31 11:38:33 -04:00