gamefic 4.2.1 → 4.2.2
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/CHANGELOG.md +4 -0
- data/lib/gamefic/props/output.rb +1 -0
- data/lib/gamefic/scriptable/seeds.rb +5 -0
- data/lib/gamefic/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 59bd1690879679cdd45c163968253a1fbc72b31f01cc96dbadcae33ef91b2ff4
|
|
4
|
+
data.tar.gz: 8cb18e1eb8322c6174fd313636f18937a03ffdc87e5b546e2619ced95fe54521
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fb9dc7e48fdae91f4ec59c9969353083367c6bd8706e2dde4dd45aeefbe49631d4789b285945ed78ad1f0094282bc54ea276e1448942e64a571bdcdb137dd971
|
|
7
|
+
data.tar.gz: 0c09e76fa4d56e7b36109cebf438679feb7aaffa61a82b49f12f3c0795df2a976176783d07f8ee796ca3d93f7c382adb5e426752e605deb2daff3ce8b2c418e5
|
data/CHANGELOG.md
CHANGED
data/lib/gamefic/props/output.rb
CHANGED
|
@@ -29,6 +29,11 @@ module Gamefic
|
|
|
29
29
|
# This method adds an instance method for the entity and a class method to
|
|
30
30
|
# reference it with a proxy.
|
|
31
31
|
#
|
|
32
|
+
# @!macro gamefic.construct
|
|
33
|
+
# @!method $1
|
|
34
|
+
# @return [$2]
|
|
35
|
+
# @!method self.$1
|
|
36
|
+
# @return [Proxy]
|
|
32
37
|
# @param name [Symbol, String] The method name for the entity
|
|
33
38
|
# @param klass [Class<Gamefic::Entity>]
|
|
34
39
|
# @return [void]
|
data/lib/gamefic/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gamefic
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.2.
|
|
4
|
+
version: 4.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fred Snyder
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date: 2026-
|
|
10
|
+
date: 2026-05-18 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: base64
|
|
@@ -253,7 +253,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
253
253
|
- !ruby/object:Gem::Version
|
|
254
254
|
version: '0'
|
|
255
255
|
requirements: []
|
|
256
|
-
rubygems_version:
|
|
256
|
+
rubygems_version: 4.0.6
|
|
257
257
|
specification_version: 4
|
|
258
258
|
summary: Gamefic
|
|
259
259
|
test_files: []
|