compony 0.4.1 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (63) hide show
  1. checksums.yaml +4 -4
  2. data/.ruby-version +1 -1
  3. data/CHANGELOG.md +17 -0
  4. data/Gemfile.lock +79 -79
  5. data/Rakefile +5 -5
  6. data/VERSION +1 -1
  7. data/compony.gemspec +9 -9
  8. data/doc/ComponentGenerator.html +3 -3
  9. data/doc/Components.html +3 -3
  10. data/doc/ComponentsGenerator.html +3 -3
  11. data/doc/Compony/Component.html +3 -3
  12. data/doc/Compony/ComponentMixins/Default/Labelling.html +3 -3
  13. data/doc/Compony/ComponentMixins/Default/Standalone/ResourcefulVerbDsl.html +3 -3
  14. data/doc/Compony/ComponentMixins/Default/Standalone/StandaloneDsl.html +3 -3
  15. data/doc/Compony/ComponentMixins/Default/Standalone/VerbDsl.html +3 -3
  16. data/doc/Compony/ComponentMixins/Default/Standalone.html +3 -3
  17. data/doc/Compony/ComponentMixins/Default.html +3 -3
  18. data/doc/Compony/ComponentMixins/Resourceful.html +3 -3
  19. data/doc/Compony/ComponentMixins.html +3 -3
  20. data/doc/Compony/Components/Button.html +3 -3
  21. data/doc/Compony/Components/Destroy.html +3 -3
  22. data/doc/Compony/Components/Edit.html +3 -3
  23. data/doc/Compony/Components/Form.html +3 -3
  24. data/doc/Compony/Components/New.html +3 -3
  25. data/doc/Compony/Components/WithForm.html +3 -3
  26. data/doc/Compony/Components.html +3 -3
  27. data/doc/Compony/ControllerMixin.html +3 -3
  28. data/doc/Compony/Engine.html +3 -3
  29. data/doc/Compony/MethodAccessibleHash.html +3 -3
  30. data/doc/Compony/ModelFields/Anchormodel.html +3 -3
  31. data/doc/Compony/ModelFields/Association.html +3 -3
  32. data/doc/Compony/ModelFields/Attachment.html +3 -3
  33. data/doc/Compony/ModelFields/Base.html +3 -3
  34. data/doc/Compony/ModelFields/Boolean.html +3 -3
  35. data/doc/Compony/ModelFields/Color.html +3 -3
  36. data/doc/Compony/ModelFields/Currency.html +3 -3
  37. data/doc/Compony/ModelFields/Date.html +3 -3
  38. data/doc/Compony/ModelFields/Datetime.html +3 -3
  39. data/doc/Compony/ModelFields/Decimal.html +3 -3
  40. data/doc/Compony/ModelFields/Email.html +3 -3
  41. data/doc/Compony/ModelFields/Float.html +3 -3
  42. data/doc/Compony/ModelFields/Integer.html +3 -3
  43. data/doc/Compony/ModelFields/Percentage.html +3 -3
  44. data/doc/Compony/ModelFields/Phone.html +3 -3
  45. data/doc/Compony/ModelFields/RichText.html +3 -3
  46. data/doc/Compony/ModelFields/String.html +3 -3
  47. data/doc/Compony/ModelFields/Text.html +3 -3
  48. data/doc/Compony/ModelFields/Time.html +3 -3
  49. data/doc/Compony/ModelFields/Url.html +3 -3
  50. data/doc/Compony/ModelFields.html +3 -3
  51. data/doc/Compony/ModelMixin.html +3 -3
  52. data/doc/Compony/NaturalOrdering.html +3 -3
  53. data/doc/Compony/RequestContext.html +3 -3
  54. data/doc/Compony/Version.html +3 -3
  55. data/doc/Compony/ViewHelpers.html +3 -3
  56. data/doc/Compony.html +3 -3
  57. data/doc/ComponyController.html +3 -3
  58. data/doc/_index.html +4 -4
  59. data/doc/file.README.html +3 -3
  60. data/doc/frames.html +5 -10
  61. data/doc/index.html +3 -3
  62. data/doc/top-level-namespace.html +3 -3
  63. metadata +12 -12
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 54d8e9360e0571c8c3f5f7f0a869e1e8cd39eb5d3a180200bba9c3c71713f741
4
- data.tar.gz: c46aee666c7bc79a417d714ce3cbc315c72e357802d86c0fb4b44158718282d2
3
+ metadata.gz: ba455b2219dde18cc3e58428a6047323756184192b72259121fbc922d11d4c78
4
+ data.tar.gz: 04f9a7ce6ca026b9aedf49376cb1f6b878f9d2253ad0bf32e8711df830024942
5
5
  SHA512:
