| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rake release requires creating tags and pushing them (and fails because
it doesn't have git access)... instead use the build and gem push
commands to avoid that while having gem push configured with GEM_HOST_API_KEY
|
|
|
|
Pump version and update CHANGELOG for release
See merge request a14m/game-of-life!5
|
|
|
|
|
|
Configure Gem releases
See merge request a14m/game-of-life!4
|
|
|
|
|
|
|
|
Feature/move to gitlab ci
See merge request a14m/game-of-life!3
|
|
And mirror child status on pipeline
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Moving neighbors implementation from cells to universe as per the single
responsibility principle that the universe should be responsible for
it's object states and that the cells are only aware of their neighbors
(via the universe) by passing the neighbors sub-universe to each cell
|
|
|
|
|
|
|
|
|