go_gtp 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/go/gtp.rb +1 -1
  2. data/lib/go/gtp/board.rb +2 -0
  3. metadata +3 -3
@@ -2,7 +2,7 @@ require "go/gtp/board"
2
2
 
3
3
  module Go
4
4
  class GTP
5
- VERSION = "0.0.1"
5
+ VERSION = "0.0.2"
6
6
 
7
7
  def self.run_gnugo(options = { }, &commands)
8
8
  directory = options.fetch(:directory, nil)
@@ -1,3 +1,5 @@
1
+ require "go/gtp/point"
2
+
1
3
  module Go
2
4
  class GTP
3
5
  class Board
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - James Edward Gray II
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-10-02 00:00:00 -05:00
18
+ date: 2010-10-15 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency