ro 4.4.0 → 5.0.0
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/Gemfile.lock +42 -16
- data/MIGRATION.md +320 -0
- data/README.md +30 -18
- data/a.yml +60 -0
- data/bin/ro +10 -0
- data/lib/ro/_lib.rb +1 -1
- data/lib/ro/asset.rb +46 -5
- data/lib/ro/collection.rb +51 -13
- data/lib/ro/migrator.rb +285 -0
- data/lib/ro/node.rb +53 -13
- data/lib/ro/root.rb +75 -1
- data/lib/ro/script/migrate.rb +204 -0
- data/lib/ro/script/server.rb +1 -1
- data/lib/ro.rb +1 -0
- data/ro.gemspec +207 -16
- data/specs/001-simplify-asset-structure/IMPLEMENTATION_SUMMARY.md +212 -0
- data/specs/001-simplify-asset-structure/checklists/requirements.md +36 -0
- data/specs/001-simplify-asset-structure/contracts/collection_api.md +407 -0
- data/specs/001-simplify-asset-structure/contracts/migrator_api.md +461 -0
- data/specs/001-simplify-asset-structure/contracts/node_api.md +294 -0
- data/specs/001-simplify-asset-structure/data-model.md +381 -0
- data/specs/001-simplify-asset-structure/plan.md +90 -0
- data/specs/001-simplify-asset-structure/quickstart.md +575 -0
- data/specs/001-simplify-asset-structure/research.md +333 -0
- data/specs/001-simplify-asset-structure/spec.md +127 -0
- data/specs/001-simplify-asset-structure/tasks.md +349 -0
- data/test/fixtures/new_structure/mixed/test-json.json +5 -0
- data/test/fixtures/new_structure/mixed/test-yaml.yml +3 -0
- data/test/fixtures/new_structure/posts/metadata-only.yml +7 -0
- data/test/fixtures/new_structure/posts/nested-test/assets/subdirectory/image.png +2 -0
- data/test/fixtures/new_structure/posts/nested-test.yml +7 -0
- data/test/fixtures/new_structure/posts/sample-post/assets/body.md +5 -0
- data/test/fixtures/new_structure/posts/sample-post/assets/image.jpg +2 -0
- data/test/fixtures/new_structure/posts/sample-post.yml +7 -0
- data/test/fixtures/old_structure/posts/assets-only/assets/test.txt +1 -0
- data/test/fixtures/old_structure/posts/sample-post/assets/body.md +5 -0
- data/test/fixtures/old_structure/posts/sample-post/assets/image.jpg +2 -0
- data/test/fixtures/old_structure/posts/sample-post/attributes.yml +2 -0
- data/test/integration/ro_integration_test.rb +165 -0
- data/test/test_helper.rb +149 -0
- data/test/tmp/migration_test_1760746513.backup.20251018001513/migration_test_1760746513/posts/sample-post/assets/image.jpg +2 -0
- data/test/tmp/migration_test_1760746513.backup.20251018001513/migration_test_1760746513/posts/sample-post/attributes.yml +7 -0
- data/test/tmp/migration_test_1760746513.backup.20251018001513/migration_test_1760746513/posts/sample-post/body.md +5 -0
- data/test/tmp/migration_test_1760746513.backup.20251018001513/posts/sample-post/assets/image.jpg +2 -0
- data/test/tmp/migration_test_1760746513.backup.20251018001513/posts/sample-post/attributes.yml +7 -0
- data/test/tmp/migration_test_1760746513.backup.20251018001513/posts/sample-post/body.md +5 -0
- data/test/tmp/migration_test_1760746556.backup.20251018001556/migration_test_1760746556/posts/sample-post/assets/image.jpg +2 -0
- data/test/tmp/migration_test_1760746556.backup.20251018001556/migration_test_1760746556/posts/sample-post/attributes.yml +7 -0
- data/test/tmp/migration_test_1760746556.backup.20251018001556/migration_test_1760746556/posts/sample-post/body.md +5 -0
- data/test/tmp/migration_test_1760746556.backup.20251018001556/posts/sample-post/assets/image.jpg +2 -0
- data/test/tmp/migration_test_1760746556.backup.20251018001556/posts/sample-post/attributes.yml +7 -0
- data/test/tmp/migration_test_1760746556.backup.20251018001556/posts/sample-post/body.md +5 -0
- data/test/tmp/migration_test_1760755248.backup.20251018024048/migration_test_1760755248/posts/sample-post/assets/image.jpg +2 -0
- data/test/tmp/migration_test_1760755248.backup.20251018024048/migration_test_1760755248/posts/sample-post/attributes.yml +7 -0
- data/test/tmp/migration_test_1760755248.backup.20251018024048/migration_test_1760755248/posts/sample-post/body.md +5 -0
- data/test/tmp/migration_test_1760755248.backup.20251018024048/posts/sample-post/assets/image.jpg +2 -0
- data/test/tmp/migration_test_1760755248.backup.20251018024048/posts/sample-post/attributes.yml +7 -0
- data/test/tmp/migration_test_1760755248.backup.20251018024048/posts/sample-post/body.md +5 -0
- data/test/tmp/migration_test_1760758803.backup.20251018034003/migration_test_1760758803/posts/sample-post/body.md +5 -0
- data/test/tmp/migration_test_1760758803.backup.20251018034003/migration_test_1760758803/posts/sample-post/image.jpg +2 -0
- data/test/tmp/migration_test_1760758803.backup.20251018034003/migration_test_1760758803/posts/sample-post.yml +7 -0
- data/test/tmp/migration_test_1760758803.backup.20251018034003/posts/sample-post/body.md +5 -0
- data/test/tmp/migration_test_1760758803.backup.20251018034003/posts/sample-post/image.jpg +2 -0
- data/test/tmp/migration_test_1760758803.backup.20251018034003/posts/sample-post.yml +7 -0
- data/test/tmp/migration_test_1760758869.backup.20251018034109/migration_test_1760758869/posts/sample-post/assets/body.md +5 -0
- data/test/tmp/migration_test_1760758869.backup.20251018034109/migration_test_1760758869/posts/sample-post/assets/image.jpg +2 -0
- data/test/tmp/migration_test_1760758869.backup.20251018034109/migration_test_1760758869/posts/sample-post/attributes.yml +2 -0
- data/test/tmp/migration_test_1760758869.backup.20251018034109/posts/sample-post/assets/body.md +5 -0
- data/test/tmp/migration_test_1760758869.backup.20251018034109/posts/sample-post/assets/image.jpg +2 -0
- data/test/tmp/migration_test_1760758869.backup.20251018034109/posts/sample-post/attributes.yml +2 -0
- data/test/tmp/migration_test_1760758920.backup.20251018034200/migration_test_1760758920/posts/sample-post/assets/body.md +5 -0
- data/test/tmp/migration_test_1760758920.backup.20251018034200/migration_test_1760758920/posts/sample-post/assets/image.jpg +2 -0
- data/test/tmp/migration_test_1760758920.backup.20251018034200/migration_test_1760758920/posts/sample-post/attributes.yml +2 -0
- data/test/tmp/migration_test_1760758920.backup.20251018034200/posts/sample-post/assets/body.md +5 -0
- data/test/tmp/migration_test_1760758920.backup.20251018034200/posts/sample-post/assets/image.jpg +2 -0
- data/test/tmp/migration_test_1760758920.backup.20251018034200/posts/sample-post/attributes.yml +2 -0
- data/test/tmp/migration_test_1760824728.backup.20251018215848/migration_test_1760824728/posts/assets-only/assets/test.txt +1 -0
- data/test/tmp/migration_test_1760824728.backup.20251018215848/migration_test_1760824728/posts/sample-post/assets/body.md +5 -0
- data/test/tmp/migration_test_1760824728.backup.20251018215848/migration_test_1760824728/posts/sample-post/assets/image.jpg +2 -0
- data/test/tmp/migration_test_1760824728.backup.20251018215848/migration_test_1760824728/posts/sample-post/attributes.yml +2 -0
- data/test/tmp/migration_test_1760824728.backup.20251018215848/posts/assets-only/assets/test.txt +1 -0
- data/test/tmp/migration_test_1760824728.backup.20251018215848/posts/sample-post/assets/body.md +5 -0
- data/test/tmp/migration_test_1760824728.backup.20251018215848/posts/sample-post/assets/image.jpg +2 -0
- data/test/tmp/migration_test_1760824728.backup.20251018215848/posts/sample-post/attributes.yml +2 -0
- data/test/tmp/migration_test_1760844153.backup.20251019032233/migration_test_1760844153/posts/assets-only/assets/test.txt +1 -0
- data/test/tmp/migration_test_1760844153.backup.20251019032233/migration_test_1760844153/posts/sample-post/assets/body.md +5 -0
- data/test/tmp/migration_test_1760844153.backup.20251019032233/migration_test_1760844153/posts/sample-post/assets/image.jpg +2 -0
- data/test/tmp/migration_test_1760844153.backup.20251019032233/migration_test_1760844153/posts/sample-post/attributes.yml +2 -0
- data/test/tmp/migration_test_1760844153.backup.20251019032233/posts/assets-only/assets/test.txt +1 -0
- data/test/tmp/migration_test_1760844153.backup.20251019032233/posts/sample-post/assets/body.md +5 -0
- data/test/tmp/migration_test_1760844153.backup.20251019032233/posts/sample-post/assets/image.jpg +2 -0
- data/test/tmp/migration_test_1760844153.backup.20251019032233/posts/sample-post/attributes.yml +2 -0
- data/test/tmp/new_structure_test_1760746452/mixed/test-json.json +5 -0
- data/test/tmp/new_structure_test_1760746452/mixed/test-yaml.yml +3 -0
- data/test/tmp/new_structure_test_1760746452/posts/metadata-only.yml +7 -0
- data/test/tmp/new_structure_test_1760746452/posts/nested-test/subdirectory/image.png +2 -0
- data/test/tmp/new_structure_test_1760746452/posts/nested-test.yml +7 -0
- data/test/tmp/new_structure_test_1760746452/posts/sample-post/body.md +5 -0
- data/test/tmp/new_structure_test_1760746452/posts/sample-post/image.jpg +2 -0
- data/test/tmp/new_structure_test_1760746452/posts/sample-post.yml +7 -0
- data/test/unit/asset_test.rb +90 -0
- data/test/unit/collection_test.rb +127 -0
- data/test/unit/migrator_test.rb +209 -0
- data/test/unit/node_test.rb +138 -0
- metadata +111 -18
- /data/public/ro/nerd/{fastest-possible-embeddings/attributes.yml → fastest-possible-embeddings.yml} +0 -0
- /data/public/ro/nerd/{ima/attributes.yml → ima.yml} +0 -0
- /data/public/ro/nerd/{index/attributes.yml → index.yml} +0 -0
- /data/public/ro/pages/{contact/attributes.yml → contact.yml} +0 -0
- /data/public/ro/pages/{cv/attributes.yml → cv.yml} +0 -0
- /data/public/ro/pages/{disco/attributes.yml → disco.yml} +0 -0
- /data/public/ro/pages/{index/attributes.yml → index.yml} +0 -0
- /data/public/ro/pages/{jess/attributes.yml → jess.yml} +0 -0
- /data/public/ro/pages/{now/attributes.yml → now.yml} +0 -0
- /data/public/ro/posts/{almost-died-in-an-ice-cave/attributes.yml → almost-died-in-an-ice-cave.yml} +0 -0
- /data/public/ro/posts/{facebook-and-global-extremism/attributes.yml → facebook-and-global-extremism.yml} +0 -0
- /data/public/ro/posts/{lemmings-considered-harmful/attributes.yml → lemmings-considered-harmful.yml} +0 -0
- /data/public/ro/posts/{lost-in-the-desert/attributes.yml → lost-in-the-desert.yml} +0 -0
- /data/public/ro/posts/{mission/attributes.yml → mission.yml} +0 -0
- /data/public/ro/posts/{return-your-laptop/attributes.yml → return-your-laptop.yml} +0 -0
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ro
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 5.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ara T. Howard
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-
|
|
11
|
+
date: 2025-10-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: map
|
|
@@ -161,9 +161,11 @@ files:
|
|
|
161
161
|
- Gemfile
|
|
162
162
|
- Gemfile.lock
|
|
163
163
|
- LICENSE
|
|
164
|
+
- MIGRATION.md
|
|
164
165
|
- README.md
|
|
165
166
|
- README.md.erb
|
|
166
167
|
- Rakefile
|
|
168
|
+
- a.yml
|
|
167
169
|
- bin/ro
|
|
168
170
|
- lib/ro.rb
|
|
169
171
|
- lib/ro/_lib.rb
|
|
@@ -176,6 +178,7 @@ files:
|
|
|
176
178
|
- lib/ro/html_safe.rb
|
|
177
179
|
- lib/ro/klass.rb
|
|
178
180
|
- lib/ro/methods.rb
|
|
181
|
+
- lib/ro/migrator.rb
|
|
179
182
|
- lib/ro/model.rb
|
|
180
183
|
- lib/ro/node.rb
|
|
181
184
|
- lib/ro/pagination.rb
|
|
@@ -184,6 +187,7 @@ files:
|
|
|
184
187
|
- lib/ro/script.rb
|
|
185
188
|
- lib/ro/script/builder.rb
|
|
186
189
|
- lib/ro/script/console.rb
|
|
190
|
+
- lib/ro/script/migrate.rb
|
|
187
191
|
- lib/ro/script/server.rb
|
|
188
192
|
- lib/ro/slug.rb
|
|
189
193
|
- lib/ro/template.rb
|
|
@@ -213,30 +217,31 @@ files:
|
|
|
213
217
|
- public/api/ro/posts/lost-in-the-desert/index.json
|
|
214
218
|
- public/api/ro/posts/mission/index.json
|
|
215
219
|
- public/api/ro/posts/return-your-laptop/index.json
|
|
220
|
+
- public/ro/nerd/fastest-possible-embeddings.yml
|
|
216
221
|
- public/ro/nerd/fastest-possible-embeddings/assets/giraffe.jpeg
|
|
217
222
|
- public/ro/nerd/fastest-possible-embeddings/assets/let-me-in.jpg
|
|
218
223
|
- public/ro/nerd/fastest-possible-embeddings/assets/src/fastembed.js
|
|
219
224
|
- public/ro/nerd/fastest-possible-embeddings/assets/src/fastembed.rs
|
|
220
225
|
- public/ro/nerd/fastest-possible-embeddings/assets/terminal.jpg
|
|
221
|
-
- public/ro/nerd/fastest-possible-embeddings/attributes.yml
|
|
222
226
|
- public/ro/nerd/fastest-possible-embeddings/body.md
|
|
227
|
+
- public/ro/nerd/ima.yml
|
|
223
228
|
- public/ro/nerd/ima/assets/og.jpeg
|
|
224
|
-
- public/ro/nerd/ima/attributes.yml
|
|
225
229
|
- public/ro/nerd/ima/body.md
|
|
230
|
+
- public/ro/nerd/index.yml
|
|
226
231
|
- public/ro/nerd/index/assets/giraffe.jpeg
|
|
227
232
|
- public/ro/nerd/index/assets/let-me-in.jpg
|
|
228
233
|
- public/ro/nerd/index/assets/terminal.jpg
|
|
229
|
-
- public/ro/nerd/index/attributes.yml
|
|
230
234
|
- public/ro/nerd/index/body.md
|
|
231
235
|
- public/ro/pages/about/assets/og.jpeg
|
|
232
236
|
- public/ro/pages/about/assets/speak-english-pulp-fiction.gif
|
|
233
237
|
- public/ro/pages/about/body.md
|
|
238
|
+
- public/ro/pages/contact.yml
|
|
234
239
|
- public/ro/pages/contact/assets/giraffe.jpeg
|
|
235
|
-
- public/ro/pages/contact/attributes.yml
|
|
236
240
|
- public/ro/pages/contact/body.md
|
|
241
|
+
- public/ro/pages/cv.yml
|
|
237
242
|
- public/ro/pages/cv/assets/ara.jpg
|
|
238
|
-
- public/ro/pages/cv/attributes.yml
|
|
239
243
|
- public/ro/pages/cv/body.md
|
|
244
|
+
- public/ro/pages/disco.yml
|
|
240
245
|
- public/ro/pages/disco/assets/disco.jpg
|
|
241
246
|
- public/ro/pages/disco/assets/disco.png
|
|
242
247
|
- public/ro/pages/disco/assets/speak-english-pulp-fiction.gif
|
|
@@ -244,21 +249,21 @@ files:
|
|
|
244
249
|
- public/ro/pages/disco/assets/src/fortune-500.md
|
|
245
250
|
- public/ro/pages/disco/assets/src/greed.md
|
|
246
251
|
- public/ro/pages/disco/assets/src/up-at-night.md
|
|
247
|
-
- public/ro/pages/disco/attributes.yml
|
|
248
252
|
- public/ro/pages/disco/body.md
|
|
249
253
|
- public/ro/pages/disco/samples/environment.md
|
|
250
254
|
- public/ro/pages/disco/samples/fortune-500.md
|
|
251
255
|
- public/ro/pages/disco/samples/greed.md
|
|
252
256
|
- public/ro/pages/disco/samples/up-at-night.md
|
|
253
|
-
- public/ro/pages/index
|
|
257
|
+
- public/ro/pages/index.yml
|
|
254
258
|
- public/ro/pages/index/body.md
|
|
259
|
+
- public/ro/pages/jess.yml
|
|
255
260
|
- public/ro/pages/jess/assets/og.jpg
|
|
256
261
|
- public/ro/pages/jess/assets/speak-english-pulp-fiction.gif
|
|
257
|
-
- public/ro/pages/jess/attributes.yml
|
|
258
262
|
- public/ro/pages/jess/body.md
|
|
263
|
+
- public/ro/pages/now.yml
|
|
259
264
|
- public/ro/pages/now/assets/speak-english-pulp-fiction.gif
|
|
260
|
-
- public/ro/pages/now/attributes.yml
|
|
261
265
|
- public/ro/pages/now/body.md
|
|
266
|
+
- public/ro/posts/almost-died-in-an-ice-cave.yml
|
|
262
267
|
- public/ro/posts/almost-died-in-an-ice-cave/assets/image1.png
|
|
263
268
|
- public/ro/posts/almost-died-in-an-ice-cave/assets/image10.png
|
|
264
269
|
- public/ro/posts/almost-died-in-an-ice-cave/assets/image11.png
|
|
@@ -278,31 +283,119 @@ files:
|
|
|
278
283
|
- public/ro/posts/almost-died-in-an-ice-cave/assets/levi-rawr.png
|
|
279
284
|
- public/ro/posts/almost-died-in-an-ice-cave/assets/og.jpg
|
|
280
285
|
- public/ro/posts/almost-died-in-an-ice-cave/assets/purple-heart.jpg
|
|
281
|
-
- public/ro/posts/almost-died-in-an-ice-cave/attributes.yml
|
|
282
286
|
- public/ro/posts/almost-died-in-an-ice-cave/body.md
|
|
287
|
+
- public/ro/posts/facebook-and-global-extremism.yml
|
|
283
288
|
- public/ro/posts/facebook-and-global-extremism/assets/background.html
|
|
284
289
|
- public/ro/posts/facebook-and-global-extremism/assets/background.md
|
|
285
290
|
- public/ro/posts/facebook-and-global-extremism/assets/og.jpg
|
|
286
291
|
- public/ro/posts/facebook-and-global-extremism/assets/prompt.txt
|
|
287
292
|
- public/ro/posts/facebook-and-global-extremism/assets/results.md
|
|
288
293
|
- public/ro/posts/facebook-and-global-extremism/assets/survey.txt
|
|
289
|
-
- public/ro/posts/facebook-and-global-extremism/attributes.yml
|
|
290
294
|
- public/ro/posts/facebook-and-global-extremism/body.md
|
|
295
|
+
- public/ro/posts/lemmings-considered-harmful.yml
|
|
291
296
|
- public/ro/posts/lemmings-considered-harmful/assets/lemming.jpeg
|
|
292
|
-
- public/ro/posts/lemmings-considered-harmful/attributes.yml
|
|
293
297
|
- public/ro/posts/lemmings-considered-harmful/body.md
|
|
298
|
+
- public/ro/posts/lost-in-the-desert.yml
|
|
294
299
|
- public/ro/posts/lost-in-the-desert/assets/og.jpg
|
|
295
|
-
- public/ro/posts/lost-in-the-desert/attributes.yml
|
|
296
300
|
- public/ro/posts/lost-in-the-desert/body.md
|
|
301
|
+
- public/ro/posts/mission.yml
|
|
297
302
|
- public/ro/posts/mission/assets/og.jpg
|
|
298
|
-
- public/ro/posts/mission/attributes.yml
|
|
299
303
|
- public/ro/posts/mission/body.md
|
|
304
|
+
- public/ro/posts/return-your-laptop.yml
|
|
300
305
|
- public/ro/posts/return-your-laptop/assets/og.jpg
|
|
301
306
|
- public/ro/posts/return-your-laptop/assets/return-your-laptop.png
|
|
302
|
-
- public/ro/posts/return-your-laptop/attributes.yml
|
|
303
307
|
- public/ro/posts/return-your-laptop/body.md
|
|
304
308
|
- ro.gemspec
|
|
305
309
|
- scripts/speedtest.rb
|
|
310
|
+
- specs/001-simplify-asset-structure/IMPLEMENTATION_SUMMARY.md
|
|
311
|
+
- specs/001-simplify-asset-structure/checklists/requirements.md
|
|
312
|
+
- specs/001-simplify-asset-structure/contracts/collection_api.md
|
|
313
|
+
- specs/001-simplify-asset-structure/contracts/migrator_api.md
|
|
314
|
+
- specs/001-simplify-asset-structure/contracts/node_api.md
|
|
315
|
+
- specs/001-simplify-asset-structure/data-model.md
|
|
316
|
+
- specs/001-simplify-asset-structure/plan.md
|
|
317
|
+
- specs/001-simplify-asset-structure/quickstart.md
|
|
318
|
+
- specs/001-simplify-asset-structure/research.md
|
|
319
|
+
- specs/001-simplify-asset-structure/spec.md
|
|
320
|
+
- specs/001-simplify-asset-structure/tasks.md
|
|
321
|
+
- test/fixtures/new_structure/mixed/test-json.json
|
|
322
|
+
- test/fixtures/new_structure/mixed/test-yaml.yml
|
|
323
|
+
- test/fixtures/new_structure/posts/metadata-only.yml
|
|
324
|
+
- test/fixtures/new_structure/posts/nested-test.yml
|
|
325
|
+
- test/fixtures/new_structure/posts/nested-test/assets/subdirectory/image.png
|
|
326
|
+
- test/fixtures/new_structure/posts/sample-post.yml
|
|
327
|
+
- test/fixtures/new_structure/posts/sample-post/assets/body.md
|
|
328
|
+
- test/fixtures/new_structure/posts/sample-post/assets/image.jpg
|
|
329
|
+
- test/fixtures/old_structure/posts/assets-only/assets/test.txt
|
|
330
|
+
- test/fixtures/old_structure/posts/sample-post/assets/body.md
|
|
331
|
+
- test/fixtures/old_structure/posts/sample-post/assets/image.jpg
|
|
332
|
+
- test/fixtures/old_structure/posts/sample-post/attributes.yml
|
|
333
|
+
- test/integration/ro_integration_test.rb
|
|
334
|
+
- test/test_helper.rb
|
|
335
|
+
- test/tmp/migration_test_1760746513.backup.20251018001513/migration_test_1760746513/posts/sample-post/assets/image.jpg
|
|
336
|
+
- test/tmp/migration_test_1760746513.backup.20251018001513/migration_test_1760746513/posts/sample-post/attributes.yml
|
|
337
|
+
- test/tmp/migration_test_1760746513.backup.20251018001513/migration_test_1760746513/posts/sample-post/body.md
|
|
338
|
+
- test/tmp/migration_test_1760746513.backup.20251018001513/posts/sample-post/assets/image.jpg
|
|
339
|
+
- test/tmp/migration_test_1760746513.backup.20251018001513/posts/sample-post/attributes.yml
|
|
340
|
+
- test/tmp/migration_test_1760746513.backup.20251018001513/posts/sample-post/body.md
|
|
341
|
+
- test/tmp/migration_test_1760746556.backup.20251018001556/migration_test_1760746556/posts/sample-post/assets/image.jpg
|
|
342
|
+
- test/tmp/migration_test_1760746556.backup.20251018001556/migration_test_1760746556/posts/sample-post/attributes.yml
|
|
343
|
+
- test/tmp/migration_test_1760746556.backup.20251018001556/migration_test_1760746556/posts/sample-post/body.md
|
|
344
|
+
- test/tmp/migration_test_1760746556.backup.20251018001556/posts/sample-post/assets/image.jpg
|
|
345
|
+
- test/tmp/migration_test_1760746556.backup.20251018001556/posts/sample-post/attributes.yml
|
|
346
|
+
- test/tmp/migration_test_1760746556.backup.20251018001556/posts/sample-post/body.md
|
|
347
|
+
- test/tmp/migration_test_1760755248.backup.20251018024048/migration_test_1760755248/posts/sample-post/assets/image.jpg
|
|
348
|
+
- test/tmp/migration_test_1760755248.backup.20251018024048/migration_test_1760755248/posts/sample-post/attributes.yml
|
|
349
|
+
- test/tmp/migration_test_1760755248.backup.20251018024048/migration_test_1760755248/posts/sample-post/body.md
|
|
350
|
+
- test/tmp/migration_test_1760755248.backup.20251018024048/posts/sample-post/assets/image.jpg
|
|
351
|
+
- test/tmp/migration_test_1760755248.backup.20251018024048/posts/sample-post/attributes.yml
|
|
352
|
+
- test/tmp/migration_test_1760755248.backup.20251018024048/posts/sample-post/body.md
|
|
353
|
+
- test/tmp/migration_test_1760758803.backup.20251018034003/migration_test_1760758803/posts/sample-post.yml
|
|
354
|
+
- test/tmp/migration_test_1760758803.backup.20251018034003/migration_test_1760758803/posts/sample-post/body.md
|
|
355
|
+
- test/tmp/migration_test_1760758803.backup.20251018034003/migration_test_1760758803/posts/sample-post/image.jpg
|
|
356
|
+
- test/tmp/migration_test_1760758803.backup.20251018034003/posts/sample-post.yml
|
|
357
|
+
- test/tmp/migration_test_1760758803.backup.20251018034003/posts/sample-post/body.md
|
|
358
|
+
- test/tmp/migration_test_1760758803.backup.20251018034003/posts/sample-post/image.jpg
|
|
359
|
+
- test/tmp/migration_test_1760758869.backup.20251018034109/migration_test_1760758869/posts/sample-post/assets/body.md
|
|
360
|
+
- test/tmp/migration_test_1760758869.backup.20251018034109/migration_test_1760758869/posts/sample-post/assets/image.jpg
|
|
361
|
+
- test/tmp/migration_test_1760758869.backup.20251018034109/migration_test_1760758869/posts/sample-post/attributes.yml
|
|
362
|
+
- test/tmp/migration_test_1760758869.backup.20251018034109/posts/sample-post/assets/body.md
|
|
363
|
+
- test/tmp/migration_test_1760758869.backup.20251018034109/posts/sample-post/assets/image.jpg
|
|
364
|
+
- test/tmp/migration_test_1760758869.backup.20251018034109/posts/sample-post/attributes.yml
|
|
365
|
+
- test/tmp/migration_test_1760758920.backup.20251018034200/migration_test_1760758920/posts/sample-post/assets/body.md
|
|
366
|
+
- test/tmp/migration_test_1760758920.backup.20251018034200/migration_test_1760758920/posts/sample-post/assets/image.jpg
|
|
367
|
+
- test/tmp/migration_test_1760758920.backup.20251018034200/migration_test_1760758920/posts/sample-post/attributes.yml
|
|
368
|
+
- test/tmp/migration_test_1760758920.backup.20251018034200/posts/sample-post/assets/body.md
|
|
369
|
+
- test/tmp/migration_test_1760758920.backup.20251018034200/posts/sample-post/assets/image.jpg
|
|
370
|
+
- test/tmp/migration_test_1760758920.backup.20251018034200/posts/sample-post/attributes.yml
|
|
371
|
+
- test/tmp/migration_test_1760824728.backup.20251018215848/migration_test_1760824728/posts/assets-only/assets/test.txt
|
|
372
|
+
- test/tmp/migration_test_1760824728.backup.20251018215848/migration_test_1760824728/posts/sample-post/assets/body.md
|
|
373
|
+
- test/tmp/migration_test_1760824728.backup.20251018215848/migration_test_1760824728/posts/sample-post/assets/image.jpg
|
|
374
|
+
- test/tmp/migration_test_1760824728.backup.20251018215848/migration_test_1760824728/posts/sample-post/attributes.yml
|
|
375
|
+
- test/tmp/migration_test_1760824728.backup.20251018215848/posts/assets-only/assets/test.txt
|
|
376
|
+
- test/tmp/migration_test_1760824728.backup.20251018215848/posts/sample-post/assets/body.md
|
|
377
|
+
- test/tmp/migration_test_1760824728.backup.20251018215848/posts/sample-post/assets/image.jpg
|
|
378
|
+
- test/tmp/migration_test_1760824728.backup.20251018215848/posts/sample-post/attributes.yml
|
|
379
|
+
- test/tmp/migration_test_1760844153.backup.20251019032233/migration_test_1760844153/posts/assets-only/assets/test.txt
|
|
380
|
+
- test/tmp/migration_test_1760844153.backup.20251019032233/migration_test_1760844153/posts/sample-post/assets/body.md
|
|
381
|
+
- test/tmp/migration_test_1760844153.backup.20251019032233/migration_test_1760844153/posts/sample-post/assets/image.jpg
|
|
382
|
+
- test/tmp/migration_test_1760844153.backup.20251019032233/migration_test_1760844153/posts/sample-post/attributes.yml
|
|
383
|
+
- test/tmp/migration_test_1760844153.backup.20251019032233/posts/assets-only/assets/test.txt
|
|
384
|
+
- test/tmp/migration_test_1760844153.backup.20251019032233/posts/sample-post/assets/body.md
|
|
385
|
+
- test/tmp/migration_test_1760844153.backup.20251019032233/posts/sample-post/assets/image.jpg
|
|
386
|
+
- test/tmp/migration_test_1760844153.backup.20251019032233/posts/sample-post/attributes.yml
|
|
387
|
+
- test/tmp/new_structure_test_1760746452/mixed/test-json.json
|
|
388
|
+
- test/tmp/new_structure_test_1760746452/mixed/test-yaml.yml
|
|
389
|
+
- test/tmp/new_structure_test_1760746452/posts/metadata-only.yml
|
|
390
|
+
- test/tmp/new_structure_test_1760746452/posts/nested-test.yml
|
|
391
|
+
- test/tmp/new_structure_test_1760746452/posts/nested-test/subdirectory/image.png
|
|
392
|
+
- test/tmp/new_structure_test_1760746452/posts/sample-post.yml
|
|
393
|
+
- test/tmp/new_structure_test_1760746452/posts/sample-post/body.md
|
|
394
|
+
- test/tmp/new_structure_test_1760746452/posts/sample-post/image.jpg
|
|
395
|
+
- test/unit/asset_test.rb
|
|
396
|
+
- test/unit/collection_test.rb
|
|
397
|
+
- test/unit/migrator_test.rb
|
|
398
|
+
- test/unit/node_test.rb
|
|
306
399
|
- tmp/gem-details.oe
|
|
307
400
|
homepage: https://github.com/ahoward/ro
|
|
308
401
|
licenses:
|
|
@@ -323,7 +416,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
323
416
|
- !ruby/object:Gem::Version
|
|
324
417
|
version: '0'
|
|
325
418
|
requirements: []
|
|
326
|
-
rubygems_version: 3.5.
|
|
419
|
+
rubygems_version: 3.5.22
|
|
327
420
|
signing_key:
|
|
328
421
|
specification_version: 4
|
|
329
422
|
summary: all your content in github, as god intended
|
/data/public/ro/nerd/{fastest-possible-embeddings/attributes.yml → fastest-possible-embeddings.yml}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/data/public/ro/posts/{almost-died-in-an-ice-cave/attributes.yml → almost-died-in-an-ice-cave.yml}
RENAMED
|
File without changes
|
|
File without changes
|
/data/public/ro/posts/{lemmings-considered-harmful/attributes.yml → lemmings-considered-harmful.yml}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|