{"id":22743107,"url":"https://github.com/rikas/iosdevices","last_synced_at":"2025-04-06T16:14:52.084Z","repository":{"id":22918989,"uuid":"26267888","full_name":"rikas/iosdevices","owner":"rikas","description":"iOS \"machine ids\" translation to ruby","archived":false,"fork":false,"pushed_at":"2025-02-09T09:35:57.000Z","size":62,"stargazers_count":16,"open_issues_count":0,"forks_count":10,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-30T15:09:50.041Z","etag":null,"topics":["devices","ios","machine-id","ruby","ruby-library"],"latest_commit_sha":null,"homepage":"","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/rikas.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2014-11-06T11:54:15.000Z","updated_at":"2025-02-09T09:35:59.000Z","dependencies_parsed_at":"2023-10-04T19:32:59.830Z","dependency_job_id":"3c4476a8-48e7-404b-b61b-a6ad02fd2da4","html_url":"https://github.com/rikas/iosdevices","commit_stats":{"total_commits":71,"total_committers":8,"mean_commits":8.875,"dds":0.295774647887324,"last_synced_commit":"359d0215bdbf9a6e47820384f7c5fd06f9371046"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rikas%2Fiosdevices","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rikas%2Fiosdevices/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rikas%2Fiosdevices/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rikas%2Fiosdevices/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rikas","download_url":"https://codeload.github.com/rikas/iosdevices/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247509237,"owners_count":20950232,"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":["devices","ios","machine-id","ruby","ruby-library"],"created_at":"2024-12-11T01:16:35.276Z","updated_at":"2025-04-06T16:14:52.065Z","avatar_url":"https://github.com/rikas.png","language":"Ruby","readme":"# iOS Devices\n\nThis is a little Gem used to translate Apple iOS device types (like \"iPhone6,1\") to proper device\nnames that you can use.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'ios-devices'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install ios-devices\n\n## Usage\n\nJust use the `Ios::Devices.search` method with the Apple string and you should get a\n`Ios::Devices::Model` object. This object has an `extra` attribute for things like internet\nconnection, revision model, etc.\n\n```ruby\n  device = Ios::Devices.search('iPhone6,1')\n  =\u003e #\u003cIos::Devices::Model:0x007fa55ba1a948 @extra=nil, @name=\"iPhone 5s\", @device_type=\"iPhone6,1\"\u003e\n\n  device.name\n  =\u003e \"iPhone 5s\"\n\n  device = Ios::Devices.search('iPad2,2')\n  =\u003e #\u003cIos::Devices::Model:0x007fa55b957308 @extra=\"GSM\", @name=\"iPad 2\", @device_type=\"iPad2,2\"\u003e\n\n  device.name\n  =\u003e \"iPad 2\"\n\n  device.extra\n  =\u003e \"GSM\"\n```\n\n## Contributing\n\n1. Fork it (https://github.com/rikas/iosdevices/fork)\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frikas%2Fiosdevices","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frikas%2Fiosdevices","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frikas%2Fiosdevices/lists"}