taka_tic_tac_toe 0.3.0 → 0.4.0

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.
@@ -9,7 +9,7 @@ module TakaTicTacToe
9
9
  end
10
10
 
11
11
  def difficulty= difficulty
12
- @difficulty = TicTacToe.const_get(difficulty).new(@mark, @opponent_mark)
12
+ @difficulty = TakaTicTacToe.const_get(difficulty).new(@mark, @opponent_mark)
13
13
  end
14
14
 
15
15
  def make_move(board)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: taka_tic_tac_toe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -93,7 +93,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
93
93
  version: '0'
94
94
  segments:
95
95
  - 0
96
- hash: 456996017155097157
96
+ hash: 790101770860698633
97
97
  required_rubygems_version: !ruby/object:Gem::Requirement
98
98
  none: false
99
99
  requirements: