compony 0.11.11 → 0.11.12

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 (101) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/Gemfile.lock +1 -1
  4. data/VERSION +1 -1
  5. data/compony.gemspec +3 -3
  6. data/config/locales/es.yml +46 -0
  7. data/doc/ComponentGenerator.html +1 -1
  8. data/doc/Components.html +1 -1
  9. data/doc/ComponentsGenerator.html +1 -1
  10. data/doc/Compony/Component.html +1 -1
  11. data/doc/Compony/ComponentMixins/Default/Labelling.html +1 -1
  12. data/doc/Compony/ComponentMixins/Default/Standalone/ResourcefulVerbDsl.html +1 -1
  13. data/doc/Compony/ComponentMixins/Default/Standalone/StandaloneDsl.html +1 -1
  14. data/doc/Compony/ComponentMixins/Default/Standalone/VerbDsl.html +1 -1
  15. data/doc/Compony/ComponentMixins/Default/Standalone.html +1 -1
  16. data/doc/Compony/ComponentMixins/Default.html +1 -1
  17. data/doc/Compony/ComponentMixins/Resourceful.html +1 -1
  18. data/doc/Compony/ComponentMixins.html +1 -1
  19. data/doc/Compony/Components/Buttons/CssButton.html +1 -1
  20. data/doc/Compony/Components/Buttons/Link.html +1 -1
  21. data/doc/Compony/Components/Buttons.html +1 -1
  22. data/doc/Compony/Components/Destroy.html +1 -1
  23. data/doc/Compony/Components/Edit.html +1 -1
  24. data/doc/Compony/Components/Form.html +1 -1
  25. data/doc/Compony/Components/Index.html +1 -1
  26. data/doc/Compony/Components/List.html +1 -1
  27. data/doc/Compony/Components/New.html +1 -1
  28. data/doc/Compony/Components/Show.html +1 -1
  29. data/doc/Compony/Components/WithForm.html +1 -1
  30. data/doc/Compony/Components.html +1 -1
  31. data/doc/Compony/ControllerMixin.html +1 -1
  32. data/doc/Compony/Engine.html +1 -1
  33. data/doc/Compony/Intent.html +1 -1
  34. data/doc/Compony/ManageIntentsDsl.html +1 -1
  35. data/doc/Compony/MethodAccessibleHash.html +1 -1
  36. data/doc/Compony/ModelFields/Anchormodel.html +1 -1
  37. data/doc/Compony/ModelFields/Association.html +1 -1
  38. data/doc/Compony/ModelFields/Attachment.html +1 -1
  39. data/doc/Compony/ModelFields/Base.html +1 -1
  40. data/doc/Compony/ModelFields/Boolean.html +1 -1
  41. data/doc/Compony/ModelFields/Color.html +1 -1
  42. data/doc/Compony/ModelFields/Currency.html +1 -1
  43. data/doc/Compony/ModelFields/Date.html +1 -1
  44. data/doc/Compony/ModelFields/Datetime.html +1 -1
  45. data/doc/Compony/ModelFields/Decimal.html +1 -1
  46. data/doc/Compony/ModelFields/Email.html +1 -1
  47. data/doc/Compony/ModelFields/Float.html +1 -1
  48. data/doc/Compony/ModelFields/Integer.html +1 -1
  49. data/doc/Compony/ModelFields/Percentage.html +1 -1
  50. data/doc/Compony/ModelFields/Phone.html +1 -1
  51. data/doc/Compony/ModelFields/RichText.html +1 -1
  52. data/doc/Compony/ModelFields/String.html +1 -1
  53. data/doc/Compony/ModelFields/Text.html +1 -1
  54. data/doc/Compony/ModelFields/Time.html +1 -1
  55. data/doc/Compony/ModelFields/Url.html +1 -1
  56. data/doc/Compony/ModelFields.html +1 -1
  57. data/doc/Compony/ModelMixin.html +1 -1
  58. data/doc/Compony/NaturalOrdering.html +1 -1
  59. data/doc/Compony/RequestContext.html +1 -1
  60. data/doc/Compony/Version.html +1 -1
  61. data/doc/Compony/ViewHelpers.html +1 -1
  62. data/doc/Compony/VirtualModel.html +1 -1
  63. data/doc/Compony.html +1 -1
  64. data/doc/ComponyController.html +1 -1
  65. data/doc/_index.html +1 -1
  66. data/doc/file.CHANGELOG.html +6 -1
  67. data/doc/file.README.html +1 -1
  68. data/doc/file.basic_component.html +1 -1
  69. data/doc/file.cookbook.html +1 -1
  70. data/doc/file.destroy.html +1 -1
  71. data/doc/file.dsl_reference.html +1 -1
  72. data/doc/file.edit.html +1 -1
  73. data/doc/file.example.html +1 -1
  74. data/doc/file.example_advanced.html +1 -1
  75. data/doc/file.feasibility.html +1 -1
  76. data/doc/file.form.html +1 -1
  77. data/doc/file.generators.html +1 -1
  78. data/doc/file.glossary.html +1 -1
  79. data/doc/file.gotchas.html +1 -1
  80. data/doc/file.index.html +1 -1
  81. data/doc/file.inheritance.html +1 -1
  82. data/doc/file.installation.html +1 -1
  83. data/doc/file.integrations.html +1 -1
  84. data/doc/file.intents.html +1 -1
  85. data/doc/file.internal_datastructures.html +1 -1
  86. data/doc/file.list.html +1 -1
  87. data/doc/file.maintaining.html +1 -1
  88. data/doc/file.model_fields.html +1 -1
  89. data/doc/file.nesting.html +1 -1
  90. data/doc/file.new.html +1 -1
  91. data/doc/file.ownership.html +1 -1
  92. data/doc/file.patterns.html +1 -1
  93. data/doc/file.pre_built_components.html +1 -1
  94. data/doc/file.resourceful.html +1 -1
  95. data/doc/file.show.html +1 -1
  96. data/doc/file.standalone.html +1 -1
  97. data/doc/file.virtual_models.html +1 -1
  98. data/doc/file.with_form.html +1 -1
  99. data/doc/index.html +1 -1
  100. data/doc/top-level-namespace.html +1 -1
  101. metadata +2 -1
@@ -222,7 +222,7 @@
222
222
  </div>
223
223
 
224
224
  <div id="footer">
225
- Generated on Sat Jun 6 09:14:49 2026 by
225
+ Generated on Tue Jun 30 22:41:21 2026 by
226
226
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
227
227
  0.9.34 (ruby-3.4.9).
228
228
  </div>
@@ -144,7 +144,7 @@
144
144
  </div>
145
145
 
146
146
  <div id="footer">
147
- Generated on Sat Jun 6 09:14:49 2026 by
147
+ Generated on Tue Jun 30 22:41:21 2026 by
148
148
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
149
149
  0.9.34 (ruby-3.4.9).
150
150
  </div>
@@ -144,7 +144,7 @@
144
144
  </div>
145
145
 
146
146
  <div id="footer">
147
- Generated on Sat Jun 6 09:14:49 2026 by
147
+ Generated on Tue Jun 30 22:41:21 2026 by
148
148
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
149
149
  0.9.34 (ruby-3.4.9).
150
150
  </div>
@@ -144,7 +144,7 @@
144
144
  </div>
145
145
 
146
146
  <div id="footer">
147
- Generated on Sat Jun 6 09:14:49 2026 by
147
+ Generated on Tue Jun 30 22:41:21 2026 by
148
148
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
149
149
  0.9.34 (ruby-3.4.9).
150
150
  </div>
@@ -230,7 +230,7 @@
230
230
  </div>
231
231
 
232
232
  <div id="footer">
233
- Generated on Sat Jun 6 09:14:49 2026 by
233
+ Generated on Tue Jun 30 22:41:21 2026 by
234
234
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
235
235
  0.9.34 (ruby-3.4.9).
236
236
  </div>
@@ -116,7 +116,7 @@
116
116
  </div>
117
117
 
118
118
  <div id="footer">
119
- Generated on Sat Jun 6 09:14:48 2026 by
119
+ Generated on Tue Jun 30 22:41:20 2026 by
120
120
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
121
  0.9.34 (ruby-3.4.9).
122
122
  </div>
@@ -519,7 +519,7 @@
519
519
  </div>
520
520
 
521
521
  <div id="footer">
522
- Generated on Sat Jun 6 09:14:48 2026 by
522
+ Generated on Tue Jun 30 22:41:20 2026 by
523
523
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
524
524
  0.9.34 (ruby-3.4.9).