6
- metadata.gz: 69417887c92f93f17faadeb825f6f3c70056a21cd38af2493fb9e09639d992b51c9479fc1274b767082642f887f83b8380d1499e1c29b5688cc1341e4ee4cf9d
7
- data.tar.gz: 043b6ae2a4b4cc152b1c0d8f89023b36d3bcc31525de307c56076865758da8a5a813ee0df629d8b5b068eeacf26069f67bede3241a5861f589f18a82ac7a236d
6
+ metadata.gz: 7da4dddf87963765e4fdca050af061f15e85d98cf50a1404faff8e05928cc868decc6a14a7697176fc6cc6d3d825483e50b9c4205f63a7438beb8e76baa914de
7
+ data.tar.gz: 70e97207f09f31f17e13ae98909ff9d591df1c1a87e11dd1850e214616e5a44d283c18438fbaac5cd1df9e96466e5c72c20f812fc1d01826a6f05b3eaa64f405
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.2.2
1
+ 3.3.5
data/CHANGELOG.md CHANGED
@@ -1,3 +1,20 @@
1
+ # 0.5.0
2
+
3
+ - Require Ruby 3.3.5 and Rails 7.2.1
4
+ - Update Gems Compony depends on (this is to ensure all Compony users have versions Compony is frequently tested against)
5
+
6
+ ## Steps to take
7
+
8
+ - Update your application to Ruby 3.3.5 and Rails 7.2.1. For instance, if you are running an rbenv setup, these would be typical steps involved:
9
+ - set `rbenv local 3.3.5` and perhaps restart your editor (in particular with VS code)
10
+ - In your Gemfile:
11
+ - switch ruby version to `3.3.5`
12
+ - switch Rails version to `7.2.1`
13
+ - Run bundler:
14
+ - Update bundler itself: `bundle update --bundler`
15
+ - Run `bundle update` or `bundle update --conservative` depending on your preference.
16
+ - Check for warnings and react accordingly
17
+
1
18
  # 0.4.1
2
19
 
3
20
  - Allow the argument `standalone_name` in button and path helper
data/Gemfile.lock CHANGED
@@ -1,12 +1,12 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- compony (0.3.0.edge)
4
+ compony (0.4.2.edge)
5
5
  anchormodel (~> 0.2.0)
6
- cancancan (~> 3.6.0)
6
+ cancancan (~> 3.6.1)
7
7
  dslblend (>= 0.0.3)
8
8
  dyny (>= 0.0.3)
9
- rails (>= 7.1.2)
9
+ rails (>= 7.2.1)
10
10
  request_store (>= 1.5)
11
11
  schemacop (>= 3.0.17)
12
12
  simple_form (>= 5.1.0)
@@ -14,88 +14,84 @@ PATH
14
14
  GEM
15
15
  remote: https://rubygems.org/
16
16
  specs:
17
- actioncable (7.1.2)
18
- actionpack (= 7.1.2)
19
- activesupport (= 7.1.2)
17
+ actioncable (7.2.1)
18
+ actionpack (= 7.2.1)
19
+ activesupport (= 7.2.1)
20
20
  nio4r (~> 2.0)
21
21
  websocket-driver (>= 0.6.1)
22
22
  zeitwerk (~> 2.6)
23
- actionmailbox (7.1.2)
24
- actionpack (= 7.1.2)
25
- activejob (= 7.1.2)
26
- activerecord (= 7.1.2)
27
- activestorage (= 7.1.2)
28
- activesupport (= 7.1.2)
29
- mail (>= 2.7.1)
30
- net-imap
31
- net-pop
32
- net-smtp
33
- actionmailer (7.1.2)
34
- actionpack (= 7.1.2)
35
- actionview (= 7.1.2)
36
- activejob (= 7.1.2)
37
- activesupport (= 7.1.2)
38
- mail (~> 2.5, >= 2.5.4)
39
- net-imap
40
- net-pop
41
- net-smtp
23
+ actionmailbox (7.2.1)
24
+ actionpack (= 7.2.1)
25
+ activejob (= 7.2.1)
26
+ activerecord (= 7.2.1)
27
+ activestorage (= 7.2.1)
28
+ activesupport (= 7.2.1)
29
+ mail (>= 2.8.0)
30
+ actionmailer (7.2.1)
31
+ actionpack (= 7.2.1)
32
+ actionview (= 7.2.1)
33
+ activejob (= 7.2.1)
34
+ activesupport (= 7.2.1)
35
+ mail (>= 2.8.0)
42
36
  rails-dom-testing (~> 2.2)
43
- actionpack (7.1.2)
44
- actionview (= 7.1.2)
45
- activesupport (= 7.1.2)
37
+ actionpack (7.2.1)
38
+ actionview (= 7.2.1)
39
+ activesupport (= 7.2.1)
46
40
  nokogiri (>= 1.8.5)
