ruby_ttt 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. metadata +2 -3
  2. data/ruby_ttt.rb +0 -7
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.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -34,8 +34,7 @@ email: tsauer@8thlight.com
34
34
  executables: []
35
35
  extensions: []
36
36
  extra_rdoc_files: []
37
- files:
38
- - ruby_ttt.rb
37
+ files: []
39
38
  homepage: http://rubygems.org/gems/ruby_ttt
40
39
  licenses: []
41
40
  post_install_message:
data/ruby_ttt.rb DELETED
@@ -1,7 +0,0 @@
1
- File.join(File.expand_path(File.dirname(__FILE__)), "..", "lib")
2
- require 'game'
3
-
4
- # board = Board.new(3)
5
- # player_one = Player.new(MARKER_X)
6
- # player_two = Player.new(MARKER_O)
7
- # GameSetup.new(board, player_one, player_two).start!