pszals_ttt 0.0.0 → 0.0.1

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 +6 -0
  3. metadata +4 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e94776de494fef81265f1603ad67dbb72ac6d9fd
4
- data.tar.gz: 6567cdf5a42a5f46dd674bc40e3179985b152dba
3
+ metadata.gz: 6d78e61d1e7afa80adfd20af4afc6029d0d6bd82
4
+ data.tar.gz: ec7fbabfcfbf186ca7586ef23992556b51172a94
5
5
  SHA512:
6
- metadata.gz: 2c97013a4575ddd44fe2ca9a3dbece254d3f8babf6862d3740f5950afb5b424a19ff2a0bf0ed2c8234f28728333125960b874206526f6c7467553eb81b14ac46
7
- data.tar.gz: 26419f52c36fc0e988730b29322c7ddbe2fcb605c87abc6beeebf30ac862bb1ff44e0ff0a102ff6b41761b8f5e8a5411290aa46ec3df8cb71cc5ccfcfa5b6997
6
+ metadata.gz: 13128817049e42daa682d5a20810e43542d36284b118ed39fe7357f32d20b2584f1ef3970b7341f46c71594f5dd91abf0f1a74a5233865b64b823cfde8d72e84
7
+ data.tar.gz: c7d19fe2be8d38b42f447c8c4e8be95691f10d71a3403d87d06279403ee266dd4cd76cc07270cb2e5f083c54d760780e5d9aad8bc0a79fa92fda321cf34fcd15
data/bin/tictactoe ADDED
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/env ruby
2
+ $LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
3
+ require 'runner'
4
+ require 'console_ui'
5
+
6
+ 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.0
4
+ version: 0.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Philip Szalwinski
@@ -12,7 +12,8 @@ date: 2013-07-25 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: my tic tac toe game engine
14
14
  email: pszalwinski@gmail.com
15
- executables: []
15
+ executables:
16
+ - tictactoe
16
17
  extensions: []
17
18
  extra_rdoc_files: []
18
19
  files:
@@ -23,6 +24,7 @@ files:
23
24
  - lib/player.rb
24
25
  - lib/runner.rb
25
26
  - lib/unbeatable_ai.rb
27
+ - bin/tictactoe
26
28
  homepage:
27
29
  licenses: []
28
30
  metadata: {}