sashite-pnn 1.0.0 → 1.0.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 +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
3
|
+
metadata.gz: cc91e11f8d339cc5fbad7f63a992fe3673aca84de09823f57b3bac30f787d115
|
|
4
4
|
data.tar.gz: 3d5566a65d929b5f60169496ecaac21f41855551d415024638ba38d6e941709c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
6
|
+
metadata.gz: 995dfb0e2966e9fec73b675b4c313d4817f87ad09bce6ec8a1b977f2144dfd6cb0260cc8ee27beb4fcfc4db5dd9acb0e88d648bd9015697a5f11b47103550f48
|
|
7
7
|
data.tar.gz: 7bdc2954d3f0aa39da0b59bab6dff52967219c368559ef78c86193bb52ec89007ed85463ba4a5cbf2eb882adae10da4369c8725d2e983d5eed41090aa4dc32a9
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sashite-pnn
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Cyril Kato
|
|
@@ -15,14 +15,14 @@ dependencies:
|
|
|
15
15
|
requirements:
|
|
16
16
|
- - "~>"
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
|
-
version: 1.
|
|
18
|
+
version: 1.1.0
|
|
19
19
|
type: :runtime
|
|
20
20
|
prerelease: false
|
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
22
22
|
requirements:
|
|
23
23
|
- - "~>"
|
|
24
24
|
- !ruby/object:Gem::Version
|
|
25
|
-
version: 1.
|
|
25
|
+
version: 1.1.0
|
|
26
26
|
description: A clean, immutable Ruby interface for working with piece identifiers
|
|
27
27
|
in PNN format. PNN extends PIN notation to provide style-aware piece representation
|
|
28
28
|
with derivation markers for cross-style games. Features include all four fundamental
|