phlexible 3.0.0 → 3.1.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.
Files changed (41) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +42 -8
  3. data/.ruby-version +1 -1
  4. data/Appraisals +18 -4
  5. data/README.md +71 -7
  6. data/Rakefile +4 -4
  7. data/gemfiles/phlex1_rails7.gemfile +24 -0
  8. data/gemfiles/phlex1_rails7.gemfile.lock +464 -0
  9. data/gemfiles/phlex1_rails8.gemfile +24 -0
  10. data/gemfiles/phlex1_rails8.gemfile.lock +463 -0
  11. data/gemfiles/phlex2_rails7.gemfile +24 -0
  12. data/gemfiles/phlex2_rails7.gemfile.lock +471 -0
  13. data/gemfiles/phlex2_rails8.gemfile +24 -0
  14. data/gemfiles/phlex2_rails8.gemfile.lock +470 -0
  15. data/lib/phlexible/page_title.rb +13 -13
  16. data/lib/phlexible/process_attributes.rb +58 -0
  17. data/lib/phlexible/rails/action_controller/implicit_render.rb +15 -7
  18. data/lib/phlexible/rails/button_to_concerns.rb +71 -70
  19. data/lib/phlexible/rails/controller_variables.rb +52 -49
  20. data/lib/phlexible/version.rb +1 -1
  21. metadata +13 -27
  22. data/Gemfile +0 -13
  23. data/Gemfile.lock +0 -257
  24. data/config/render_helper.rb +0 -27
  25. data/config/sus.rb +0 -8
  26. data/fixtures/dummy/app/controllers/articles_controller.rb +0 -4
  27. data/fixtures/dummy/app/views/articles/index.html.erb +0 -1
  28. data/fixtures/dummy/app/views/articles/link.rb +0 -9
  29. data/fixtures/dummy/app/views/articles/show.rb +0 -7
  30. data/fixtures/dummy/config/database.yml +0 -3
  31. data/fixtures/dummy/config/routes.rb +0 -5
  32. data/fixtures/dummy/config/storage.yml +0 -3
  33. data/fixtures/dummy/db/schema.rb +0 -6
  34. data/fixtures/dummy/log/.gitignore +0 -1
  35. data/fixtures/dummy/public/favicon.ico +0 -0
  36. data/fixtures/rails_helper.rb +0 -11
  37. data/gemfiles/phlex_1.gemfile +0 -14
  38. data/gemfiles/phlex_1.gemfile.lock +0 -253
  39. data/gemfiles/phlex_2.gemfile +0 -14
  40. data/gemfiles/phlex_2.gemfile.lock +0 -254
  41. data/phlexible.gemspec +0 -37
@@ -1,4 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- class ArticlesController < ActionController::Base
4
- end
@@ -1 +0,0 @@
1
- <%= render Views::Articles::Link.new %>
@@ -1,9 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- class Views::Articles::Link < Phlex::HTML
4
- include Phlexible::Rails::AElement
5
-
6
- def view_template
7
- a(href: :root, class: :foo) { 'A link to root' }
8
- end
9
- end
@@ -1,7 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- class Views::Articles::Show < Phlex::HTML
4
- include Phlexible::Rails::ControllerVariables
5
-
6
- def view_template; end
7
- end
@@ -1,3 +0,0 @@
1
- test:
2
- adapter: sqlite3
3
- database: db/combustion_test.sqlite
@@ -1,5 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- Rails.application.routes.draw do
4
- root to: 'articles#index'
5
- end
@@ -1,3 +0,0 @@
1
- test:
2
- service: Disk
3
- root: /Users/joelmoss/dev/phlexible/tmp/storage
@@ -1,6 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- ActiveRecord::Schema.define do
4
- # Set up any tables you need to exist for your test suite that don't belong
5
- # in migrations.
6
- end
@@ -1 +0,0 @@
1
- *.log
File without changes
@@ -1,11 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- Bundler.require :default
4
-
5
- Combustion.path = 'fixtures/dummy'
6
-
7
- Combustion.initialize! :action_controller do
8
- config.load_defaults 7.0
9
- config.autoload_paths << "#{root}/app"
10
- config.active_support.to_time_preserves_timezone = :zone
11
- end
@@ -1,14 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "appraisal"
6
- gem "combustion"
7
- gem "debug"
8
- gem "rake", "~> 13.0"
9
- gem "rubocop", "~> 1.55"
10
- gem "sus"
11
- gem "phlex", ">= 1.10.0", "< 2.0.0"
12
- gem "phlex-rails", ">= 1.2.1", "< 2.0.0"
13
-
14
- gemspec path: "../"
@@ -1,253 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- phlexible (2.2.0)
5
- phlex (>= 1.10.0, < 3.0.0)
6
- phlex-rails (>= 1.2.0, < 3.0.0)
7
- rails (>= 7.2.0, < 9.0.0)
8
- zeitwerk (~> 2.7.2)
9
-
10
- GEM
11
- remote: https://rubygems.org/
12
- specs:
13
- actioncable (8.0.2)
14
- actionpack (= 8.0.2)
15
- activesupport (= 8.0.2)
16
- nio4r (~> 2.0)
17
- websocket-driver (>= 0.6.1)
18
- zeitwerk (~> 2.6)
19
- actionmailbox (8.0.2)
20
- actionpack (= 8.0.2)
21
- activejob (= 8.0.2)
22
- activerecord (= 8.0.2)
23
- activestorage (= 8.0.2)
24
- activesupport (= 8.0.2)
25
- mail (>= 2.8.0)
26
- actionmailer (8.0.2)
27
- actionpack (= 8.0.2)
28
- actionview (= 8.0.2)
29
- activejob (= 8.0.2)
30
- activesupport (= 8.0.2)
31
- mail (>= 2.8.0)
32
- rails-dom-testing (~> 2.2)
33
- actionpack (8.0.2)
34
- actionview (= 8.0.2)
35
- activesupport (= 8.0.2)
36
- nokogiri (>= 1.8.5)
37
- rack (>= 2.2.4)
38
- rack-session (>= 1.0.1)
39
- rack-test (>= 0.6.3)
40
- rails-dom-testing (~> 2.2)
41
- rails-html-sanitizer (~> 1.6)
42
- useragent (~> 0.16)
43
- actiontext (8.0.2)
44
- actionpack (= 8.0.2)
45
- activerecord (= 8.0.2)
46
- activestorage (= 8.0.2)
47
- activesupport (= 8.0.2)
48
- globalid (>= 0.6.0)
49
- nokogiri (>= 1.8.5)
50
- actionview (8.0.2)
51
- activesupport (= 8.0.2)
52
- builder (~> 3.1)
53
- erubi (~> 1.11)
54
- rails-dom-testing (~> 2.2)
55
- rails-html-sanitizer (~> 1.6)
56
- activejob (8.0.2)
57
- activesupport (= 8.0.2)
58
- globalid (>= 0.3.6)
59
- activemodel (8.0.2)
60
- activesupport (= 8.0.2)
61
- activerecord (8.0.2)
62
- activemodel (= 8.0.2)
63
- activesupport (= 8.0.2)
64
- timeout (>= 0.4.0)
65
- activestorage (8.0.2)
66
- actionpack (= 8.0.2)
67
- activejob (= 8.0.2)
68
- activerecord (= 8.0.2)
69
- activesupport (= 8.0.2)
70
- marcel (~> 1.0)
71
- activesupport (8.0.2)
72
- base64
73
- benchmark (>= 0.3)
74
- bigdecimal
75
- concurrent-ruby (~> 1.0, >= 1.3.1)
76
- connection_pool (>= 2.2.5)
77
- drb
78
- i18n (>= 1.6, < 2)
79
- logger (>= 1.4.2)
80
- minitest (>= 5.1)
81
- securerandom (>= 0.3)
82
- tzinfo (~> 2.0, >= 2.0.5)
83
- uri (>= 0.13.1)
84
- appraisal (2.5.0)
85
- bundler
86
- rake
87
- thor (>= 0.14.0)
88
- ast (2.4.3)
89
- base64 (0.2.0)
90
- benchmark (0.4.0)
91
- bigdecimal (3.1.9)
92
- builder (3.3.0)
93
- combustion (1.5.0)
94
- activesupport (>= 3.0.0)
95
- railties (>= 3.0.0)
96
- thor (>= 0.14.6)
97
- concurrent-ruby (1.3.5)
98
- connection_pool (2.5.1)
99
- crass (1.0.6)
100
- date (3.4.1)
101
- debug (1.10.0)
102
- irb (~> 1.10)
103
- reline (>= 0.3.8)
104
- drb (2.2.1)
105
- erubi (1.13.1)
106
- globalid (1.2.1)
107
- activesupport (>= 6.1)
108
- i18n (1.14.7)
109
- concurrent-ruby (~> 1.0)
110
- io-console (0.8.0)
111
- irb (1.15.2)
112
- pp (>= 0.6.0)
113
- rdoc (>= 4.0.0)
114
- reline (>= 0.4.2)
115
- json (2.10.2)
116
- language_server-protocol (3.17.0.4)
117
- lint_roller (1.1.0)
118
- logger (1.7.0)
119
- loofah (2.24.0)
120
- crass (~> 1.0.2)
121
- nokogiri (>= 1.12.0)
122
- mail (2.8.1)
123
- mini_mime (>= 0.1.1)
124
- net-imap
125
- net-pop
126
- net-smtp
127
- marcel (1.0.4)
128
- mini_mime (1.1.5)
129
- minitest (5.25.5)
130
- net-imap (0.5.7)
131
- date
132
- net-protocol
133
- net-pop (0.1.2)
134
- net-protocol
135
- net-protocol (0.2.2)
136
- timeout
137
- net-smtp (0.5.1)
138
- net-protocol
139
- nio4r (2.7.4)
140
- nokogiri (1.18.8-arm64-darwin)
141
- racc (~> 1.4)
142
- nokogiri (1.18.8-x86_64-linux-gnu)
143
- racc (~> 1.4)
144
- parallel (1.27.0)
145
- parser (3.3.8.0)
146
- ast (~> 2.4.1)
147
- racc
148
- phlex (2.0.0.rc2)
149
- phlex-rails (2.0.0.rc2)
150
- phlex (= 2.0.0.rc2)
151
- railties (>= 6.1, < 9)
152
- pp (0.6.2)
153
- prettyprint
154
- prettyprint (0.2.0)
155
- prism (1.4.0)
156
- psych (5.2.3)
157
- date
158
- stringio
159
- racc (1.8.1)
160
- rack (3.1.13)
161
- rack-session (2.1.0)
162
- base64 (>= 0.1.0)
163
- rack (>= 3.0.0)
164
- rack-test (2.2.0)
165
- rack (>= 1.3)
166
- rackup (2.2.1)
167
- rack (>= 3)
168
- rails (8.0.2)
169
- actioncable (= 8.0.2)
170
- actionmailbox (= 8.0.2)
171
- actionmailer (= 8.0.2)
172
- actionpack (= 8.0.2)
173
- actiontext (= 8.0.2)
174
- actionview (= 8.0.2)
175
- activejob (= 8.0.2)
176
- activemodel (= 8.0.2)
177
- activerecord (= 8.0.2)
178
- activestorage (= 8.0.2)
179
- activesupport (= 8.0.2)
180
- bundler (>= 1.15.0)
181
- railties (= 8.0.2)
182
- rails-dom-testing (2.2.0)
183
- activesupport (>= 5.0.0)
184
- minitest
185
- nokogiri (>= 1.6)
186
- rails-html-sanitizer (1.6.2)
187
- loofah (~> 2.21)
188
- nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
189
- railties (8.0.2)
190
- actionpack (= 8.0.2)
191
- activesupport (= 8.0.2)
192
- irb (~> 1.13)
193
- rackup (>= 1.0.0)
194
- rake (>= 12.2)
195
- thor (~> 1.0, >= 1.2.2)
196
- zeitwerk (~> 2.6)
197
- rainbow (3.1.1)
198
- rake (13.2.1)
199
- rdoc (6.13.1)
200
- psych (>= 4.0.0)
201
- regexp_parser (2.10.0)
202
- reline (0.6.1)
203
- io-console (~> 0.5)
204
- rubocop (1.75.3)
205
- json (~> 2.3)
206
- language_server-protocol (~> 3.17.0.2)
207
- lint_roller (~> 1.1.0)
208
- parallel (~> 1.10)
209
- parser (>= 3.3.0.2)
210
- rainbow (>= 2.2.2, < 4.0)
211
- regexp_parser (>= 2.9.3, < 3.0)
212
- rubocop-ast (>= 1.44.0, < 2.0)
213
- ruby-progressbar (~> 1.7)
214
- unicode-display_width (>= 2.4.0, < 4.0)
215
- rubocop-ast (1.44.1)
216
- parser (>= 3.3.7.2)
217
- prism (~> 1.4)
218
- ruby-progressbar (1.13.0)
219
- securerandom (0.4.1)
220
- stringio (3.1.7)
221
- sus (0.32.0)
222
- thor (1.3.2)
223
- timeout (0.4.3)
224
- tzinfo (2.0.6)
225
- concurrent-ruby (~> 1.0)
226
- unicode-display_width (3.1.4)
227
- unicode-emoji (~> 4.0, >= 4.0.4)
228
- unicode-emoji (4.0.4)
229
- uri (1.0.3)
230
- useragent (0.16.11)
231
- websocket-driver (0.7.7)
232
- base64
233
- websocket-extensions (>= 0.1.0)
234
- websocket-extensions (0.1.5)
235
- zeitwerk (2.7.2)
236
-
237
- PLATFORMS
238
- arm64-darwin-24
239
- x86_64-linux
240
-
241
- DEPENDENCIES
242
- appraisal
243
- combustion
244
- debug
245
- phlex (>= 1.10.0, < 2.0.0)
246
- phlex-rails (>= 1.2.1, < 2.0.0)
247
- phlexible!
248
- rake (~> 13.0)
249
- rubocop (~> 1.55)
250
- sus
251
-
252
- BUNDLED WITH
253
- 2.4.1
@@ -1,14 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "appraisal"
6
- gem "combustion"
7
- gem "debug"
8
- gem "rake", "~> 13.0"
9
- gem "rubocop", "~> 1.55"
10
- gem "sus"
11
- gem "phlex", ">= 2.1.0", "< 3.0.0"
12
- gem "phlex-rails", ">= 2.1.0", "< 3.0.0"
13
-
14
- gemspec path: "../"
@@ -1,254 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- phlexible (2.2.0)
5
- phlex (>= 1.10.0, < 3.0.0)
6
- phlex-rails (>= 1.2.0, < 3.0.0)
7
- rails (>= 7.2.0, < 9.0.0)
8
- zeitwerk (~> 2.7.2)
9
-
10
- GEM
11
- remote: https://rubygems.org/
12
- specs:
13
- actioncable (8.0.2)
14
- actionpack (= 8.0.2)
15
- activesupport (= 8.0.2)
16
- nio4r (~> 2.0)
17
- websocket-driver (>= 0.6.1)
18
- zeitwerk (~> 2.6)
19
- actionmailbox (8.0.2)
20
- actionpack (= 8.0.2)
21
- activejob (= 8.0.2)
22
- activerecord (= 8.0.2)
23
- activestorage (= 8.0.2)
24
- activesupport (= 8.0.2)
25
- mail (>= 2.8.0)
26
- actionmailer (8.0.2)
27
- actionpack (= 8.0.2)
28
- actionview (= 8.0.2)
29
- activejob (= 8.0.2)
30
- activesupport (= 8.0.2)
31
- mail (>= 2.8.0)
32
- rails-dom-testing (~> 2.2)
33
- actionpack (8.0.2)
34
- actionview (= 8.0.2)
35
- activesupport (= 8.0.2)
36
- nokogiri (>= 1.8.5)
37
- rack (>= 2.2.4)
38
- rack-session (>= 1.0.1)
39
- rack-test (>= 0.6.3)
40
- rails-dom-testing (~> 2.2)
41
- rails-html-sanitizer (~> 1.6)
42
- useragent (~> 0.16)
43
- actiontext (8.0.2)
44
- actionpack (= 8.0.2)
45
- activerecord (= 8.0.2)
46
- activestorage (= 8.0.2)
47
- activesupport (= 8.0.2)
48
- globalid (>= 0.6.0)
49
- nokogiri (>= 1.8.5)
50
- actionview (8.0.2)
51
- activesupport (= 8.0.2)
52
- builder (~> 3.1)
53
- erubi (~> 1.11)
54
- rails-dom-testing (~> 2.2)
55
- rails-html-sanitizer (~> 1.6)
56
- activejob (8.0.2)
57
- activesupport (= 8.0.2)
58
- globalid (>= 0.3.6)
59
- activemodel (8.0.2)
60
- activesupport (= 8.0.2)
61
- activerecord (8.0.2)
62
- activemodel (= 8.0.2)
63
- activesupport (= 8.0.2)
64
- timeout (>= 0.4.0)
65
- activestorage (8.0.2)
66
- actionpack (= 8.0.2)
67
- activejob (= 8.0.2)
68
- activerecord (= 8.0.2)
69
- activesupport (= 8.0.2)
70
- marcel (~> 1.0)
71
- activesupport (8.0.2)
72
- base64
73
- benchmark (>= 0.3)
74
- bigdecimal
75
- concurrent-ruby (~> 1.0, >= 1.3.1)
76
- connection_pool (>= 2.2.5)
77
- drb
78
- i18n (>= 1.6, < 2)
79
- logger (>= 1.4.2)
80
- minitest (>= 5.1)
81
- securerandom (>= 0.3)
82
- tzinfo (~> 2.0, >= 2.0.5)
83
- uri (>= 0.13.1)
84
- appraisal (2.5.0)
85
- bundler
86
- rake
87
- thor (>= 0.14.0)
88
- ast (2.4.3)
89
- base64 (0.2.0)
90
- benchmark (0.4.0)
91
- bigdecimal (3.1.9)
92
- builder (3.3.0)
93
- combustion (1.5.0)
94
- activesupport (>= 3.0.0)
95
- railties (>= 3.0.0)
96
- thor (>= 0.14.6)
97
- concurrent-ruby (1.3.5)
98
- connection_pool (2.5.1)
99
- crass (1.0.6)
100
- date (3.4.1)
101
- debug (1.10.0)
102
- irb (~> 1.10)
103
- reline (>= 0.3.8)
104
- drb (2.2.1)
105
- erubi (1.13.1)
106
- globalid (1.2.1)
107
- activesupport (>= 6.1)
108
- i18n (1.14.7)
109
- concurrent-ruby (~> 1.0)
110
- io-console (0.8.0)
111
- irb (1.15.2)
112
- pp (>= 0.6.0)
113
- rdoc (>= 4.0.0)
114
- reline (>= 0.4.2)
115
- json (2.10.2)
116
- language_server-protocol (3.17.0.4)
117
- lint_roller (1.1.0)
118
- logger (1.7.0)
119
- loofah (2.24.0)
120
- crass (~> 1.0.2)
121
- nokogiri (>= 1.12.0)
122
- mail (2.8.1)
123
- mini_mime (>= 0.1.1)
124
- net-imap
125
- net-pop
126
- net-smtp
127
- marcel (1.0.4)
128
- mini_mime (1.1.5)
129
- minitest (5.25.5)
130
- net-imap (0.5.7)
131
- date
132
- net-protocol
133
- net-pop (0.1.2)
134
- net-protocol
135
- net-protocol (0.2.2)
136
- timeout
137
- net-smtp (0.5.1)
138
- net-protocol
139
- nio4r (2.7.4)
140
- nokogiri (1.18.8-arm64-darwin)
141
- racc (~> 1.4)
142
- nokogiri (1.18.8-x86_64-linux-gnu)
143
- racc (~> 1.4)
144
- parallel (1.27.0)
145
- parser (3.3.8.0)
146
- ast (~> 2.4.1)
147
- racc
148
- phlex (2.2.1)
149
- zeitwerk (~> 2.7)
150
- phlex-rails (2.2.0)
151
- phlex (~> 2.2.1)
152
- railties (>= 7.1, < 9)
153
- pp (0.6.2)
154
- prettyprint
155
- prettyprint (0.2.0)
156
- prism (1.4.0)
157
- psych (5.2.3)
158
- date
159
- stringio
160
- racc (1.8.1)
161
- rack (3.1.13)
162
- rack-session (2.1.0)
163
- base64 (>= 0.1.0)
164
- rack (>= 3.0.0)
165
- rack-test (2.2.0)
166
- rack (>= 1.3)
167
- rackup (2.2.1)
168
- rack (>= 3)
169
- rails (8.0.2)
170
- actioncable (= 8.0.2)
171
- actionmailbox (= 8.0.2)
172
- actionmailer (= 8.0.2)
173
- actionpack (= 8.0.2)
174
- actiontext (= 8.0.2)
175
- actionview (= 8.0.2)
176
- activejob (= 8.0.2)
177
- activemodel (= 8.0.2)
178
- activerecord (= 8.0.2)
179
- activestorage (= 8.0.2)
180
- activesupport (= 8.0.2)
181
- bundler (>= 1.15.0)
182
- railties (= 8.0.2)
183
- rails-dom-testing (2.2.0)
184
- activesupport (>= 5.0.0)
185
- minitest
186
- nokogiri (>= 1.6)
187
- rails-html-sanitizer (1.6.2)
188
- loofah (~> 2.21)
189
- nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
190
- railties (8.0.2)
191
- actionpack (= 8.0.2)
192
- activesupport (= 8.0.2)
193
- irb (~> 1.13)
194
- rackup (>= 1.0.0)
195
- rake (>= 12.2)
196
- thor (~> 1.0, >= 1.2.2)
197
- zeitwerk (~> 2.6)
198
- rainbow (3.1.1)
199
- rake (13.2.1)
200
- rdoc (6.13.1)
201
- psych (>= 4.0.0)
202
- regexp_parser (2.10.0)
203
- reline (0.6.1)
204
- io-console (~> 0.5)
205
- rubocop (1.75.3)
206
- json (~> 2.3)
207
- language_server-protocol (~> 3.17.0.2)
208
- lint_roller (~> 1.1.0)
209
- parallel (~> 1.10)
210
- parser (>= 3.3.0.2)
211
- rainbow (>= 2.2.2, < 4.0)
212
- regexp_parser (>= 2.9.3, < 3.0)
213
- rubocop-ast (>= 1.44.0, < 2.0)
214
- ruby-progressbar (~> 1.7)
215
- unicode-display_width (>= 2.4.0, < 4.0)
216
- rubocop-ast (1.44.1)
217
- parser (>= 3.3.7.2)
218
- prism (~> 1.4)
219
- ruby-progressbar (1.13.0)
220
- securerandom (0.4.1)
221
- stringio (3.1.7)
222
- sus (0.32.0)
223
- thor (1.3.2)
224
- timeout (0.4.3)
225
- tzinfo (2.0.6)
226
- concurrent-ruby (~> 1.0)
227
- unicode-display_width (3.1.4)
228
- unicode-emoji (~> 4.0, >= 4.0.4)
229
- unicode-emoji (4.0.4)
230
- uri (1.0.3)
231
- useragent (0.16.11)
232
- websocket-driver (0.7.7)
233
- base64
234
- websocket-extensions (>= 0.1.0)
235
- websocket-extensions (0.1.5)
236
- zeitwerk (2.7.2)
237
-
238
- PLATFORMS
239
- arm64-darwin-24
240
- x86_64-linux
241
-
242
- DEPENDENCIES
243
- appraisal
244
- combustion
245
- debug
246
- phlex (>= 2.1.0, < 3.0.0)
247
- phlex-rails (>= 2.1.0, < 3.0.0)
248
- phlexible!
249
- rake (~> 13.0)
250
- rubocop (~> 1.55)
251
- sus
252
-
253
- BUNDLED WITH
254
- 2.4.1
data/phlexible.gemspec DELETED
@@ -1,37 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require_relative 'lib/phlexible/version'
4
-
5
- Gem::Specification.new do |spec|
6
- spec.name = 'phlexible'
7
- spec.version = Phlexible::VERSION
8
- spec.authors = ['Joel Moss']
9
- spec.email = ['joel@developwithstyle.com']
10
-
11
- spec.summary = 'A bunch of helpers and goodies intended to make life with Phlex even easier!'
12
- spec.description = 'A bunch of helpers and goodies intended to make life with Phlex even easier!'
13
- spec.homepage = 'https://github.com/joelmoss/phlexible'
14
- spec.license = 'MIT'
15
- spec.required_ruby_version = '>= 3.3.0'
16
-
17
- spec.metadata['homepage_uri'] = spec.homepage
18
- spec.metadata['source_code_uri'] = 'https://github.com/joelmoss/phlexible'
19
- spec.metadata['changelog_uri'] = 'https://github.com/joelmoss/phlexible/releases'
20
- spec.metadata['rubygems_mfa_required'] = 'true'
21
-
22
- # Specify which files should be added to the gem when it is released.
23
- # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
24
- spec.files = Dir.chdir(__dir__) do
25
- `git ls-files -z`.split("\x0").reject do |f|
26
- (f == __FILE__) || f.match(%r{\A(?:(?:bin|test|spec|features)/|\.(?:git|circleci)|appveyor)})
27
- end
28
- end
29
- spec.bindir = 'exe'
30
- spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
31
- spec.require_paths = ['lib']
32
-
33
- spec.add_dependency 'phlex', '>= 1.10.0', '< 3.0.0'
34
- spec.add_dependency 'phlex-rails', '>= 1.2.0', '< 3.0.0'
35
- spec.add_dependency 'rails', '>= 7.2.0', '< 9.0.0'
36
- spec.add_dependency 'zeitwerk', '~> 2.7.2'
37
- end