propel_rails 0.3.3 → 0.3.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 +12 -0
  3. data/lib/propel_rails.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 11592c55b9820565ba041c66ee52b0d09e048b3c5e0452df4dd8cbf2a0149501
4
- data.tar.gz: 98eca640196111c6eeab5b5acac1761cb56f02a46034291060399e5286634bbb
3
+ metadata.gz: 64e52f4ae9d9b07f9fe598734b83d45adae9c7f9beb94306a18dd04c755ffa46
4
+ data.tar.gz: 80d00b55f061bfb2790f62d4fb3a19e13a35a8f4d0d2ee86db7eb2c04a17d755
5
5
  SHA512:
6
- metadata.gz: 6675ebaad5fa1f7cc85aa2486b82b53e6c89600c9f2f950f54deb5c641c157474bd7a3f54b3b78c85e138c76d742ef79abe3948fdae5c3f7e9a72acf8cd8c1eb
7
- data.tar.gz: 2d2a10db01ad4714f2bd51218f405026afa88e05396c01b12f50e0725f93ddc26013136232d04df330bfdde5a6ea47734431fed673498178ca0155448b2ba22b
6
+ metadata.gz: 4877ef5c47fb0ee805c3ab6955bdfdf28915a13d4f05454e58dc794bbf50926a29fda728755d26d957f911812d10d93d739befb90757286fe21492b31a235503
7
+ data.tar.gz: cea170f3a883093c170915d02d7cb9ad6a7c0c8ed561ccbda1c80554b71339173ea64cbe8567f4eb8014bb7ee4387303027cb068640b6ad7a9c60e062ff9f53b
data/CHANGELOG.md CHANGED
@@ -12,6 +12,18 @@ 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.4] - 2025-09-29
16
+
17
+ ### Added
18
+ - **New `propel_integration` gem**: Initial release of the `propel_integration` gem, which provides tools for integrating with third-party services.
19
+
20
+ ### Fixed
21
+ - **Custom `has_scope` definitions**: The dynamic scope generator in `propel_api` no longer overrides custom `has_scope` definitions.
22
+ - **`has_scope` parameter filtering**: All declared `has_scope` parameters are now automatically permitted.
23
+
24
+ ### Changed
25
+ - All Propel gems have been updated to version `0.3.4` for consistency.
26
+
15
27
  ## [0.3.3] - 2025-01-XX
16
28
 
17
29
  ### 🎉 Major Features Added
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.3"
7
+ VERSION = "0.3.4"
8
8
 
9
9
  class Error < StandardError; end
10
10
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: propel_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Propel Team
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-09-18 00:00:00.000000000 Z
11
+ date: 2025-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler