view_component-form 0.2.7 → 0.2.8
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 -1
- data/README.md +2 -1
- data/lib/view_component/form/version.rb +1 -1
- metadata +10 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ebfe18c2f32926684dc1bc0a96b4711bf56fe8e30ecf6a76cd51ee88228a33f9
|
|
4
|
+
data.tar.gz: 4220a56314d7955107d799b7fe40a364d9375c95d4b6f8cc90f4e3f985e11d26
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 311fd483187bebdb51d8f8a2f2358f5d9076332510cf608228eecd7988fea9c5676a3c605ed2857587682fac725036eab679e334f6c28b9059a66e7d0fb1cf3f
|
|
7
|
+
data.tar.gz: 1f498dc61138469a5e0797993db96f5ba32cd3bc6eec8403542cdd152b4261b371d04271dcba6675d424153eb14896044ace534bbb359ed764e4f640639f699a
|
data/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
Nothing yet
|
|
9
9
|
|
|
10
|
+
## [0.2.8] - 2024-08-20
|
|
11
|
+
### Added
|
|
12
|
+
- Support for Rails 7.2 (#168)
|
|
13
|
+
|
|
10
14
|
## [0.2.7] - 2024-07-18
|
|
11
15
|
### Added
|
|
12
16
|
- Added parent_component configuration for field components (#160)
|
|
@@ -114,7 +118,8 @@ Nothing yet
|
|
|
114
118
|
- Add CHANGELOG (#50)
|
|
115
119
|
- Add CI (#2)
|
|
116
120
|
|
|
117
|
-
[Unreleased]: https://github.com/pantographe/view_component-form/compare/v0.2.
|
|
121
|
+
[Unreleased]: https://github.com/pantographe/view_component-form/compare/v0.2.8...HEAD
|
|
122
|
+
[0.2.8]: https://github.com/pantographe/view_component-form/compare/v0.2.7...v0.2.8
|
|
118
123
|
[0.2.7]: https://github.com/pantographe/view_component-form/compare/v0.2.6...v0.2.7
|
|
119
124
|
[0.2.6]: https://github.com/pantographe/view_component-form/compare/v0.2.5...v0.2.6
|
|
120
125
|
[0.2.5]: https://github.com/pantographe/view_component-form/compare/v0.2.4...v0.2.5
|
data/README.md
CHANGED
|
@@ -8,7 +8,8 @@ Development of this gem is sponsored by:
|
|
|
8
8
|
|
|
9
9
|
## Compatibility
|
|
10
10
|
|
|
11
|
-
> [!WARNING]
|
|
11
|
+
> [!WARNING]
|
|
12
|
+
> **This is an early release, and the API is subject to change until `v1.0.0`.**
|
|
12
13
|
|
|
13
14
|
This gem is tested on:
|
|
14
15
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: view_component-form
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pantographe
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-08-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: actionview
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
version: 6.1.0
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: '
|
|
22
|
+
version: '8.0'
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
version: 6.1.0
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: '
|
|
32
|
+
version: '8.0'
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: activesupport
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -39,7 +39,7 @@ dependencies:
|
|
|
39
39
|
version: 6.1.0
|
|
40
40
|
- - "<"
|
|
41
41
|
- !ruby/object:Gem::Version
|
|
42
|
-
version: '
|
|
42
|
+
version: '8.0'
|
|
43
43
|
type: :runtime
|
|
44
44
|
prerelease: false
|
|
45
45
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -49,7 +49,7 @@ dependencies:
|
|
|
49
49
|
version: 6.1.0
|
|
50
50
|
- - "<"
|
|
51
51
|
- !ruby/object:Gem::Version
|
|
52
|
-
version: '
|
|
52
|
+
version: '8.0'
|
|
53
53
|
- !ruby/object:Gem::Dependency
|
|
54
54
|
name: view_component
|
|
55
55
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -154,7 +154,7 @@ metadata:
|
|
|
154
154
|
source_code_uri: https://github.com/pantographe/view_component-form
|
|
155
155
|
bug_tracker_uri: https://github.com/pantographe/view_component-form/issues
|
|
156
156
|
rubygems_mfa_required: 'true'
|
|
157
|
-
post_install_message:
|
|
157
|
+
post_install_message:
|
|
158
158
|
rdoc_options: []
|
|
159
159
|
require_paths:
|
|
160
160
|
- lib
|
|
@@ -169,8 +169,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
169
169
|
- !ruby/object:Gem::Version
|
|
170
170
|
version: '0'
|
|
171
171
|
requirements: []
|
|
172
|
-
rubygems_version: 3.5.
|
|
173
|
-
signing_key:
|
|
172
|
+
rubygems_version: 3.5.11
|
|
173
|
+
signing_key:
|
|
174
174
|
specification_version: 4
|
|
175
175
|
summary: Rails FormBuilder for ViewComponent
|
|
176
176
|
test_files: []
|