{"id":28554708,"url":"https://github.com/floraison/cerata","last_synced_at":"2026-02-23T04:02:31.519Z","repository":{"id":270443231,"uuid":"910407119","full_name":"floraison/cerata","owner":"floraison","description":"tabula cerata formatting for floraison and flor","archived":false,"fork":false,"pushed_at":"2024-12-31T10:05:14.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-10T05:07:03.108Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/floraison.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-31T07:29:43.000Z","updated_at":"2024-12-31T10:05:17.000Z","dependencies_parsed_at":"2024-12-31T07:45:18.120Z","dependency_job_id":"6497ab43-9035-49e0-90cb-53a87e87e9ca","html_url":"https://github.com/floraison/cerata","commit_stats":null,"previous_names":["floraison/cerata"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/floraison/cerata","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floraison%2Fcerata","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floraison%2Fcerata/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floraison%2Fcerata/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floraison%2Fcerata/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/floraison","download_url":"https://codeload.github.com/floraison/cerata/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floraison%2Fcerata/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264027387,"owners_count":23546066,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-10T05:06:59.209Z","updated_at":"2026-02-23T04:02:26.484Z","avatar_url":"https://github.com/floraison.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# cerata\n\n[![tests](https://github.com/floraison/cerata/workflows/test/badge.svg)](https://github.com/floraison/cerata/actions)\n[![Gem Version](https://badge.fury.io/rb/cerata.svg)](https://badge.fury.io/rb/cerata)\n\nTabula cerata formatting for floraison and flor, data to string formatting.\n\n### `Cerata.horizontal_a_to_s(array, indent='')`\n\nTODO\n\n### `Cerata.horizontal_h_to_s(hash, indent='')`\n\nTODO\n\n### `Cerata.vertical_h_to_s(hash, indent='')`\n\nTODO\n\n### `Cerata.table_to_s(array_of_hashes, indent='')`\n\n```ruby\nrequire 'cerata'\n\na = [\n  { name: 'Haddock', age: 52 },\n  { name: 'Tintin', age: 31, weight: 60 },\n  { name: 'Castafiore', id: 123, age: 59, height: 163 },\n  { name: 'Milou', id: 12, age: 3, height: 20 } ]\n\nputs Cerata.table_to_s(a)\n  # =\u003e\n%{\n[\n{ name: \"Haddock\"   , age: 52,                                  },\n{ name: \"Tintin\"    , age: 31, weight: 60,                      },\n{ name: \"Castafiore\", age: 59,             id: 123, height: 163 },\n{ name: \"Milou\"     , age:  3,             id:  12, height:  20 },\n]\n}\n```\n\n\n## LICENSE\n\nMIT, see [LICENSE.txt](LICENSE.txt)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloraison%2Fcerata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffloraison%2Fcerata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloraison%2Fcerata/lists"}