| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-07-02 | Use docker for ruby dev and fix yard with ruby 3 | Ahmed AbdelHalim | 1 | -3/+1 | |
| 2023-06-30 | Update and fix rubocop offenses | Ahmed AbdelHalim | 1 | -13/+1 | |
| 2021-02-17 | Remove codecov as it's not working on srht | a14m | 1 | -1/+1 | |
| SimpleCov is internally using JSON but doesn't include it as a dependency that's why it needs to be added to the dev dependencies Ref: https://github.com/simplecov-ruby/simplecov/issues/917 | |||||
| 2020-12-16 | Update the ruby gem links | a14m | 1 | -3/+3 | |
| 2020-12-14 | Add rubocop-rspec | a14m | 1 | -0/+1 | |
| 2020-12-14 | Add codecov integration | a14m | 1 | -0/+3 | |
| 2020-12-12 | Fix the required ruby version (2.4 isn't supported) | a14m | 1 | -1/+1 | |
| Ruby 2.4 URI.open method is private and cannot be used I can support 2.4 by using `URI.send(:open, uri)` instead of `URI.open` but I haven't investigated that, and I don't think it's critical to support 2.4 | |||||
| 2020-12-12 | Add documentation and changelog URIs to the gem page | a14m | 1 | -0/+2 | |
| 2020-12-12 | Include yardopts for autogenerated docs with private | a14m | 1 | -1/+1 | |
| 2020-12-04 | Update the name to a unique name on rubygems | a14m | 1 | -1/+1 | |
| 2020-12-03 | Fix rubocop ordering dependencies issue | a14m | 1 | -1/+1 | |
| 2020-12-03 | Add yard for documentation | a14m | 1 | -0/+3 | |
| 2020-11-29 | Fix some linting issues | a14m | 1 | -1/+1 | |
| 2020-11-27 | Add thor dependency to build CLI | a14m | 1 | -0/+2 | |
| 2020-11-27 | Initial commit of the ruby gem | a14m | 1 | -0/+30 | |