47
41
  racc
48
- rack (>= 2.2.4)
42
+ rack (>= 2.2.4, < 3.2)
49
43
  rack-session (>= 1.0.1)
50
44
  rack-test (>= 0.6.3)
51
45
  rails-dom-testing (~> 2.2)
52
46
  rails-html-sanitizer (~> 1.6)
53
- actiontext (7.1.2)
54
- actionpack (= 7.1.2)
55
- activerecord (= 7.1.2)
56
- activestorage (= 7.1.2)
57
- activesupport (= 7.1.2)
47
+ useragent (~> 0.16)
48
+ actiontext (7.2.1)
49
+ actionpack (= 7.2.1)
50
+ activerecord (= 7.2.1)
51
+ activestorage (= 7.2.1)
52
+ activesupport (= 7.2.1)
58
53
  globalid (>= 0.6.0)
59
54
  nokogiri (>= 1.8.5)
60
- actionview (7.1.2)
61
- activesupport (= 7.1.2)
55
+ actionview (7.2.1)
56
+ activesupport (= 7.2.1)
62
57
  builder (~> 3.1)
63
58
  erubi (~> 1.11)
64
59
  rails-dom-testing (~> 2.2)
65
60
  rails-html-sanitizer (~> 1.6)
66
- activejob (7.1.2)
67
- activesupport (= 7.1.2)
61
+ activejob (7.2.1)
62
+ activesupport (= 7.2.1)
68
63
  globalid (>= 0.3.6)
69
- activemodel (7.1.2)
70
- activesupport (= 7.1.2)
71
- activerecord (7.1.2)
72
- activemodel (= 7.1.2)
73
- activesupport (= 7.1.2)
64
+ activemodel (7.2.1)
65
+ activesupport (= 7.2.1)
66
+ activerecord (7.2.1)
67
+ activemodel (= 7.2.1)
68
+ activesupport (= 7.2.1)
74
69
  timeout (>= 0.4.0)
75
- activestorage (7.1.2)
76
- actionpack (= 7.1.2)
77
- activejob (= 7.1.2)
78
- activerecord (= 7.1.2)
79
- activesupport (= 7.1.2)
70
+ activestorage (7.2.1)
71
+ actionpack (= 7.2.1)
72
+ activejob (= 7.2.1)
73
+ activerecord (= 7.2.1)
74
+ activesupport (= 7.2.1)
80
75
  marcel (~> 1.0)
81
- activesupport (7.1.2)
76
+ activesupport (7.2.1)
82
77
  base64
83
78
  bigdecimal
84
- concurrent-ruby (~> 1.0, >= 1.0.2)
79
+ concurrent-ruby (~> 1.0, >= 1.3.1)
85
80
  connection_pool (>= 2.2.5)
86
81
  drb
87
82
  i18n (>= 1.6, < 2)
83
+ logger (>= 1.4.2)
88
84
  minitest (>= 5.1)
89
- mutex_m
90
- tzinfo (~> 2.0)
91
- anchormodel (0.2.0)
85
+ securerandom (>= 0.3)
86
+ tzinfo (~> 2.0, >= 2.0.5)
87
+ anchormodel (0.2.2)
92
88
  rails (~> 7.0)
93
89
  ast (2.4.2)
94
90
  base64 (0.2.0)
95
91
  bigdecimal (3.1.4)
96
92
  builder (3.2.4)
97
- cancancan (3.6.0)
98
- concurrent-ruby (1.2.2)
93
+ cancancan (3.6.1)
94
+ concurrent-ruby (1.3.4)
99
95
  connection_pool (2.4.1)
100
96
  crass (1.0.6)
101
97
  date (3.3.3)
@@ -110,10 +106,11 @@ GEM
110
106
  i18n (1.13.0)
111
107
  concurrent-ruby (~> 1.0)
112
108
  io-console (0.6.0)
113
- irb (1.9.1)
114
- rdoc
115
- reline (>= 0.3.8)
109
+ irb (1.14.0)
110
+ rdoc (>= 4.0.0)
111
+ reline (>= 0.4.2)
116
112
  json (2.6.3)
113
+ logger (1.6.1)
117
114
  loofah (2.21.3)
118
115
  crass (~> 1.0.2)
119
116
  nokogiri (>= 1.12.0)
@@ -124,8 +121,8 @@ GEM
124
121
  net-smtp
125
122
  marcel (1.0.2)
126
123
  mini_mime (1.1.2)
124
+ mini_portile2 (2.8.7)
127
125
  minitest (5.18.0)
128
- mutex_m (0.2.0)
129
126
  net-imap (0.3.4)
130
127
  date
131
128
  net-protocol
@@ -136,7 +133,8 @@ GEM
136
133
  net-smtp (0.3.3)
137
134
  net-protocol
138
135
  nio4r (2.5.9)
139
- nokogiri (1.15.0-x86_64-linux)
136
+ nokogiri (1.15.0)
137
+ mini_portile2 (~> 2.8.2)
140
138
  racc (~> 1.4)
141
139
  parallel (1.23.0)
142
140
  parser (3.2.2.1)
@@ -152,20 +150,20 @@ GEM
152
150
  rackup (1.0.0)
153
151
  rack (< 3)
154
152
  webrick
155
- rails (7.1.2)
156
- actioncable (= 7.1.2)
157
- actionmailbox (= 7.1.2)
158
- actionmailer (= 7.1.2)
159
- actionpack (= 7.1.2)
160
- actiontext (= 7.1.2)
161
- actionview (= 7.1.2)
162
- activejob (= 7.1.2)
163
- activemodel (= 7.1.2)
164
- activerecord (= 7.1.2)
165
- activestorage (= 7.1.2)
166
- activesupport (= 7.1.2)
153
+ rails (7.2.1)
154
+ actioncable (= 7.2.1)
155
+ actionmailbox (= 7.2.1)
156
+ actionmailer (= 7.2.1)
157
+ actionpack (= 7.2.1)
158
+ actiontext (= 7.2.1)
159
+ actionview (= 7.2.1)
160
+ activejob (= 7.2.1)
161
+ activemodel (= 7.2.1)
162
+ activerecord (= 7.2.1)
163
+ activestorage (= 7.2.1)
164
+ activesupport (= 7.2.1)
167
165
  bundler (>= 1.15.0)
168
- railties (= 7.1.2)
166
+ railties (= 7.2.1)
169
167
  rails-dom-testing (2.2.0)
170
168
  activesupport (>= 5.0.0)
171
169
  minitest
@@ -173,10 +171,10 @@ GEM
173
171
  rails-html-sanitizer (1.6.0)
174
172
  loofah (~> 2.21)
175
173
  nokogiri (~> 1.14)
176
- railties (7.1.2)
177
- actionpack (= 7.1.2)
178
- activesupport (= 7.1.2)
179
- irb
174
+ railties (7.2.1)
175
+ actionpack (= 7.2.1)
176
+ activesupport (= 7.2.1)
177
+ irb (~> 1.13)
180
178
  rackup (>= 1.0.0)
181
179
  rake (>= 12.2)
182
180
  thor (~> 1.0, >= 1.2.2)
@@ -186,7 +184,7 @@ GEM
186
184
  rdoc (6.6.0)
187
185
  psych (>= 4.0.0)
188
186
  regexp_parser (2.8.0)
189
- reline (0.4.0)
187
+ reline (0.5.10)
190
188
  io-console (~> 0.5)
191
189
  request_store (1.5.1)
192
190
  rack (>= 1.4)
@@ -212,6 +210,7 @@ GEM
212
210
  schemacop (3.0.24)
213
211
  activesupport (>= 4.0)
214
212
  ruby2_keywords (= 0.0.4)
213
+ securerandom (0.3.1)
215
214
  simple_form (5.2.0)
216
215
  actionpack (>= 5.2)
217
216
  activemodel (>= 5.2)
@@ -221,6 +220,7 @@ GEM
221
220
  tzinfo (2.0.6)
222
221
  concurrent-ruby (~> 1.0)
223
222
  unicode-display_width (2.4.2)
223
+ useragent (0.16.10)
224
224
  webrick (1.8.1)
225
225
  websocket-driver (0.7.5)
226
226
  websocket-extensions (>= 0.1.0)
@@ -238,4 +238,4 @@ DEPENDENCIES
238
238
  yard (>= 0.9.28)
239
239
 
240
240
  BUNDLED WITH
241
- 2.4.19
241
+ 2.5.18
data/Rakefile CHANGED
@@ -14,20 +14,20 @@ task :gemspec do
14
14
  s.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
15
15
  s.executables = []
16
16
  s.require_paths = ['lib']
17
- s.required_ruby_version = '>= 3.2.2'
17
+ s.required_ruby_version = '>= 3.3.5'
18
18
 
19
19
  # Dependencies
20
20
  s.add_development_dependency 'yard', '>= 0.9.28'
21
21
  s.add_development_dependency 'rubocop', '>= 1.48'
22
22
  s.add_development_dependency 'rubocop-rails', '>= 2.18.0'
23
23
 
24
- s.add_runtime_dependency 'rails', '>= 7.1.2'
25
- s.add_runtime_dependency 'request_store', '>= 1.5'
24
+ s.add_runtime_dependency 'rails', '>= 7.2.1'
25
+ s.add_runtime_dependency 'request_store', '>= 1.7'
26
26
  s.add_runtime_dependency 'dyny', '>= 0.0.3'
27
27
  s.add_runtime_dependency 'schemacop', '>= 3.0.17'
28
- s.add_runtime_dependency 'simple_form', '>= 5.1.0'
28
+ s.add_runtime_dependency 'simple_form', '>= 5.3.1'
29
29
  s.add_runtime_dependency 'dslblend', '>= 0.0.3'
30
- s.add_runtime_dependency 'anchormodel', '~> 0.2.0'
30
+ s.add_runtime_dependency 'anchormodel', '~> 0.2.1'
31
31
  s.add_runtime_dependency 'cancancan', '~> 3.6.1'
32
32
  end
33
33
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.1
1
+ 0.5.0
data/compony.gemspec CHANGED
@@ -2,19 +2,19 @@
2
2
  # This file is auto-generated via: 'rake gemspec'.
3
3
 
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: compony 0.4.1 ruby lib
5
+ # stub: compony 0.5.0 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "compony".freeze
9
- s.version = "0.4.1".freeze
9
+ s.version = "0.5.0".freeze
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib".freeze]
13
13
  s.authors = ["Sandro Kalbermatter".freeze, "contributors".freeze]
14
- s.date = "2024-09-12"
14
+ s.date = "2024-09-16"
15
15
  s.files = [".gitignore".freeze, ".ruby-version".freeze, ".yardopts".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "TODO.md".freeze, "VERSION".freeze, "app/controllers/compony_controller.rb".freeze, "compony.gemspec".freeze, "config/locales/de.yml".freeze, "config/locales/en.yml".freeze, "config/locales/fr.yml".freeze, "config/routes.rb".freeze, "doc/ComponentGenerator.html".freeze, "doc/Components.html".freeze, "doc/ComponentsGenerator.html".freeze, "doc/Compony.html".freeze, "doc/Compony/Component.html".freeze, "doc/Compony/ComponentMixins.html".freeze, "doc/Compony/ComponentMixins/Default.html".freeze, "doc/Compony/ComponentMixins/Default/Labelling.html".freeze, "doc/Compony/ComponentMixins/Default/Standalone.html".freeze, "doc/Compony/ComponentMixins/Default/Standalone/ResourcefulVerbDsl.html".freeze, "doc/Compony/ComponentMixins/Default/Standalone/StandaloneDsl.html".freeze, "doc/Compony/ComponentMixins/Default/Standalone/VerbDsl.html".freeze, "doc/Compony/ComponentMixins/Resourceful.html".freeze, "doc/Compony/Components.html".freeze, "doc/Compony/Components/Button.html".freeze, "doc/Compony/Components/Destroy.html".freeze, "doc/Compony/Components/Edit.html".freeze, "doc/Compony/Components/Form.html".freeze, "doc/Compony/Components/New.html".freeze, "doc/Compony/Components/WithForm.html".freeze, "doc/Compony/ControllerMixin.html".freeze, "doc/Compony/Engine.html".freeze, "doc/Compony/MethodAccessibleHash.html".freeze, "doc/Compony/ModelFields.html".freeze, "doc/Compony/ModelFields/Anchormodel.html".freeze, "doc/Compony/ModelFields/Association.html".freeze, "doc/Compony/ModelFields/Attachment.html".freeze, "doc/Compony/ModelFields/Base.html".freeze, "doc/Compony/ModelFields/Boolean.html".freeze, "doc/Compony/ModelFields/Color.html".freeze, "doc/Compony/ModelFields/Currency.html".freeze, "doc/Compony/ModelFields/Date.html".freeze, "doc/Compony/ModelFields/Datetime.html".freeze, "doc/Compony/ModelFields/Decimal.html".freeze, "doc/Compony/ModelFields/Email.html".freeze, "doc/Compony/ModelFields/Float.html".freeze, "doc/Compony/ModelFields/Integer.html".freeze, "doc/Compony/ModelFields/Percentage.html".freeze, "doc/Compony/ModelFields/Phone.html".freeze, "doc/Compony/ModelFields/RichText.html".freeze, "doc/Compony/ModelFields/String.html".freeze, "doc/Compony/ModelFields/Text.html".freeze, "doc/Compony/ModelFields/Time.html".freeze, "doc/Compony/ModelFields/Url.html".freeze, "doc/Compony/ModelMixin.html".freeze, "doc/Compony/NaturalOrdering.html".freeze, "doc/Compony/RequestContext.html".freeze, "doc/Compony/Version.html".freeze, "doc/Compony/ViewHelpers.html".freeze, "doc/ComponyController.html".freeze, "doc/_index.html".freeze, "doc/class_list.html".freeze, "doc/css/common.css".freeze, "doc/css/full_list.css".freeze, "doc/css/style.css".freeze, "doc/file.README.html".freeze, "doc/file_list.html".freeze, "doc/frames.html".freeze, "doc/imgs/intro-example-destroy.png".freeze, "doc/imgs/intro-example-edit.png".freeze, "doc/imgs/intro-example-index.png".freeze, "doc/imgs/intro-example-new.png".freeze, "doc/imgs/intro-example-show.png".freeze, "doc/index.html".freeze, "doc/js/app.js".freeze, "doc/js/full_list.js".freeze, "doc/js/jquery.js".freeze, "doc/method_list.html".freeze, "doc/resourceful_lifecycle.graphml".freeze, "doc/resourceful_lifecycle.pdf".freeze, "doc/resourceful_lifecycle.png".freeze, "doc/top-level-namespace.html".freeze, "lib/compony.rb".freeze, "lib/compony/component.rb".freeze, "lib/compony/component_mixins/default/labelling.rb".freeze, "lib/compony/component_mixins/default/standalone.rb".freeze, "lib/compony/component_mixins/default/standalone/resourceful_verb_dsl.rb".freeze, "lib/compony/component_mixins/default/standalone/standalone_dsl.rb".freeze, "lib/compony/component_mixins/default/standalone/verb_dsl.rb".freeze, "lib/compony/component_mixins/resourceful.rb".freeze, "lib/compony/components/button.rb".freeze, "lib/compony/components/destroy.rb".freeze, "lib/compony/components/edit.rb".freeze, "lib/compony/components/form.rb".freeze, "lib/compony/components/new.rb".freeze, "lib/compony/components/with_form.rb".freeze, "lib/compony/controller_mixin.rb".freeze, "lib/compony/engine.rb".freeze, "lib/compony/method_accessible_hash.rb".freeze, "lib/compony/model_fields/anchormodel.rb".freeze, "lib/compony/model_fields/association.rb".freeze, "lib/compony/model_fields/attachment.rb".freeze, "lib/compony/model_fields/base.rb".freeze, "lib/compony/model_fields/boolean.rb".freeze, "lib/compony/model_fields/color.rb".freeze, "lib/compony/model_fields/currency.rb".freeze, "lib/compony/model_fields/date.rb".freeze, "lib/compony/model_fields/datetime.rb".freeze, "lib/compony/model_fields/decimal.rb".freeze, "lib/compony/model_fields/email.rb".freeze, "lib/compony/model_fields/float.rb".freeze, "lib/compony/model_fields/integer.rb".freeze, "lib/compony/model_fields/percentage.rb".freeze, "lib/compony/model_fields/phone.rb".freeze, "lib/compony/model_fields/rich_text.rb".freeze, "lib/compony/model_fields/string.rb".freeze, "lib/compony/model_fields/text.rb".freeze, "lib/compony/model_fields/time.rb".freeze, "lib/compony/model_fields/url.rb".freeze, "lib/compony/model_mixin.rb".freeze, "lib/compony/natural_ordering.rb".freeze, "lib/compony/request_context.rb".freeze, "lib/compony/version.rb".freeze, "lib/compony/view_helpers.rb".freeze, "lib/generators/component/USAGE".freeze, "lib/generators/component/component_generator.rb".freeze, "lib/generators/component/templates/component.rb.erb".freeze, "lib/generators/component/templates/destroy.rb.erb".freeze, "lib/generators/component/templates/edit.rb.erb".freeze, "lib/generators/component/templates/form.rb.erb".freeze, "lib/generators/component/templates/new.rb.erb".freeze, "lib/generators/components/USAGE".freeze, "lib/generators/components/components_generator.rb".freeze, "logo.svg".freeze]
