summaryrefslogtreecommitdiffstats
path: root/CLI/ruby/game_of_life.gemspec
AgeCommit message (Collapse)AuthorFilesLines
2023-07-02Use docker for ruby dev and fix yard with ruby 3Ahmed AbdelHalim1-3/+1
2023-06-30Update and fix rubocop offensesAhmed AbdelHalim1-13/+1
2021-02-17Remove codecov as it's not working on srhta14m1-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-16Update the ruby gem linksa14m1-3/+3
2020-12-14Add rubocop-rspeca14m1-0/+1
2020-12-14Add codecov integrationa14m1-0/+3
2020-12-12Fix the required ruby version (2.4 isn't supported)a14m1-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-12Add documentation and changelog URIs to the gem pagea14m1-0/+2
2020-12-12Include yardopts for autogenerated docs with privatea14m1-1/+1
2020-12-04Update the name to a unique name on rubygemsa14m1-1/+1
2020-12-03Fix rubocop ordering dependencies issuea14m1-1/+1
2020-12-03Add yard for documentationa14m1-0/+3
2020-11-29Fix some linting issuesa14m1-1/+1
2020-11-27Add thor dependency to build CLIa14m1-0/+2
2020-11-27Initial commit of the ruby gema14m1-0/+30