sashite-pcn 0.1.0 → 0.2.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -1
  3. data/lib/sashite/pcn/game.rb +2 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6bf9f1d06c41969fe2ed053fa57dfec15e639751070b1a6811f4a09f5c23e455
4
- data.tar.gz: c2294034b9529836b9675dd37e572eb7dd883b6e52ba81f1bf401d8a9da9d3b1
3
+ metadata.gz: b90a96c85d49c245e2dfcc5e6b98c3f540654df1d65e1bd2d36781632cabd575
4
+ data.tar.gz: 00b8f910e581e1cba1c9c92abf2ca32e11f760bdc7566d9c6eff379400a1683a
5
5
  SHA512:
6
- metadata.gz: 2e520a3bc564b5e3d3d566ce7f9504cfab01b9094f5c8bcab9bcef95a6b519ecaa242a3d2ad582e17d7415f58fc0d585b4448c4bd521cc9b27559898ae5da6f3
7
- data.tar.gz: 24f763a02d7777e14f289cdc20c8587d2bac0a233be822562ce0caba4d2b1b067b924a508b5b57fd3c311e30ffc83fefd5ea7cd7b767680590d02b2dbb85c024
6
+ metadata.gz: 0c515049c30155a4527b15d454aee58e7072ac2474b21805a0193baad358973d1e9eb62897203911a54a2f839737e68509915f9966c787903f01f41cf96aa6de
7
+ data.tar.gz: 64f75e708b31a5eb5da5dcbb7dfc0997b8cab73f5bafee3a4e7072da3512145afe4a5a84b1a4c7b192afd5d3577665cdf4ada2d55dc0de57de651fa57aa6afc5
data/README.md CHANGED
@@ -295,7 +295,8 @@ result = original
295
295
  - `"time_limit"` - Time exceeded
296
296
  - `"move_limit"` - Move limit reached
297
297
  - `"repetition"` - Position repetition
298
- - `"mutual_agreement"` - Players agreed to end
298
+ - `"agreement"` - Players agreed to end
299
+ - `"insufficient"` - Neither player has sufficient material to force a win
299
300
 
300
301
  ## API Reference
301
302
 
@@ -25,7 +25,8 @@ module Sashite
25
25
  time_limit
26
26
  move_limit
27
27
  repetition
28
- mutual_agreement
28
+ agreement
29
+ insufficient
29
30
  ].freeze
30
31
 
31
32
  # @return [Feen::Position] Initial position
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sashite-pcn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cyril Kato