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.
- checksums.yaml +4 -4
- data/README.md +2 -1
- data/lib/sashite/pcn/game.rb +2 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b90a96c85d49c245e2dfcc5e6b98c3f540654df1d65e1bd2d36781632cabd575
|
|
4
|
+
data.tar.gz: 00b8f910e581e1cba1c9c92abf2ca32e11f760bdc7566d9c6eff379400a1683a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
- `"
|
|
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
|
|
data/lib/sashite/pcn/game.rb
CHANGED