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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f625658b6b690f035a94cd44ce2a9f6a53a85b53b62d77c17662729d4abb05bd
4
- data.tar.gz: 5009624a8b0e42fe16d4c0d6f5be74e1d28a689666e0fadc28bd30647f9b9456
3
+ metadata.gz: d4f4d314fd4110d2ae43096e8b1763e69bfaf66bf141d20d8a85f9226fd6bf80
4
+ data.tar.gz: e4dc01512ae6e3a43a691205158cb375d8ed72e06a60bc1f0a71daf447534bf6
5
5
  SHA512:
6
- metadata.gz: c446a92bc406f944d7999628b0347a64ed9cfdae252ce6e49be4205c837a14f53cc63d1736c98a9b4b404bcb1c0387f0ea2160177e7398032a38883001320a74
7
- data.tar.gz: 0b815bee7f8aa325619ad19e165e4d92c68bfd697bd4b1be8b9a9c73eefac74c69fb90f231a18d97d76a310dbf2c6484259bfad335a681c297390a391bb82336
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>, nil] period array
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.0
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.7.1
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