ruby_ttt 0.2.2 → 0.2.3

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
@@ -90,7 +90,7 @@ end
90
90
  class WebGameSetup < GameSetup
91
91
  attr_accessor :ui
92
92
  def initialize
93
- @ui = WebUI.new
93
+ @ui = UI.new
94
94
  end
95
95
 
96
96
  def set_up_players(player_one_type, player_two_type)
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.2.2
4
+ version: 0.2.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: