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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9800fd3de4b72b22f083edb20b4c9b74b58f306ce70266a1a9c2aa6b40b02d1e
4
- data.tar.gz: 0ba0352e45dd1609d2070e915d6fcf3e41175fd7e52dafcdb4ed5151967241d9
3
+ metadata.gz: 59bd1690879679cdd45c163968253a1fbc72b31f01cc96dbadcae33ef91b2ff4
4
+ data.tar.gz: 8cb18e1eb8322c6174fd313636f18937a03ffdc87e5b546e2619ced95fe54521
5
5
  SHA512:
6
- metadata.gz: 1350f7c939581714ba21108e8376faf4091905a5a85e15ec2d7b4fdc0e44de9c6057698117b04abcf763cf4b3cc74d807383c609c23814973cca58b0a318a59e
7
- data.tar.gz: fc2464dbfc163a53742af0e286623a08f67c70472acabd8bfb0176aadfd18431b3f7c41a340264cbf79c9b493b8cda0fcf4b13b91be086cf9442ec9b971f3a4e
6
+ metadata.gz: fb9dc7e48fdae91f4ec59c9969353083367c6bd8706e2dde4dd45aeefbe49631d4789b285945ed78ad1f0094282bc54ea276e1448942e64a571bdcdb137dd971
7
+ data.tar.gz: 0c09e76fa4d56e7b36109cebf438679feb7aaffa61a82b49f12f3c0795df2a976176783d07f8ee796ca3d93f7c382adb5e426752e605deb2daff3ce8b2c418e5
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 4.2.2 - May 18, 2026
2
+ - Freeze output raw data
3
+ - Seeds#construct macro
4
+
1
5
  ## 4.2.1 - February 1, 2026
2
6
  - Correct Scenes#introduction documentation
3
7
  - Fix parsing of piped verbs
@@ -88,6 +88,7 @@ module Gamefic
88
88
 
89
89
  def freeze
90
90
  raw_data.freeze
91
+ raw_data.each_value(&:freeze)
91
92
  super
92
93
  end
93
94
 
@@ -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]
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Gamefic
4
- VERSION = '4.2.1'
4
+ VERSION = '4.2.2'
5
5
  end
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.1
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-02-01 00:00:00.000000000 Z
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: 3.6.7
256
+ rubygems_version: 4.0.6
257
257
  specification_version: 4
258
258
  summary: Gamefic
259
259
  test_files: []