phlexi-form 0.6.2 → 0.7.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 390c9251d061912836d969010c1eee35aa295b3074c6d553c4f4946c3b372619
4
- data.tar.gz: cc10d150c8a398ca408779f0b8abdc1d0dad1a1214c2607c641b3f838ce86b6b
3
+ metadata.gz: 126651d9514affaa03136f609004f61c849e71bd513dfddda178c1da0e13dbfe
4
+ data.tar.gz: 75ecd62c9a7f626844787d6c38be13df30238f53944127d32a6cda5446c8c9b1
5
5
  SHA512:
6
- metadata.gz: 6ae637e65fabf7421f8abb20028567654480b136a02d6501a85a1d028fba7a4d331f5bcc4364292e75c86bcfef51ef749e0f1f02f86cac7a8a2a08b23eec2573
7
- data.tar.gz: 69aae94f12a3f7212d1976ef774bef3f2431a28297f47828e141f18e4c046e6bc036cf7148000bbf79a34689db0067568feda4b66614b8c7d82491d1903488d1
6
+ metadata.gz: 5d6409ed4259b7cdc42063100a57d3990533e4f2b8325ecdd20c64859868f248a424353af260a489023c99900ee820331b345a84a7c4703b4ecde8f916d20e65
7
+ data.tar.gz: b9d48ed9c76a82b5bd39d1153c2ad51905ecf31f7f627b97bb219526eac69029048f5eca1eaf0e4613f27c3931d486059c83726790568bc143ceaf13c1846810
data/LICENSE.txt CHANGED
@@ -1,6 +1,7 @@
1
1
  The MIT License (MIT)
2
2
 
3
3
  Copyright (c) 2024 Stefan Froelich
4
+ Copyright (c) 2023 Brad Gessler
4
5
 
5
6
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
7
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -4,6 +4,8 @@ Phlexi::Form is a flexible and powerful form builder for Ruby applications. It p
4
4
 
5
5
  [![Ruby](https://github.com/radioactive-labs/phlexi-form/actions/workflows/main.yml/badge.svg)](https://github.com/radioactive-labs/phlexi-form/actions/workflows/main.yml)
6
6
 
7
+ > This project was originally forked from [Superform](https://github.com/rubymonolith/superform) and has been enhanced with additional features and improvements.
8
+
7
9
  ## Features
8
10
 
9
11
  - Customizable form components (input, select, checkbox, radio button, etc.)
@@ -1,9 +1,10 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- phlexi-form (0.3.1)
4
+ phlexi-form (0.6.2)
5
5
  activesupport
6
6
  phlex (~> 1.11)
7
+ phlexi-field
7
8
  zeitwerk
8
9
 
9
10
  GEM
@@ -71,6 +72,9 @@ GEM
71
72
  crass (1.0.6)
72
73
  drb (2.2.1)
73
74
  erubi (1.13.0)
75
+ fiber-local (1.1.0)
76
+ fiber-storage
77
+ fiber-storage (1.0.0)
74
78
  i18n (1.14.5)
75
79
  concurrent-ruby (~> 1.0)
76
80
  io-console (0.7.2)
@@ -92,6 +96,8 @@ GEM
92
96
  builder
93
97
  minitest (>= 5.0)
94
98
  ruby-progressbar
99
+ nokogiri (1.16.7-arm64-darwin)
100
+ racc (~> 1.4)
95
101
  nokogiri (1.16.7-x86_64-darwin)
96
102
  racc (~> 1.4)
97
103
  parallel (1.26.3)
@@ -102,6 +108,11 @@ GEM
102
108
  phlex-testing-capybara (0.1.0)
103
109
  capybara (~> 3.38)
104
110
  phlex (>= 0.5)
111
+ phlexi-field (0.0.11)
112
+ activesupport
113
+ fiber-local
114
+ phlex (~> 1.11)
115
+ zeitwerk
105
116
  psych (5.1.2)
106
117
  stringio
107
118
  public_suffix (6.0.1)
@@ -179,6 +190,7 @@ GEM
179
190
  zeitwerk (2.6.18)
180
191
 
181
192
  PLATFORMS
193
+ arm64-darwin-24
182
194
  x86_64-darwin
183
195
 
184
196
  DEPENDENCIES
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Phlexi
4
4
  module Form
5
- VERSION = "0.6.2"
5
+ VERSION = "0.7.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phlexi-form
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefan Froelich
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-12-02 00:00:00.000000000 Z
11
+ date: 2024-12-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: phlex