inline_forms 7.13.13 → 7.13.14

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: 19f4f7144a10894c266671d30cc1eada618857dc8620bd36a1388d60f778a5ed
4
- data.tar.gz: b7eb0513c5c28de97ca3466e37bece1b8c44a0143fb37d7ea4addd07db2052b0
3
+ metadata.gz: 860bfcf4a35bfd76b34b2ac0aa32538370754762e697af0ee5b0da688c4e12b7
4
+ data.tar.gz: da3ee422cd4d37c457a8b311bb575b9a7b9e420325af26df5d248c54bc9f5ee5
5
5
  SHA512:
6
- metadata.gz: 726a7ab2ca95bf93a771fc4834b8a530af5f78d2e0b24f41757e67bd53325b581cd0d72ea4c426297b72934769f1d883d9b51c6366eb9ba044706253d511bf85
7
- data.tar.gz: e6d7a92a602a293d8827c932dbe7a3c4180495cb96c04f614a3bbf248204a62d77f2e2a02e990ed544b044526da4dc3dfb3d6045344d6ddadb4bb871eed651e4
6
+ metadata.gz: 3113fb740e235c53752446b72557359b579085b4a728d26c6a649c9d9fe9f914debaddbb95904dc476c27c26b0a97525116ca01f4de8950cbcd799a8424088d8
7
+ data.tar.gz: 9b5d3eaf4688236a1cef4677412d8e6e0aff2729090a0d5ceb3f17f8fc076f043f0b3503e6d06c71ed1afe7db1ac2a57d487c1d490153d9441df0e2d7fe39e13
data/CHANGELOG.md CHANGED
@@ -4,6 +4,18 @@ All notable changes to this project are documented in this file.
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [7.13.14] - 2026-05-21
8
+
9
+ ### Fixed
10
+
11
+ - **Install log:** header (`Install log: …` at top), test output (`tee -a`), and closing summary are all written into `MyApp/log/inline_forms_create-*.log` (not only on the terminal).
12
+ - **`--example` test summary:** read from the install log after create (ENV set inside `rails new` did not reach the Creator parent process).
13
+
14
+ ### Changed
15
+
16
+ - **`InlineForms::VERSION`** and **`InlineFormsInstaller::VERSION`** → **7.13.14** (lockstep with **validation_hints**).
17
+ - **Gemfile header:** records `inline_forms_installer` version, not the resolved `inline_forms` engine version.
18
+
7
19
  ## [7.13.13] - 2026-05-21
8
20
 
9
21
  ### Added
@@ -1,4 +1,4 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module InlineForms
3
- VERSION = "7.13.13"
3
+ VERSION = "7.13.14"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inline_forms
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.13.13
4
+ version: 7.13.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ace Suares