{"id":16073204,"url":"https://github.com/juanitofatas/gem_outdated","last_synced_at":"2025-08-08T10:36:26.905Z","repository":{"id":56873803,"uuid":"102127680","full_name":"JuanitoFatas/gem_outdated","owner":"JuanitoFatas","description":"Find out if a given gem and version is outdated or not.","archived":false,"fork":false,"pushed_at":"2017-09-10T17:13:06.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-03T08:56:14.511Z","etag":null,"topics":["check","outdated","rubygems"],"latest_commit_sha":null,"homepage":"https://github.com/JuanitoFatas/gem_outdated","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/JuanitoFatas.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}},"created_at":"2017-09-01T15:36:46.000Z","updated_at":"2017-09-10T10:46:00.000Z","dependencies_parsed_at":"2022-08-20T22:31:13.634Z","dependency_job_id":null,"html_url":"https://github.com/JuanitoFatas/gem_outdated","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/JuanitoFatas/gem_outdated","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuanitoFatas%2Fgem_outdated","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuanitoFatas%2Fgem_outdated/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuanitoFatas%2Fgem_outdated/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuanitoFatas%2Fgem_outdated/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JuanitoFatas","download_url":"https://codeload.github.com/JuanitoFatas/gem_outdated/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuanitoFatas%2Fgem_outdated/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269409315,"owners_count":24412140,"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-08-08T02:00:09.200Z","response_time":72,"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":["check","outdated","rubygems"],"created_at":"2024-10-09T08:04:51.612Z","updated_at":"2025-08-08T10:36:26.882Z","avatar_url":"https://github.com/JuanitoFatas.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GemOutdated\n\n[![Build Status](https://travis-ci.org/JuanitoFatas/gem_outdated.svg?branch=master)](https://travis-ci.org/JuanitoFatas/gem_outdated)\n\nFind out if a given gem and version is outdated or not.\n\n## Installation\n\nAdd this line to your application's Gemfile then `bundle`:\n\n```ruby\ngem \"gem_outdated\"\n```\n\nOr install it yourself as:\n\n```\n$ gem install gem_outdated\n```\n\n## Usage\n\nSuppose latest Rails is 5.1.4.\n\n```ruby\n# Tells latest when asked a outdated version\nGemOutdated.outdated?(\"rails\", \"5.1.2\")\n=\u003e \"5.1.4\"\n\n# Already latest\nGemOutdated.outdated?(\"rails\", \"5.1.4\")\n=\u003e false\n\n# Newer than latest\nGemOutdated.outdated?(\"rails\", \"5.1.5.rc1\")\n=\u003e false\n\n# Returns false when Version not exists\nGemOutdated.outdated?(\"rails\", \"1.2.3.4\")\n=\u003e false\n\n# Gem not exists raises an error\nGemOutdated.outdated?(\"greatest_rails\", \"1.0.0\")\n=\u003e GemOutdated::RubygemsAPI::GemNotFound\n```\n\n## License, Contributor's Guidelines\n\n- MIT license\n- [Moya Contributors Guidelines][moya] which TLDR: means we give out push access easily and often.\n\n[mit]: https://opensource.org/licenses/MIT\n[moya]: https://github.com/Moya/contributors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuanitofatas%2Fgem_outdated","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuanitofatas%2Fgem_outdated","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuanitofatas%2Fgem_outdated/lists"}