ruby_ttt 0.4.4 → 0.4.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,4 @@
1
+ File.join(File.expand_path(File.dirname(__FILE__)), "..", "ruby_ttt")
1
2
  require 'tictactoe_constants'
2
3
  require 'ai'
3
4
  require 'board'
File without changes
File without changes
File without changes
File without changes
File without changes
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.4.4
4
+ version: 0.4.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-01-01 00:00:00.000000000 Z
12
+ date: 2014-01-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -35,18 +35,18 @@ executables: []
35
35
  extensions: []
36
36
  extra_rdoc_files: []
37
37
  files:
38
- - lib/ai.rb
39
- - lib/ai_player.rb
40
- - lib/board.rb
41
- - lib/computer_player.rb
42
- - lib/game.rb
43
- - lib/game_setup.rb
44
- - lib/human_player.rb
45
- - lib/player.rb
46
- - lib/player_factory.rb
38
+ - lib/ruby_ttt/ai.rb
39
+ - lib/ruby_ttt/ai_player.rb
40
+ - lib/ruby_ttt/board.rb
41
+ - lib/ruby_ttt/computer_player.rb
42
+ - lib/ruby_ttt/game.rb
43
+ - lib/ruby_ttt/game_setup.rb
44
+ - lib/ruby_ttt/human_player.rb
45
+ - lib/ruby_ttt/player.rb
46
+ - lib/ruby_ttt/player_factory.rb
47
+ - lib/ruby_ttt/tictactoe_constants.rb
48
+ - lib/ruby_ttt/ui.rb
47
49
  - lib/ruby_ttt.rb
48
- - lib/tictactoe_constants.rb
49
- - lib/ui.rb
50
50
  homepage: http://rubygems.org/gems/ruby_ttt
51
51
  licenses: []
52
52
  post_install_message: