index
:
game-of-life.git
main
Game of Life implementation in different languages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
CLI
/
ruby
/
lib
/
game_of_life
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-02
Use docker for ruby dev and fix yard with ruby 3
Ahmed AbdelHalim
1
-6
/
+0
2023-06-30
Update CHANGELOG for new release
Ahmed AbdelHalim
1
-1
/
+1
2023-06-30
Update and fix rubocop offenses
Ahmed AbdelHalim
1
-1
/
+1
2023-06-30
Fix ruby 3 incompatible hash params/keywards
Ahmed AbdelHalim
2
-2
/
+2
2021-04-09
Prepare new releases
a14m
1
-1
/
+1
2021-04-04
Minor documentation fixes
a14m
1
-2
/
+2
2021-02-16
Pump version
a14m
1
-1
/
+1
2021-02-10
Pump version for release
a14m
1
-1
/
+1
2021-01-30
Prepare 1.0.3 release
a14m
1
-1
/
+1
2020-12-16
Pump the version for deploy from sr.ht
a14m
1
-1
/
+1
2020-12-14
Pump version for release after fixing validation issues
a14m
1
-1
/
+1
2020-12-12
Pump version for first feature complete version (1.0.0)
a14m
1
-1
/
+1
2020-12-12
Pump version to deploy documentation
a14m
1
-1
/
+1
2020-12-10
Pump to version 0.2.0 with --seed support feature
a14m
1
-1
/
+1
2020-12-10
Remove size optimization
a14m
1
-2
/
+2
2020-12-10
Update yard docs and references
a14m
2
-2
/
+7
2020-12-10
Refactor input generator (and update docs)
a14m
1
-5
/
+18
2020-12-10
Add the stable seed generator implementation
a14m
1
-1
/
+36
2020-12-09
Pump version for release
a14m
1
-1
/
+1
2020-12-09
Pump version for release
a14m
1
-1
/
+1
2020-12-09
Pump the version and add CHANGELOG for release
a14m
1
-1
/
+1
2020-12-08
Fix error handling with exact namespaces (and required stdlibs)
a14m
2
-3
/
+4
2020-12-06
Add the error handling for missing/invalid file/URL input
a14m
1
-0
/
+5
2020-12-06
Add the error message to the NotImplementedError
a14m
1
-1
/
+1
2020-12-03
Minor fixes to the documentation to look better
a14m
3
-9
/
+11
2020-12-03
Add the seed generator place holder class and test (and CLI error)
a14m
1
-0
/
+20
2020-12-03
Fix memory leakage between current and future state
a14m
1
-1
/
+2
2020-12-02
Update the Universe implementation
a14m
1
-3
/
+33
2020-12-02
Remove unused requires from Cell
a14m
1
-1
/
+0
2020-12-02
Use x,y coordinates instead of pos_x (and disable rubocop warning)
a14m
2
-11
/
+11
2020-12-02
Refactor the cell class to allow easier testing and SRP interface
a14m
1
-33
/
+9
2020-12-02
Implement the basics of GameOfLife universe
a14m
1
-6
/
+15
2020-12-02
Add the implementation for the GameOfLife Cell class
a14m
1
-3
/
+93
2020-11-30
Add the cyclic plane (circular array) implementation w/testing
a14m
1
-0
/
+27
2020-11-30
Alias the method alive?
a14m
1
-1
/
+3
2020-11-30
Configure live/dead cells representation via CLI options
a14m
1
-1
/
+2
2020-11-30
Add the x,y position to the cell attributes
a14m
2
-4
/
+8
2020-11-30
Add the private populate method to populate the generated universe
a14m
1
-10
/
+14
2020-11-30
Use class notation for adding class methods
a14m
1
-23
/
+26
2020-11-29
Fix some linting issues
a14m
1
-1
/
+5
2020-11-29
Remove linting issue
a14m
1
-1
/
+1
2020-11-29
Use the more common delegate method (ruby std not rails)
a14m
1
-1
/
+1
2020-11-29
Add the basic Universe class
a14m
1
-0
/
+26
2020-11-29
Add the basic cell representation object
a14m
1
-0
/
+19
2020-11-29
Add the basics for input generator
a14m
1
-0
/
+35
2020-11-27
Initial commit of the ruby gem
a14m
1
-0
/
+5