16
- s.required_ruby_version = Gem::Requirement.new(">= 3.2.2".freeze)
17
- s.rubygems_version = "3.5.11".freeze
16
+ s.required_ruby_version = Gem::Requirement.new(">= 3.3.5".freeze)
17
+ s.rubygems_version = "3.5.18".freeze
18
18
  s.summary = "Compony is a Gem that allows you to write your Rails application in component-style fashion. It combines a controller action and route along \\ with its view into a single Ruby class. This allows writing much DRYer code, using inheritance even in views and much easier refactoring for your Rails \\ applications, helping you to keep the code clean as the application evolves.".freeze
19
19
 
20
20
  s.specification_version = 4
@@ -22,12 +22,12 @@ Gem::Specification.new do |s|
22
22
  s.add_development_dependency(%q<yard>.freeze, [">= 0.9.28".freeze])
23
23
  s.add_development_dependency(%q<rubocop>.freeze, [">= 1.48".freeze])
24
24
  s.add_development_dependency(%q<rubocop-rails>.freeze, [">= 2.18.0".freeze])
25
- s.add_runtime_dependency(%q<rails>.freeze, [">= 7.1.2".freeze])
26
- s.add_runtime_dependency(%q<request_store>.freeze, [">= 1.5".freeze])
25
+ s.add_runtime_dependency(%q<rails>.freeze, [">= 7.2.1".freeze])
26
+ s.add_runtime_dependency(%q<request_store>.freeze, [">= 1.7".freeze])
27
27
  s.add_runtime_dependency(%q<dyny>.freeze, [">= 0.0.3".freeze])
28
28
  s.add_runtime_dependency(%q<schemacop>.freeze, [">= 3.0.17".freeze])
29
- s.add_runtime_dependency(%q<simple_form>.freeze, [">= 5.1.0".freeze])
29
+ s.add_runtime_dependency(%q<simple_form>.freeze, [">= 5.3.1".freeze])
30
30
  s.add_runtime_dependency(%q<dslblend>.freeze, [">= 0.0.3".freeze])
31
- s.add_runtime_dependency(%q<anchormodel>.freeze, ["~> 0.2.0".freeze])
31
+ s.add_runtime_dependency(%q<anchormodel>.freeze, ["~> 0.2.1".freeze])
32
32
  s.add_runtime_dependency(%q<cancancan>.freeze, ["~> 3.6.1".freeze])
33
33
  end
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: ComponentGenerator
8
8
 
9
- &mdash; Documentation by YARD 0.9.36
9
+ &mdash; Documentation by YARD 0.9.34
10
10
 
11
11
  </title>
12
12
 
@@ -221,9 +221,9 @@
221
221
  </div>
222
222
 
223
223
  <div id="footer">
224
- Generated on Thu Sep 12 16:31:19 2024 by
224
+ Generated on Mon Sep 16 13:05:28 2024 by
225
225
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
226
- 0.9.36 (ruby-3.2.2).
226
+ 0.9.34 (ruby-3.3.5).
227
227
  </div>
228
228
 
229
229
  </div>
data/doc/Components.html CHANGED
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Components
8
8
 
9
- &mdash; Documentation by YARD 0.9.36
9
+ &mdash; Documentation by YARD 0.9.34
10
10
 
11
11
  </title>
12
12
 
@@ -95,9 +95,9 @@
95
95
  </div>
96
96
 
97
97
  <div id="footer">
98
- Generated on Thu Sep 12 16:31:18 2024 by
98
+ Generated on Mon Sep 16 13:05:27 2024 by
99
99
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
100
- 0.9.36 (ruby-3.2.2).
100
+ 0.9.34 (ruby-3.3.5).
101
101
  </div>
102
102
 
103
103
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: ComponentsGenerator
8
8
 
9
- &mdash; Documentation by YARD 0.9.36
9
+ &mdash; Documentation by YARD 0.9.34
10
10
 
11
11
  </title>
12
12
 
@@ -193,9 +193,9 @@
193
193
  </div>
194
194
 
195
195
  <div id="footer">
196
- Generated on Thu Sep 12 16:31:19 2024 by
196
+ Generated on Mon Sep 16 13:05:28 2024 by
197
197
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
198
- 0.9.36 (ruby-3.2.2).
198
+ 0.9.34 (ruby-3.3.5).
199
199
  </div>
200
200
 
201
201
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Compony::Component
8
8
 
9
- &mdash; Documentation by YARD 0.9.36
9
+ &mdash; Documentation by YARD 0.9.34
10
10
 
11
11
  </title>
12
12
 
@@ -2503,9 +2503,9 @@
2503
2503
  </div>
2504
2504
 
2505
2505
  <div id="footer">
2506
- Generated on Thu Sep 12 16:31:18 2024 by
2506
+ Generated on Mon Sep 16 13:05:27 2024 by
2507
2507
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2508
- 0.9.36 (ruby-3.2.2).
2508
+ 0.9.34 (ruby-3.3.5).
2509
2509
  </div>
2510
2510
 
2511
2511
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Compony::ComponentMixins::Default::Labelling
8
8
 
9
- &mdash; Documentation by YARD 0.9.36
9
+ &mdash; Documentation by YARD 0.9.34
10
10
 
11
11
  </title>
12
12
 
@@ -396,9 +396,9 @@
396
396
  </div>
397
397
 
398
398
  <div id="footer">
399
- Generated on Thu Sep 12 16:31:18 2024 by
399
+ Generated on Mon Sep 16 13:05:27 2024 by
400
400
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
401
- 0.9.36 (ruby-3.2.2).
401
+ 0.9.34 (ruby-3.3.5).
402
402
  </div>
403
403
 