525
525
  </div>
@@ -290,7 +290,7 @@
290
290
  </div>
291
291
 
292
292
  <div id="footer">
293
- Generated on Sat Jun 6 09:14:49 2026 by
293
+ Generated on Tue Jun 30 22:41:21 2026 by
294
294
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
295
295
  0.9.34 (ruby-3.4.9).
296
296
  </div>
@@ -1149,7 +1149,7 @@
1149
1149
  </div>
1150
1150
 
1151
1151
  <div id="footer">
1152
- Generated on Sat Jun 6 09:14:49 2026 by
1152
+ Generated on Tue Jun 30 22:41:21 2026 by
1153
1153
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1154
1154
  0.9.34 (ruby-3.4.9).
1155
1155
  </div>
@@ -129,7 +129,7 @@
129
129
  </div>
130
130
 
131
131
  <div id="footer">
132
- Generated on Sat Jun 6 09:14:48 2026 by
132
+ Generated on Tue Jun 30 22:41:20 2026 by
133
133
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
134
134
  0.9.34 (ruby-3.4.9).
135
135
  </div>
@@ -222,7 +222,7 @@
222
222
  </div>
223
223
 
224
224
  <div id="footer">
225
- Generated on Sat Jun 6 09:14:48 2026 by
225
+ Generated on Tue Jun 30 22:41:20 2026 by
226
226
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
227
227
  0.9.34 (ruby-3.4.9).
228
228
  </div>
@@ -228,7 +228,7 @@
228
228
  </div>
229
229
 
230
230
  <div id="footer">
231
- Generated on Sat Jun 6 09:14:48 2026 by
231
+ Generated on Tue Jun 30 22:41:20 2026 by
232
232
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
233
233
  0.9.34 (ruby-3.4.9).
234
234
  </div>
data/doc/Compony.html CHANGED
@@ -1670,7 +1670,7 @@
1670
1670
  </div>
1671
1671
 
1672
1672
  <div id="footer">
1673
- Generated on Sat Jun 6 09:14:48 2026 by
1673
+ Generated on Tue Jun 30 22:41:20 2026 by
1674
1674
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1675
1675
  0.9.34 (ruby-3.4.9).
1676
1676
  </div>
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Sat Jun 6 09:14:49 2026 by
117
+ Generated on Tue Jun 30 22:41:21 2026 by
118
118
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
119
119
  0.9.34 (ruby-3.4.9).
120
120
  </div>
data/doc/_index.html CHANGED
@@ -718,7 +718,7 @@
718
718
  </div>
719
719
 
720
720
  <div id="footer">
721
- Generated on Sat Jun 6 09:14:45 2026 by
721
+ Generated on Tue Jun 30 22:41:17 2026 by
722
722
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
723
723
  0.9.34 (ruby-3.4.9).
724
724
  </div>
@@ -58,6 +58,11 @@
58
58
  </div>
59
59
 
60
60
  <div id="content"><div id='filecontents'>
61
+ <h1 id="label-0.11.12">0.11.12</h1>
62
+ <ul><li>
63
+ <p>Add Spanish (<code>es</code>) translations.</p>
64
+ </li></ul>
65
+
61
66
  <h1 id="label-0.11.11">0.11.11</h1>
62
67
  <ul><li>
63
68
  <p>Fix the <code>New</code> component’s <code>method: :post</code> intent button (immediate create, no form) being hidden for non-admin users. The POST verb’s <code>authorize</code> checked <code>can?(:create, @data)</code>, but the button-visibility probe (<code>standalone_access_permitted_for?</code>) evaluates <code>authorize</code> <em>without</em> running <code>load_data</code>, so <code>@data</code> is <code>nil</code> at probe time. CanCan rules that target the class (e.g. <code>can :create, PosTransaction</code>) do not match a <code>nil</code> subject, so the button vanished — while <code>can :manage, :all</code> (admins) still matched. Changed to <code>can?(:create, @data || data_class)</code>: instance check during a real POST (where <code>load_data</code> already set <code>@data</code>), class check during the probe — symmetric with the GET verb’s <code>can?(:new, data_class)</code>.</p>
@@ -760,7 +765,7 @@
760
765
  </div></div>
761
766
 
762
767
  <div id="footer">
763
- Generated on Sat Jun 6 09:14:46 2026 by
768
+ Generated on Tue Jun 30 22:41:18 2026 by
764
769
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
765
770
  0.9.34 (ruby-3.4.9).
766
771
  </div>
data/doc/file.README.html CHANGED
@@ -220,7 +220,7 @@
220
220
  </div></div>
221
221
 
222
222
  <div id="footer">
223
- Generated on Sat Jun 6 09:14:45 2026 by
223
+ Generated on Tue Jun 30 22:41:17 2026 by
224
224
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
225
225
  0.9.34 (ruby-3.4.9).
226
226
  </div>
@@ -304,7 +304,7 @@
304
304
  </div></div>
305
305
 
306
306
  <div id="footer">
307
- Generated on Sat Jun 6 09:14:46 2026 by
307
+ Generated on Tue Jun 30 22:41:18 2026 by
308
308
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
309
309
  0.9.34 (ruby-3.4.9).
310
310
  </div>
@@ -179,7 +179,7 @@
179
179
  </div></div>
180
180
 
181
181
  <div id="footer">
182
- Generated on Sat Jun 6 09:14:48 2026 by
182
+ Generated on Tue Jun 30 22:41:20 2026 by
183
183
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
184
184
  0.9.34 (ruby-3.4.9).
185
185
  </div>
@@ -95,7 +95,7 @@
95
95
  </div></div>
96
96
 
97
97
  <div id="footer">
98
- Generated on Sat Jun 6 09:14:47 2026 by
98
+ Generated on Tue Jun 30 22:41:19 2026 by
99
99
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
100
100
  0.9.34 (ruby-3.4.9).
101
101
  </div>
@@ -662,7 +662,7 @@
662
662
  </div></div>
663
663
 
664
664
  <div id="footer">
665
- Generated on Sat Jun 6 09:14:47 2026 by
665
+ Generated on Tue Jun 30 22:41:19 2026 by
666
666
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
667
667
  0.9.34 (ruby-3.4.9).
668
668
  </div>
data/doc/file.edit.html CHANGED
@@ -99,7 +99,7 @@
99
99
  </div></div>
100
100
 
101
101
  <div id="footer">
102
- Generated on Sat Jun 6 09:14:47 2026 by
102
+ Generated on Tue Jun 30 22:41:19 2026 by
103
103
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
104
104
  0.9.34 (ruby-3.4.9).
105
105
  </div>
@@ -281,7 +281,7 @@
281
281
  </div></div>
282
282
 
283
283
  <div id="footer">
284
- Generated on Sat Jun 6 09:14:46 2026 by
284
+ Generated on Tue Jun 30 22:41:18 2026 by
285
285
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
286
286
  0.9.34 (ruby-3.4.9).
287
287
  </div>
@@ -247,7 +247,7 @@
247
247
  </div></div>
248
248
 
249
249
  <div id="footer">
250
- Generated on Sat Jun 6 09:14:46 2026 by
250
+ Generated on Tue Jun 30 22:41:18 2026 by
251
251
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
252
252
  0.9.34 (ruby-3.4.9).
253
253
  </div>
@@ -105,7 +105,7 @@
105
105
  </div></div>
106
106
 
107
107
  <div id="footer">
108
- Generated on Sat Jun 6 09:14:46 2026 by
108
+ Generated on Tue Jun 30 22:41:19 2026 by
109
109
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
110
110
  0.9.34 (ruby-3.4.9).
111
111
  </div>
data/doc/file.form.html CHANGED
@@ -185,7 +185,7 @@
185
185
  </div></div>
186
186
 
187
187
  <div id="footer">
188
- Generated on Sat Jun 6 09:14:47 2026 by
188
+ Generated on Tue Jun 30 22:41:19 2026 by
189
189
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
190
190
  0.9.34 (ruby-3.4.9).
191
191
  </div>
@@ -79,7 +79,7 @@
79
79
  </div></div>
80
80
 
81
81
  <div id="footer">
82
- Generated on Sat Jun 6 09:14:46 2026 by
82
+ Generated on Tue Jun 30 22:41:19 2026 by
83
83
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
84
84
  0.9.34 (ruby-3.4.9).
85
85
  </div>
@@ -207,7 +207,7 @@
207
207
  </div></div>
208
208
 
209
209
  <div id="footer">
