<feed xmlns='http://www.w3.org/2005/Atom'>
<title>game-of-life.git/CLI/ruby/spec, branch main</title>
<subtitle>Game of Life implementation in different languages
</subtitle>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/game-of-life.git/'/>
<entry>
<title>Update and fix rubocop offenses</title>
<updated>2023-06-30T14:00:40+00:00</updated>
<author>
<name>Ahmed AbdelHalim</name>
<email>pm@a14m.me</email>
</author>
<published>2023-06-30T14:00:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/game-of-life.git/commit/?id=f64697a5aede493d52724860856bcbf9f5803169'/>
<id>f64697a5aede493d52724860856bcbf9f5803169</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove codecov as it's not working on srht</title>
<updated>2021-02-17T15:11:01+00:00</updated>
<author>
<name>a14m</name>
<email>a14m@pm.me</email>
</author>
<published>2021-02-17T15:01:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/game-of-life.git/commit/?id=ac45bcc396d50fc6c4d3485a77b17ce58c1f76df'/>
<id>ac45bcc396d50fc6c4d3485a77b17ce58c1f76df</id>
<content type='text'>
SimpleCov is internally using JSON but doesn't include it as a
dependency that's why it needs to be added to the dev dependencies

Ref: https://github.com/simplecov-ruby/simplecov/issues/917
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SimpleCov is internally using JSON but doesn't include it as a
dependency that's why it needs to be added to the dev dependencies

Ref: https://github.com/simplecov-ruby/simplecov/issues/917
</pre>
</div>
</content>
</entry>
<entry>
<title>Better and more performant ruby rendering in alternative terminal</title>
<updated>2021-02-10T21:42:56+00:00</updated>
<author>
<name>a14m</name>
<email>a14m@pm.me</email>
</author>
<published>2021-02-10T21:35:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/game-of-life.git/commit/?id=80776ace98f5d532366e4432beaf20cd96e10a3b'/>
<id>80776ace98f5d532366e4432beaf20cd96e10a3b</id>
<content type='text'>
Ref: https://github.com/ruby/ruby/blob/ruby_2_7/lib/irb/easter-egg.rb#L112-L131
Ref: https://stackoverflow.com/questions/11023929/using-the-alternate-screen-in-a-bash-script
Ref: https://superuser.com/questions/122911/what-commands-can-i-use-to-reset-and-clear-my-terminal
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ref: https://github.com/ruby/ruby/blob/ruby_2_7/lib/irb/easter-egg.rb#L112-L131
Ref: https://stackoverflow.com/questions/11023929/using-the-alternate-screen-in-a-bash-script
Ref: https://superuser.com/questions/122911/what-commands-can-i-use-to-reset-and-clear-my-terminal
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Living/Dead cells can have more than 1 char or have the same char</title>
<updated>2021-01-30T15:10:55+00:00</updated>
<author>
<name>a14m</name>
<email>a14m@pm.me</email>
</author>
<published>2021-01-30T15:10:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/game-of-life.git/commit/?id=602d200b9fd0ebde60a2391ffd6bb2408689f3a5'/>
<id>602d200b9fd0ebde60a2391ffd6bb2408689f3a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add codecov configurations for monorepo</title>
<updated>2020-12-14T22:02:24+00:00</updated>
<author>
<name>a14m</name>
<email>a14m@pm.me</email>
</author>
<published>2020-12-14T19:07:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/game-of-life.git/commit/?id=b710263617e019e4ffed3dbafcc6795f760bb151'/>
<id>b710263617e019e4ffed3dbafcc6795f760bb151</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore rubocop violation about any instance</title>
<updated>2020-12-14T18:12:08+00:00</updated>
<author>
<name>a14m</name>
<email>a14m@pm.me</email>
</author>
<published>2020-12-14T14:18:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/game-of-life.git/commit/?id=e674394831d64aa5f64b9ca2b6a67ca16704e358'/>
<id>e674394831d64aa5f64b9ca2b6a67ca16704e358</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix rspec violations and complete coverage testing</title>
<updated>2020-12-14T14:13:37+00:00</updated>
<author>
<name>a14m</name>
<email>a14m@pm.me</email>
</author>
<published>2020-12-14T14:13:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/game-of-life.git/commit/?id=e706a28b85b47d9c6944cff691b88101c1605138'/>
<id>e706a28b85b47d9c6944cff691b88101c1605138</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add codecov integration</title>
<updated>2020-12-14T13:17:39+00:00</updated>
<author>
<name>a14m</name>
<email>a14m@pm.me</email>
</author>
<published>2020-12-14T13:17:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/game-of-life.git/commit/?id=67de73f67ea4f7afeb68829fb510065ed8d41159'/>
<id>67de73f67ea4f7afeb68829fb510065ed8d41159</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the specs for the parsed_options method (fixing negative issues)</title>
<updated>2020-12-14T12:00:30+00:00</updated>
<author>
<name>a14m</name>
<email>a14m@pm.me</email>
</author>
<published>2020-12-14T12:00:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/game-of-life.git/commit/?id=501eeba38abe984959205c9c17a99a27864e29cd'/>
<id>501eeba38abe984959205c9c17a99a27864e29cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the seed generator test</title>
<updated>2020-12-10T21:05:10+00:00</updated>
<author>
<name>a14m</name>
<email>a14m@pm.me</email>
</author>
<published>2020-12-10T21:05:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/game-of-life.git/commit/?id=114b36f8e9ea06e05bf5ea005599f2c31b0aff1b'/>
<id>114b36f8e9ea06e05bf5ea005599f2c31b0aff1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
