pszals_ttt 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/tictactoe +1 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6d78e61d1e7afa80adfd20af4afc6029d0d6bd82
4
- data.tar.gz: ec7fbabfcfbf186ca7586ef23992556b51172a94
3
+ metadata.gz: be576b75933b8ca0f6bc4a969d782eaf29188f1f
4
+ data.tar.gz: 3880e0396f884a8ba7124e9b28f8d761626fc371
5
5
  SHA512:
6
- metadata.gz: 13128817049e42daa682d5a20810e43542d36284b118ed39fe7357f32d20b2584f1ef3970b7341f46c71594f5dd91abf0f1a74a5233865b64b823cfde8d72e84
7
- data.tar.gz: c7d19fe2be8d38b42f447c8c4e8be95691f10d71a3403d87d06279403ee266dd4cd76cc07270cb2e5f083c54d760780e5d9aad8bc0a79fa92fda321cf34fcd15
6
+ metadata.gz: adce24e737637e1830cef1cdf5430587158b61c8bd868df0740677168ea6e56d407f67f19487162662cfd3e6295ae22a3423b28562877f8c46c68f56b63e5362
7
+ data.tar.gz: b4203a30b2598f895b160a5fbe8429207e7d9e99d3e2d12400d3e2c859b783af8d634cd2ac465b2999df69a89dab62fe3667ea30f8d212487100cc2cda8498ae
data/bin/tictactoe CHANGED
@@ -2,5 +2,6 @@
2
2
  $LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
3
3
  require 'runner'
4
4
  require 'console_ui'
5
+ require 'pszals_ttt'
5
6
 
6
7
  Runner.new(Console_UI.new).call
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pszals_ttt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Philip Szalwinski