210
- Generated on Sat Jun 6 09:14:47 2026 by
210
+ Generated on Tue Jun 30 22:41:19 2026 by
211
211
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
212
212
  0.9.34 (ruby-3.4.9).
213
213
  </div>
@@ -212,7 +212,7 @@
212
212
  </div></div>
213
213
 
214
214
  <div id="footer">
215
- Generated on Sat Jun 6 09:14:47 2026 by
215
+ Generated on Tue Jun 30 22:41:19 2026 by
216
216
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
217
217
  0.9.34 (ruby-3.4.9).
218
218
  </div>
data/doc/file.index.html CHANGED
@@ -125,7 +125,7 @@
125
125
  </div></div>
126
126
 
127
127
  <div id="footer">
128
- Generated on Sat Jun 6 09:14:47 2026 by
128
+ Generated on Tue Jun 30 22:41:19 2026 by
129
129
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
130
130
  0.9.34 (ruby-3.4.9).
131
131
  </div>
@@ -126,7 +126,7 @@
126
126
  </div></div>
127
127
 
128
128
  <div id="footer">
129
- Generated on Sat Jun 6 09:14:46 2026 by
129
+ Generated on Tue Jun 30 22:41:18 2026 by
130
130
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
131
131
  0.9.34 (ruby-3.4.9).
132
132
  </div>
@@ -105,7 +105,7 @@
105
105
  </div></div>
106
106
 
107
107
  <div id="footer">
108
- Generated on Sat Jun 6 09:14:46 2026 by
108
+ Generated on Tue Jun 30 22:41:18 2026 by
109
109
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
110
110
  0.9.34 (ruby-3.4.9).
111
111
  </div>
@@ -208,7 +208,7 @@
208
208
  </div></div>
209
209
 
210
210
  <div id="footer">
211
- Generated on Sat Jun 6 09:14:48 2026 by
211
+ Generated on Tue Jun 30 22:41:20 2026 by
212
212
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
213
213
  0.9.34 (ruby-3.4.9).
214
214
  </div>
@@ -255,7 +255,7 @@ end
255
255
  </div></div>
256
256
 
257
257
  <div id="footer">
258
- Generated on Sat Jun 6 09:14:46 2026 by
258
+ Generated on Tue Jun 30 22:41:18 2026 by
259
259
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
260
260
  0.9.34 (ruby-3.4.9).
261
261
  </div>
@@ -119,7 +119,7 @@
119
119
  </div></div>
120
120
 
121
121
  <div id="footer">
122
- Generated on Sat Jun 6 09:14:46 2026 by
122
+ Generated on Tue Jun 30 22:41:19 2026 by
123
123
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
124
124
  0.9.34 (ruby-3.4.9).
125
125
  </div>
data/doc/file.list.html CHANGED
@@ -243,7 +243,7 @@
243
243
  </div></div>
244
244
 
245
245
  <div id="footer">
246
- Generated on Sat Jun 6 09:14:47 2026 by
246
+ Generated on Tue Jun 30 22:41:19 2026 by
247
247
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
248
248
  0.9.34 (ruby-3.4.9).
249
249
  </div>
@@ -117,7 +117,7 @@
117
117
  </div></div>
118
118
 
119
119
  <div id="footer">
120
- Generated on Sat Jun 6 09:14:48 2026 by
120
+ Generated on Tue Jun 30 22:41:20 2026 by
121
121
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
122
122
  0.9.34 (ruby-3.4.9).
123
123
  </div>
@@ -127,7 +127,7 @@
127
127
  </div></div>
128
128
 
129
129
  <div id="footer">
130
- Generated on Sat Jun 6 09:14:46 2026 by
130
+ Generated on Tue Jun 30 22:41:19 2026 by
131
131
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
132
132
  0.9.34 (ruby-3.4.9).
133
133
  </div>
@@ -227,7 +227,7 @@ The number 8 has the binary form 1000. Enter a number and press ENTER: [8]
227
227
  </div></div>
228
228
 
229
229
  <div id="footer">
230
- Generated on Sat Jun 6 09:14:46 2026 by
230
+ Generated on Tue Jun 30 22:41:18 2026 by
231
231
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
232
232
  0.9.34 (ruby-3.4.9).
233
233
  </div>
data/doc/file.new.html CHANGED
@@ -99,7 +99,7 @@
99
99
  </div></div>
