summaryrefslogtreecommitdiffstats
path: root/CLI/ruby/spec
AgeCommit message (Collapse)AuthorFilesLines
2020-12-03Add the seed generator place holder class and test (and CLI error)a14m1-0/+10
2020-12-03Add the GameOfLife module API for generating universes and running thema14m1-2/+70
2020-12-03Randomize the order and stub constants useda14m3-5/+10
2020-12-03Remove the templated speca14m1-4/+0
2020-12-02Add the specs for the input file generatora14m1-0/+49
2020-12-02Add testing for universea14m1-0/+146
2020-12-02Use x,y coordinates instead of pos_x (and disable rubocop warning)a14m1-4/+4
2020-12-02Move the plane into the lexically correct spec foldera14m1-0/+0
2020-12-02Add the rspec for the cell classa14m1-0/+139
2020-11-30Add the cyclic plane (circular array) implementation w/testinga14m1-0/+39
2020-11-27Initial commit of the ruby gema14m2-0/+27