propel_rails 0.3.1.3 → 0.3.1.4

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +14 -0
  3. data/lib/propel_rails.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8d1baf39d472328ae3c7636af875fe27d08dfb2c8e0017e3f2fcd9185a24335f
4
- data.tar.gz: 1444b2189b2407e6b929e6dc86e533847dfb62925e6ca38251caa83ae927d645
3
+ metadata.gz: 4a996c32cd23d74f45dd85d71a77b29dacba039058396d8266a8e624dfedb7fe
4
+ data.tar.gz: c84c118865158d1134e85569b97f7de304d9d818d90297793dadb8283730a5f9
5
5
  SHA512:
6
- metadata.gz: 12ccc4d79b945b3e3a3bce93e98fea48d22a2f6191f4e04666f26bfa1eebba9b886e79a7d4aee2e2d35f94a9d5d8b7acb88b7074d31774721e154bbf50c8e79c
7
- data.tar.gz: acf0a87657dcb5002fab9f563a1d85e65f43e6cb3ea9eb95268a0ac5e581ca2c811f11bcee7963740c576a915f07c91a1fa779fd529f67101e286fdb56854f81
6
+ metadata.gz: 8e64ae8e5b2040190cb2625400123556050f4a5f9c2735725f5fd27e14b90d350bc08dfe2fd5f2797128e65b86839fbca595df7bd7ae7c7c9100d5d6a2d42fa4
7
+ data.tar.gz: 568a5b761d7d2c767b241cc7655151e031d60cb6255b95acc85821fda5ee2a264c24a19d21d02cb8a8174ed5bed31d174f95129decb4436a4d85c63572861e73
data/CHANGELOG.md CHANGED
@@ -12,6 +12,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
  - Cross-component integration patterns
13
13
  - Advanced orchestration features
14
14
 
15
+ ## [0.3.1.4] - 2025-09-11
16
+
17
+ ### 🐛 Critical Bug Fixes
18
+ - **PropelApi Polymorphic Parents Regression**: Fixed critical regression affecting polymorphic generator usage
19
+ - Resolved `NoMethodError: undefined method 'strip' for Array` in polymorphic parent parsing
20
+ - **Root Cause**: Overcomplicated parsing logic incorrectly assumed Thor provides Arrays
21
+ - **Solution**: Reverted to original, simple parsing that works with Thor's actual String output
22
+ - Enhanced generator stability for polymorphic associations with `--parents` option
23
+
24
+ ### 🔧 Dependency Updates
25
+ - **PropelApi 0.3.1.4**: Critical polymorphic parents parsing fix and enhanced documentation
26
+ - **PropelAuthentication 0.3.1.4**: Version synchronization
27
+ - **PropelFacets 0.3.1.4**: Version synchronization
28
+
15
29
  ## [0.3.1.3] - 2025-09-11
16
30
 
17
31
  ### 🐛 Bug Fixes & Improvements
data/lib/propel_rails.rb CHANGED
@@ -4,7 +4,7 @@ require "pathname"
4
4
 
5
5
  module Propel
6
6
  module Rails
7
- VERSION = "0.3.1.3"
7
+ VERSION = "0.3.1.4"
8
8
 
9
9
  class Error < StandardError; end
10
10
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: propel_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1.3
4
+ version: 0.3.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Propel Team