100
100
 
101
101
  <div id="footer">
102
- Generated on Sat Jun 6 09:14:47 2026 by
102
+ Generated on Tue Jun 30 22:41:19 2026 by
103
103
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
104
104
  0.9.34 (ruby-3.4.9).
105
105
  </div>
@@ -88,7 +88,7 @@
88
88
  </div></div>
89
89
 
90
90
  <div id="footer">
91
- Generated on Sat Jun 6 09:14:46 2026 by
91
+ Generated on Tue Jun 30 22:41:19 2026 by
92
92
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
93
93
  0.9.34 (ruby-3.4.9).
94
94
  </div>
@@ -659,7 +659,7 @@
659
659
  </div></div>
660
660
 
661
661
  <div id="footer">
662
- Generated on Sat Jun 6 09:14:48 2026 by
662
+ Generated on Tue Jun 30 22:41:20 2026 by
663
663
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
664
664
  0.9.34 (ruby-3.4.9).
665
665
  </div>
@@ -89,7 +89,7 @@
89
89
  </div></div>
90
90
 
91
91
  <div id="footer">
92
- Generated on Sat Jun 6 09:14:47 2026 by
92
+ Generated on Tue Jun 30 22:41:19 2026 by
93
93
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
94
94
  0.9.34 (ruby-3.4.9).
95
95
  </div>
@@ -171,7 +171,7 @@
171
171
  </div></div>
172
172
 
173
173
  <div id="footer">
174
- Generated on Sat Jun 6 09:14:46 2026 by
174
+ Generated on Tue Jun 30 22:41:18 2026 by
175
175
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
176
176
  0.9.34 (ruby-3.4.9).
177
177
  </div>
data/doc/file.show.html CHANGED
@@ -148,7 +148,7 @@
148
148
  </div></div>
149
149
 
150
150
  <div id="footer">
151
- Generated on Sat Jun 6 09:14:47 2026 by
151
+ Generated on Tue Jun 30 22:41:19 2026 by
152
152
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
153
153
  0.9.34 (ruby-3.4.9).
154
154
  </div>
@@ -223,7 +223,7 @@
223
223
  </div></div>
224
224
 
225
225
  <div id="footer">
226
- Generated on Sat Jun 6 09:14:46 2026 by
226
+ Generated on Tue Jun 30 22:41:18 2026 by
227
227
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
228
228
  0.9.34 (ruby-3.4.9).
229
229
  </div>
@@ -107,7 +107,7 @@
107
107
  </div></div>
108
108
 
109
109
  <div id="footer">
110
- Generated on Sat Jun 6 09:14:46 2026 by
110
+ Generated on Tue Jun 30 22:41:19 2026 by
111
111
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
112
112
  0.9.34 (ruby-3.4.9).
113
113
  </div>
@@ -147,7 +147,7 @@
147
147
  </div></div>
148
148
 
149
149
  <div id="footer">
150
- Generated on Sat Jun 6 09:14:47 2026 by
150
+ Generated on Tue Jun 30 22:41:19 2026 by
151
151
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
152
152
  0.9.34 (ruby-3.4.9).
153
153
  </div>
data/doc/index.html CHANGED
@@ -220,7 +220,7 @@
220
220
  </div></div>
221
221
 
222
222
  <div id="footer">
223
- Generated on Sat Jun 6 09:14:45 2026 by
223
+ Generated on Tue Jun 30 22:41:17 2026 by
224
224
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
225
225
  0.9.34 (ruby-3.4.9).
226
226
  </div>
@@ -102,7 +102,7 @@
102
102
  </div>
103
103
 
104
104
  <div id="footer">
105
- Generated on Sat Jun 6 09:14:48 2026 by
105
+ Generated on Tue Jun 30 22:41:20 2026 by
106
106
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
107
107
  0.9.34 (ruby-3.4.9).
108
108
  </div>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compony
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.11
4
+ version: 0.11.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sandro Kalbermatter
@@ -184,6 +184,7 @@ files:
184
184
  - compony.gemspec
185
185
  - config/locales/de.yml
186
186
  - config/locales/en.yml
187
+ - config/locales/es.yml
187
188
  - config/locales/fr.yml
188
189
  - config/routes.rb
189
190
  - doc/ComponentGenerator.html