tttazures 0.0.10 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 275bf25f5feb16fb1bedc8058079290cfed0d42f
4
- data.tar.gz: 68821836bbb6dd1a85c8066d3fd2e52ea12e6374
3
+ metadata.gz: d6c1371be46ce73d072ffc6f77ceaedf790a777d
4
+ data.tar.gz: 0c6bd7702293d45666380a61472ed6d9459ff274
5
5
  SHA512:
6
- metadata.gz: 407733209f8104d0284fc8b84779978a5ff5eb36d4a4a9732394d430a850ddd146c1c6c4641e7a51ea24560c128c23378f8e0a512319a31605ebcc90e7783e50
7
- data.tar.gz: f5949f23fc03faa97f08dfe17fcea28fe5a34a21d4aa8feb65016c0cf2ae7a6ab5ac8952f7f5c4b5a718f14aa1f4b392f1a241329dba091024809c2dc4d6e4da
6
+ metadata.gz: c01df335a4c6ef341552556a0beb0d819182a467f0510c7ba03515bafd5e0ccbb3db1ddb69db2dcd56954914bd945927068e11fc9f51d411fbea72b6440f9950
7
+ data.tar.gz: 94263d779ed469980d86762727386a915049e84446fffcc4bfe35358e888d0611dae443e8ae65fee1f0f1c67a913a1f9ff2bb32121b3e4e03ee57c6e0df37fb6
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tttazures
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Zures
@@ -20,9 +20,9 @@ files:
20
20
  - lib/board_printer_three_dim.rb
21
21
  - lib/board_printer_two_dim.rb
22
22
  - lib/computer_ai.rb
23
- - lib/config.rb
24
23
  - lib/console_ui.rb
25
24
  - lib/driver.rb
25
+ - lib/factory.rb
26
26
  - lib/game_controller.rb
27
27
  - lib/human_player.rb
28
28
  - lib/three_dimensional_board.rb
File without changes