hanami-view 2.2.0 → 2.2.1
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 +6 -0
- data/lib/hanami/view/scope_builder.rb +1 -1
- data/lib/hanami/view/version.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 24cc84b0975089b47de24a0b94f7a2d7a5ca4c8e036f4df64c046e623e0ec5a1
|
4
|
+
data.tar.gz: 4f7bc60421219f5affbe92373e0d5411fef5cf521aa5b84ec3da4e64a03d4953
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7f08686f2668968270ad0949352aa9f494dc12c04a5365565015a2b079937e81dd8014a98fc0fa5fc5f4cd4ee41a16b90983a36b5139fe6772ff95b1dba2b36e
|
7
|
+
data.tar.gz: cd94c6a6dd663c087b63740d10c3e0c642b8beafa39fd776aca55005598e02cfdf6aa06aaa467f21b302b28acee7ef60c390ce57748b70088a6b8f3cd8143f40
|
data/CHANGELOG.md
CHANGED
@@ -2,6 +2,12 @@
|
|
2
2
|
|
3
3
|
View layer for Hanami
|
4
4
|
|
5
|
+
## v2.2.1 - 2025-03-17
|
6
|
+
|
7
|
+
### Fixed
|
8
|
+
|
9
|
+
- Allow multiple named scopes to be built in a single rendering (via a fix to internal scope class cache keys) (@swilgosz in #253)
|
10
|
+
|
5
11
|
## v2.2.0 - 2024-11-05
|
6
12
|
|
7
13
|
## v2.2.0.rc1 - 2024-10-29
|
data/lib/hanami/view/version.rb
CHANGED
metadata
CHANGED
@@ -1,15 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hanami-view
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.
|
4
|
+
version: 2.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tim Riley
|
8
8
|
- Piotr Solnica
|
9
|
-
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date:
|
11
|
+
date: 2025-03-17 00:00:00.000000000 Z
|
13
12
|
dependencies:
|
14
13
|
- !ruby/object:Gem::Dependency
|
15
14
|
name: dry-configurable
|
@@ -202,7 +201,6 @@ metadata:
|
|
202
201
|
changelog_uri: https://github.com/hanami/view/blob/main/CHANGELOG.md
|
203
202
|
source_code_uri: https://github.com/hanami/view
|
204
203
|
bug_tracker_uri: https://github.com/hanami/view/issues
|
205
|
-
post_install_message:
|
206
204
|
rdoc_options: []
|
207
205
|
require_paths:
|
208
206
|
- lib
|
@@ -217,8 +215,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
217
215
|
- !ruby/object:Gem::Version
|
218
216
|
version: '0'
|
219
217
|
requirements: []
|
220
|
-
rubygems_version: 3.
|
221
|
-
signing_key:
|
218
|
+
rubygems_version: 3.6.2
|
222
219
|
specification_version: 4
|
223
220
|
summary: A complete, standalone view rendering system that gives you everything you
|
224
221
|
need to write well-factored view code
|