{"id":22946612,"url":"https://github.com/mmower/platform","last_synced_at":"2025-10-05T22:44:12.284Z","repository":{"id":387921,"uuid":"5418","full_name":"mmower/platform","owner":"mmower","description":"Gem to provide structured access to Ruby interpreter platform information","archived":false,"fork":false,"pushed_at":"2018-12-14T19:11:19.000Z","size":124,"stargazers_count":7,"open_issues_count":2,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-01T12:50:46.957Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://rubyforge.org/projects/platform/","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/mmower.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2008-03-26T10:30:06.000Z","updated_at":"2019-08-13T13:22:19.000Z","dependencies_parsed_at":"2022-07-07T12:54:56.860Z","dependency_job_id":null,"html_url":"https://github.com/mmower/platform","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mmower/platform","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmower%2Fplatform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmower%2Fplatform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmower%2Fplatform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmower%2Fplatform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mmower","download_url":"https://codeload.github.com/mmower/platform/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmower%2Fplatform/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270152943,"owners_count":24536471,"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-12T02:00:09.011Z","response_time":80,"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":[],"created_at":"2024-12-14T14:47:27.860Z","updated_at":"2025-10-05T22:44:12.260Z","avatar_url":"https://github.com/mmower.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"#\n# Platform\n#\n# author: Matt Mower \u003cself@mattmower.com\u003e\n# license: MIT\n#\n#\n# The Platform library offers a simple, reliable, means of\n# determining what platform Ruby is running on.  Underlying\n# Platform is the RUBY_PLATFORM constant.  This library is\n# parsing this constant for information.  You could easily do\n# this yourself.  We've just taken the hassle out of it for\n# you and hopefully covered a few of the more unusual cases\n# you mightn't have thought of yourself.\n#\n# On the other hand, if you've got cases we haven't please\n# mail the authors.\n#\n# ==Use\n#\n# require 'platform'\n#\n# defines\n#\n# Platform::OS\n#  :unix\n#  :hybrid (e.g. Cygwin)\n#  :win32\n#  :vms\n#  :os2\n#  :unknown\n#\n# Platform::IMPL\n#  :macosx\n#  :linux\n#  :freebsd\n#  :netbsd\n#  :mswin\n#  :cygwin\n#  :mingw\n#  :bccwin\n#  :wince\n#  :vms\n#  :os2\n#  :solaris\n#  :aix\n#  :irix\n#  :hpux\n#  :unknown\n#\n# Platform::ARCH\n#  :x86\n#  :x86_64\n#  :ia64\n#  :powerpc\n#  :alpha\n#  :sparc\n#  :mips\n#  :parisc\n#  :unknown\n#\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmower%2Fplatform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmmower%2Fplatform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmower%2Fplatform/lists"}