ruby_ttt 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/game_setup.rb +1 -1
  2. metadata +1 -1
data/lib/game_setup.rb CHANGED
@@ -40,7 +40,7 @@ class CLIGameSetup < GameSetup
40
40
  get_player_type(player_two)
41
41
  level = get_difficulty_level
42
42
  who_goes_first
43
- Game.new(board, ui, player_one, player_two, level).play!
43
+ CLIGame.new(board, ui, player_one, player_two, level).play!
44
44
  rescue Interrupt
45
45
  ui.early_exit_message
46
46
  exit
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_ttt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: