sashite-pcn 0.4.0 → 0.4.1
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 +1 -1
- data/lib/sashite/pcn/game/sides.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d4f4d314fd4110d2ae43096e8b1763e69bfaf66bf141d20d8a85f9226fd6bf80
|
|
4
|
+
data.tar.gz: e4dc01512ae6e3a43a691205158cb375d8ed72e06a60bc1f0a71daf447534bf6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5ad2af5a5074be25e88d4173fdebf180e6dfb4213e3fb1f0b85d9cc7360976433cc3e7c36d2b248cd790ce35929c354bc6726601482881a38a5769a73c9fa010
|
|
7
|
+
data.tar.gz: 9df7d3ac32169ba3c2a3f4491b9f7870ff6ff0388005ee5e896af799d8a8d2d4f47a382c99287918356af683536a8f6e1d3aced38c0accb33ae37e2bc4898f66
|
data/README.md
CHANGED
|
@@ -84,7 +84,7 @@ final_game = new_game.with_status("checkmate")
|
|
|
84
84
|
|
|
85
85
|
## API Documentation
|
|
86
86
|
|
|
87
|
-
For complete API documentation, see [API.md](API.md).
|
|
87
|
+
For complete API documentation, see [API.md](https://github.com/sashite/pcn.rb/blob/v0.4.1/API.md).
|
|
88
88
|
|
|
89
89
|
The API documentation includes:
|
|
90
90
|
- All classes and methods
|
|
@@ -404,7 +404,7 @@ module Sashite
|
|
|
404
404
|
|
|
405
405
|
# Describe time control periods in human-readable format
|
|
406
406
|
#
|
|
407
|
-
# @param periods [Array<Hash
|
|
407
|
+
# @param periods [Array<Hash>] period array
|
|
408
408
|
# @return [String] description
|
|
409
409
|
def describe_periods(periods)
|
|
410
410
|
return "unlimited" if periods.empty?
|
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.4.
|
|
4
|
+
version: 0.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Cyril Kato
|
|
@@ -113,7 +113,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
113
113
|
- !ruby/object:Gem::Version
|
|
114
114
|
version: '0'
|
|
115
115
|
requirements: []
|
|
116
|
-
rubygems_version: 3.
|
|
116
|
+
rubygems_version: 3.6.9
|
|
117
117
|
specification_version: 4
|
|
118
118
|
summary: PCN (Portable Chess Notation) implementation for Ruby with comprehensive
|
|
119
119
|
game record representation
|