{"id":30838915,"url":"https://github.com/lucas4tech/ruby-caesar-cipher-example","last_synced_at":"2025-09-06T18:13:43.882Z","repository":{"id":186919204,"uuid":"609626033","full_name":"lucas4tech/ruby-caesar-cipher-example","owner":"lucas4tech","description":"Implement a caesar cipher that takes in a string and the shift factor and then outputs the modified string using Ruby 🎯","archived":false,"fork":false,"pushed_at":"2023-03-04T18:42:44.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-12T05:24:35.693Z","etag":null,"topics":["challenge","desing-patterns","hackathon","logic-programming","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lucas4tech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-03-04T18:42:04.000Z","updated_at":"2025-05-25T23:16:16.000Z","dependencies_parsed_at":"2023-08-08T08:41:30.297Z","dependency_job_id":"b42d7e5c-10f3-402d-851c-a41cee355123","html_url":"https://github.com/lucas4tech/ruby-caesar-cipher-example","commit_stats":null,"previous_names":["silva4dev/ruby-caesar-cipher","lucas4tech/ruby-caesar-cipher-example"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lucas4tech/ruby-caesar-cipher-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucas4tech%2Fruby-caesar-cipher-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucas4tech%2Fruby-caesar-cipher-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucas4tech%2Fruby-caesar-cipher-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucas4tech%2Fruby-caesar-cipher-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucas4tech","download_url":"https://codeload.github.com/lucas4tech/ruby-caesar-cipher-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucas4tech%2Fruby-caesar-cipher-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273941528,"owners_count":25195105,"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","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["challenge","desing-patterns","hackathon","logic-programming","ruby"],"created_at":"2025-09-06T18:13:36.928Z","updated_at":"2025-09-06T18:13:43.871Z","avatar_url":"https://github.com/lucas4tech.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Caesar Cipher\n\nImplement a caesar cipher that takes in a string and the shift factor and then outputs the modified string:\n\n```\n  caesar_cipher(\"What a string!\", 5)\n=\u003e \"Bmfy f xywnsl!\"\n```\n#### Quick Tips:\n* You will need to remember how to convert a string into a number.\n* Don’t forget to wrap from z to a.\n* Don’t forget to keep the same case.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucas4tech%2Fruby-caesar-cipher-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucas4tech%2Fruby-caesar-cipher-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucas4tech%2Fruby-caesar-cipher-example/lists"}