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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-03
Refactor options method to allow easier testing
a14m
1
-6
/
+81
2021-04-02
Move validators module to it's own file
a14m
2
-121
/
+119
2021-04-02
Add mocktopus for mocking in tests
a14m
2
-0
/
+24
2021-04-02
Add the testing of width and height in opts
a14m
1
-0
/
+52
2021-04-01
Add the testing of is_positive
a14m
1
-0
/
+20
2021-04-01
Add the delay opt validations
a14m
2
-0
/
+10
2021-04-01
Add CLI Width/Height validations
a14m
2
-0
/
+45
2021-04-01
Add the CLI options basic args
a14m
2
-1
/
+73
2021-03-31
Update dev dependencies and README
a14m
3
-4
/
+23
2021-02-17
Update the CHANGELOG
a14m
1
-0
/
+4
2021-02-17
Update dependencies
a14m
2
-21
/
+22
2021-02-17
Remove codecov as it's not working on srht
a14m
3
-9
/
+3
2021-02-17
Fix ~2 Name error when invalid numeric value passed
a14m
1
-3
/
+4
2021-02-16
Pump version
a14m
3
-2
/
+5
2021-02-11
Show the banner on a separate line for better readability
a14m
1
-1
/
+1
2021-02-10
Pump version for release
a14m
3
-2
/
+5
2021-02-10
Merge branch 'feature/ruby-canavas'
a14m
3
-8
/
+14
2021-02-10
Better and more performant ruby rendering in alternative terminal
a14m
3
-8
/
+14
2021-01-30
Prepare 1.0.3 release
a14m
3
-3
/
+8
2021-01-30
Fix Living/Dead cells can have more than 1 char or have the same char
a14m
2
-12
/
+46
2021-01-24
Update CONTRIBUTING guide
a14m
1
-1
/
+1
2020-12-16
Minor updates to README files
a14m
2
-4
/
+4
2020-12-16
Pump the version for deploy from sr.ht
a14m
3
-2
/
+6
2020-12-16
Update the ruby gem links
a14m
2
-3
/
+4
2020-12-16
Update the README with the new links to sr.ht
a14m
3
-8
/
+11
2020-12-16
Add release step for ruby
a14m
1
-0
/
+17
2020-12-16
Move the build to be ruby specific
a14m
1
-0
/
+0
2020-12-16
Test separate build step
a14m
1
-2
/
+4
2020-12-15
Update the README badge
a14m
1
-0
/
+1
2020-12-15
Add the most basic build
a14m
1
-0
/
+20
2020-12-15
Clean gitlab/codecov parts
a14m
5
-135
/
+0
2020-12-15
Add clap CLI dependency
a14m
2
-0
/
+249
2020-12-15
Update README
a14m
1
-0
/
+1
2020-12-15
Fix merge request failed to create downstream error
a14m
3
-4
/
+16
2020-12-15
Create README
a14m
1
-0
/
+32
2020-12-15
Add the basic rust package structure
a14m
4
-0
/
+26
2020-12-15
Update ruby README (for testing)
a14m
1
-3
/
+4
2020-12-15
Add the placeholder structure for rust package
a14m
3
-1
/
+20
2020-12-14
Merge branch 'feature/code-coverage' into 'master'
a14m
12
-48
/
+149
2020-12-14
Add codecov configurations for monorepo
a14m
6
-10
/
+34
2020-12-14
Ignore rubocop violation about any instance
a14m
1
-0
/
+2
2020-12-14
Fix rspec violations and complete coverage testing
a14m
4
-39
/
+86
2020-12-14
Add rubocop-rspec
a14m
2
-0
/
+5
2020-12-14
Add codecov integration
a14m
4
-0
/
+23
2020-12-14
Pump version for release after fixing validation issues
a14m
3
-2
/
+7
2020-12-14
Add the specs for the parsed_options method (fixing negative issues)
a14m
1
-0
/
+62
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
[next]