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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-14
Refactor the bin script to be simpler without any logic
a14m
1
-24
/
+2
2020-12-14
Add parsing method to get the defaults and fix negative issues
a14m
1
-0
/
+45
2020-12-14
Update the README with more examples and fix typo in --help
a14m
1
-2
/
+6
2020-12-12
Pump version for first feature complete version (1.0.0)
a14m
3
-2
/
+4
2020-12-12
[skip ci] update CHANGELOG
a14m
1
-0
/
+1
2020-12-12
Fix the TargetRubyVersion for rubocop
a14m
1
-1
/
+1
2020-12-12
Fix the required ruby version (2.4 isn't supported)
a14m
1
-1
/
+1
2020-12-12
Add ruby 2.6/2.5 testing and remove useless build step
a14m
1
-9
/
+21
2020-12-12
Add documentation and changelog URIs to the gem page
a14m
1
-0
/
+2
2020-12-12
Use progress as the default format for CI
a14m
1
-1
/
+1
2020-12-12
Include yardopts for autogenerated docs with private
a14m
1
-1
/
+1
2020-12-12
Pump version to deploy documentation
a14m
3
-2
/
+5
2020-12-12
Minor markdown modifications and documentation updates
a14m
2
-5
/
+5
2020-12-12
Update README instructions help and asciicast
a14m
1
-5
/
+6
2020-12-10
Pump to version 0.2.0 with --seed support feature
a14m
3
-2
/
+4
2020-12-10
Remove size optimization
a14m
1
-2
/
+2
2020-12-10
Update CHANGELOG
a14m
1
-0
/
+1
2020-12-10
Update the game-of-life binary to check max width/height
a14m
1
-4
/
+17
2020-12-10
Update the seed generator test
a14m
1
-2
/
+3
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 seed generator testing
a14m
1
-3
/
+85
2020-12-10
Add the stable seed generator implementation
a14m
1
-1
/
+36
2020-12-09
Pump version for release
a14m
3
-2
/
+5
2020-12-09
Fix gitlab release workflow
a14m
1
-3
/
+0
2020-12-09
Fix publishing gem (not using rake release)
a14m
1
-1
/
+4
2020-12-09
Pump version for release
a14m
2
-2
/
+2
2020-12-09
Pump the version and add CHANGELOG for release
a14m
4
-2
/
+13
2020-12-09
Add the section about gem release to rubygems
a14m
1
-0
/
+8
2020-12-09
Configure rake release for the gem
a14m
1
-0
/
+14
2020-12-09
Speed up by providing cache policies (push when needed only in build)
a14m
1
-1
/
+8
2020-12-09
Configure ruby build/test/lint steps
a14m
1
-0
/
+39
2020-12-08
Fix rubocop violation about duplicate exception handling
a14m
1
-4
/
+1
2020-12-08
Fix error handling with exact namespaces (and required stdlibs)
a14m
2
-3
/
+4
2020-12-06
Handle CLI errors and report error message back to user
a14m
1
-2
/
+6
2020-12-06
Add the error handling for missing/invalid file/URL input
a14m
2
-0
/
+29
2020-12-06
Add the GameOfLife::Error base class
a14m
1
-0
/
+3
2020-12-06
Add the error message to the NotImplementedError
a14m
1
-1
/
+1
2020-12-04
Add asciicast link in README demo
a14m
1
-0
/
+3
2020-12-04
Add docs about running the binary
a14m
1
-0
/
+2
2020-12-04
Update the name to a unique name on rubygems
a14m
3
-4
/
+4
2020-12-03
Fix rubocop ordering dependencies issue
a14m
1
-1
/
+1
2020-12-03
Update the documentation
a14m
1
-1
/
+24
2020-12-03
Minor fixes to the documentation to look better
a14m
3
-9
/
+11
2020-12-03
Add yard for documentation
a14m
3
-0
/
+15
2020-12-03
Add the seed generator place holder class and test (and CLI error)
a14m
3
-0
/
+32
2020-12-03
Add the GameOfLife module API for generating universes and running them
a14m
2
-3
/
+121
2020-12-03
Randomize the order and stub constants used
a14m
3
-5
/
+10
2020-12-03
Add the delay option to the bin and trap Kernel [SIG]nal-[INT]errupt
a14m
1
-7
/
+14
2020-12-03
Fix memory leakage between current and future state
a14m
1
-1
/
+2
[prev]
[next]