404
404
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Compony::ComponentMixins::Default::Standalone::ResourcefulVerbDsl
8
8
 
9
- &mdash; Documentation by YARD 0.9.36
9
+ &mdash; Documentation by YARD 0.9.34
10
10
 
11
11
  </title>
12
12
 
@@ -529,9 +529,9 @@
529
529
  </div>
530
530
 
531
531
  <div id="footer">
532
- Generated on Thu Sep 12 16:31:19 2024 by
532
+ Generated on Mon Sep 16 13:05:28 2024 by
533
533
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
534
- 0.9.36 (ruby-3.2.2).
534
+ 0.9.34 (ruby-3.3.5).
535
535
  </div>
536
536
 
537
537
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Compony::ComponentMixins::Default::Standalone::StandaloneDsl
8
8
 
9
- &mdash; Documentation by YARD 0.9.36
9
+ &mdash; Documentation by YARD 0.9.34
10
10
 
11
11
  </title>
12
12
 
@@ -578,9 +578,9 @@
578
578
  </div>
579
579
 
580
580
  <div id="footer">
581
- Generated on Thu Sep 12 16:31:19 2024 by
581
+ Generated on Mon Sep 16 13:05:28 2024 by
582
582
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
583
- 0.9.36 (ruby-3.2.2).
583
+ 0.9.34 (ruby-3.3.5).
584
584
  </div>
585
585
 
586
586
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Compony::ComponentMixins::Default::Standalone::VerbDsl
8
8
 
9
- &mdash; Documentation by YARD 0.9.36
9
+ &mdash; Documentation by YARD 0.9.34
10
10
 
11
11
  </title>
12
12
 
@@ -567,9 +567,9 @@
567
567
  </div>
568
568
 
569
569
  <div id="footer">
570
- Generated on Thu Sep 12 16:31:19 2024 by
570
+ Generated on Mon Sep 16 13:05:28 2024 by
571
571
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
572
- 0.9.36 (ruby-3.2.2).
572
+ 0.9.34 (ruby-3.3.5).
573
573
  </div>
574
574
 
575
575
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Compony::ComponentMixins::Default::Standalone
8
8
 
9
- &mdash; Documentation by YARD 0.9.36
9
+ &mdash; Documentation by YARD 0.9.34
10
10
 
11
11
  </title>
12
12
 
@@ -682,9 +682,9 @@
682
682
  </div>
683
683
 
684
684
  <div id="footer">
685
- Generated on Thu Sep 12 16:31:18 2024 by
685
+ Generated on Mon Sep 16 13:05:27 2024 by
686
686
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
687
- 0.9.36 (ruby-3.2.2).
687
+ 0.9.34 (ruby-3.3.5).
688
688
  </div>
689
689
 
690
690
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Compony::ComponentMixins::Default
8
8
 
9
- &mdash; Documentation by YARD 0.9.36
9
+ &mdash; Documentation by YARD 0.9.34
10
10
 
11
11
  </title>
12
12
 
@@ -116,9 +116,9 @@
116
116
  </div>
117
117
 
118
118
  <div id="footer">
119
- Generated on Thu Sep 12 16:31:18 2024 by
119
+ Generated on Mon Sep 16 13:05:27 2024 by
120
120
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
- 0.9.36 (ruby-3.2.2).
121
+ 0.9.34 (ruby-3.3.5).
122
122
  </div>
123
123
 
124
124
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Compony::ComponentMixins::Resourceful
8
8
 
9
- &mdash; Documentation by YARD 0.9.36
9
+ &mdash; Documentation by YARD 0.9.34
10
10
 
11
11
  </title>
12
12
 
@@ -1183,9 +1183,9 @@
1183
1183
  </div>
1184
1184
 
1185
1185
  <div id="footer">
1186
- Generated on Thu Sep 12 16:31:18 2024 by
1186
+ Generated on Mon Sep 16 13:05:27 2024 by
1187
1187
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1188
- 0.9.36 (ruby-3.2.2).
1188
+ 0.9.34 (ruby-3.3.5).
1189
1189
  </div>
1190
1190
 
1191
1191
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Compony::ComponentMixins
8
8
 
9
- &mdash; Documentation by YARD 0.9.36
9
+ &mdash; Documentation by YARD 0.9.34
10
10
 
11
11
  </title>
12
12
 
@@ -116,9 +116,9 @@
116
116
  </div>
117
117
 
118
118
  <div id="footer">
119
- Generated on Thu Sep 12 16:31:18 2024 by
119
+ Generated on Mon Sep 16 13:05:27 2024 by
120
120
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
- 0.9.36 (ruby-3.2.2).
121
+ 0.9.34 (ruby-3.3.5).
122
122
  </div>
123
123
 
124
124
  </div>