{"id":12317634,"name":"ruby-vips","ecosystem":"rubygems","description":"ruby-vips is a binding for the libvips image processing library. It is fast \n    and it can process large images without loading the whole image in memory.","homepage":"http://github.com/libvips/ruby-vips","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/libvips/ruby-vips","keywords_array":[],"namespace":null,"versions_count":53,"first_release_published_at":"2012-06-21T21:30:03.589Z","latest_release_published_at":"2025-12-10T14:15:38.453Z","latest_release_number":"2.3.0","last_synced_at":"2026-04-24T15:01:40.871Z","created_at":"2025-10-07T05:42:08.543Z","updated_at":"2026-04-24T15:03:31.608Z","registry_url":"https://gem.coop/gems/ruby-vips","install_command":"gem install ruby-vips -s https://gem.coop","documentation_url":"http://www.rubydoc.info/gems/ruby-vips/","metadata":{"funding":null},"repo_metadata":{"id":39364006,"uuid":"2556649","full_name":"libvips/ruby-vips","owner":"libvips","description":"Ruby extension for the libvips image processing library.","archived":false,"fork":false,"pushed_at":"2025-12-10T14:13:46.000Z","size":11244,"stargazers_count":889,"open_issues_count":12,"forks_count":63,"subscribers_count":15,"default_branch":"master","last_synced_at":"2026-04-23T15:06:59.947Z","etag":null,"topics":["image-processing","libvips","ruby"],"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/libvips.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2011-10-11T16:45:42.000Z","updated_at":"2026-04-20T06:27:42.000Z","dependencies_parsed_at":"2022-07-11T21:51:09.834Z","dependency_job_id":"2b644cd5-8e83-42db-a377-1a7d381b3006","html_url":"https://github.com/libvips/ruby-vips","commit_stats":{"total_commits":609,"total_committers":31,"mean_commits":19.64516129032258,"dds":"0.29885057471264365","last_synced_commit":"b773f31387e69cf106fc1e855f53a923149a6c1e"},"previous_names":["jcupitt/ruby-vips"],"tags_count":61,"template":false,"template_full_name":null,"purl":"pkg:github/libvips/ruby-vips","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/libvips","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/sbom","scorecard":{"id":588358,"data":{"date":"2025-08-11","repo":{"name":"github.com/libvips/ruby-vips","commit":"6def9e8a34f87fec133f2ccdc04513c7559e91ba"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.5,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Maintained","score":8,"reason":"6 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Code-Review","score":3,"reason":"Found 7/19 approved changesets -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: MIT License: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing job operating system: .github/workflows/test.yml:58","Info: Possibly incomplete results: error parsing job operating system: .github/workflows/test.yml:64","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/libvips/ruby-vips/test.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:53: update your workflow using https://app.stepsecurity.io/secureworkflow/libvips/ruby-vips/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/libvips/ruby-vips/test.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/libvips/ruby-vips/test.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 20 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-20T21:09:42.314Z","repository_id":39364006,"created_at":"2025-08-20T21:09:42.315Z","updated_at":"2025-08-20T21:09:42.315Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32228437,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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"},"owner_record":{"login":"libvips","name":"libvips","uuid":"26797616","kind":"organization","description":"A fast image processing library with low memory needs.","email":null,"website":"https://libvips.github.io/libvips/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/26797616?v=4","repositories_count":17,"last_synced_at":"2026-04-01T01:08:20.275Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/libvips","funding_links":["https://github.com/sponsors/libvips"],"total_stars":14695,"followers":135,"following":0,"created_at":"2022-11-03T00:29:34.371Z","updated_at":"2026-04-01T01:08:20.275Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/libvips","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/libvips/repositories"},"tags":[{"name":"v2.3.0","sha":"da93d6c036b193f6bbce5f3209430fe8b1c10dde","kind":"tag","published_at":"2025-12-10T14:13:44.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v2.3.0","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.3.0/manifests"},{"name":"v2.2.5","sha":"28eafda942eee9409ee9781902f9e5276e38d6c4","kind":"tag","published_at":"2025-08-20T13:04:16.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v2.2.5","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"80a222b9a06f93cccd6fb00607987b62adc10e5e","kind":"tag","published_at":"2025-06-05T15:19:55.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v2.2.4","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"9fb56ce86652c63d36f361991033f3787884dc8d","kind":"tag","published_at":"2025-02-06T15:31:28.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v2.2.3","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"7a2b9ba3819178ae744661be461b7546cb636d40","kind":"tag","published_at":"2024-07-17T11:18:00.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v2.2.2","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"05cde1d9d530a4b1a6b3b833e09b1bc0b906f993","kind":"tag","published_at":"2024-02-21T13:09:33.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v2.2.1","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"fb40304856a5bfa0b9eced7fd36a3d1904a4268e","kind":"tag","published_at":"2023-10-18T13:04:07.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v2.2.0","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.2.0/manifests"},{"name":"v2.1.4","sha":"e705f88ed7b071ff5065ff63f4b757251a16b074","kind":"tag","published_at":"2021-11-20T11:49:23.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v2.1.4","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"053987b085faf90ba6f735a4927251146222e32c","kind":"tag","published_at":"2021-08-23T10:24:21.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v2.1.3","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"d67de89f96de8804f6f973dd4df2c21ebd0825f3","kind":"tag","published_at":"2021-05-06T11:06:26.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v2.1.2","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"fe124c49c167ec8f676509b2f088195e302ff174","kind":"tag","published_at":"2021-05-06T10:54:32.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v2.1.1","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"87da9d121d2b4518fd336e04e61b73e4e429db89","kind":"tag","published_at":"2021-03-08T10:44:31.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v2.1.0","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.1.0/manifests"},{"name":"v2.0.17","sha":"41c83394d28ea96efacb91c39a834873f3dd0e0a","kind":"tag","published_at":"2020-01-07T15:20:38.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v2.0.17","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v2.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v2.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.0.17/manifests"},{"name":"v2.0.16","sha":"826d3139c0fdf2de86e2b662a9a6ae6f53c0cadd","kind":"tag","published_at":"2019-10-12T12:22:18.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v2.0.16","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v2.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v2.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.0.16/manifests"},{"name":"v2.0.15","sha":"ac7e78b6de1b22b7309946fa87562bf404e43c38","kind":"tag","published_at":"2019-09-08T11:30:13.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v2.0.15","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v2.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v2.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.0.15/manifests"},{"name":"v2.0.14","sha":"fba84b7ce70487519fa7af92dd068944eaeb6cf4","kind":"tag","published_at":"2019-06-11T09:41:10.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v2.0.14","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v2.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v2.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.0.14/manifests"},{"name":"v8.8.0.3","sha":"f9ceb644b7dac1d0e911f5fddde5125137306d5e","kind":"tag","published_at":"2019-06-10T23:47:19.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v8.8.0.3","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v8.8.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v8.8.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v8.8.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v8.8.0.3/manifests"},{"name":"v8.8.0.2","sha":"3da277f76eee6e079963ce6ca20e4f6fab248fb8","kind":"tag","published_at":"2019-06-10T23:35:38.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v8.8.0.2","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v8.8.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v8.8.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v8.8.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v8.8.0.2/manifests"},{"name":"v8.8.0.1","sha":"a2d2f10b965f3ef2f95de290dc0ba6472811a06c","kind":"tag","published_at":"2019-06-10T23:19:08.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v8.8.0.1","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v8.8.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v8.8.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v8.8.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v8.8.0.1/manifests"},{"name":"v8.6.3.2","sha":"cd54c011a4080caee80fdccf6be94b550d4e6d68","kind":"tag","published_at":"2018-10-23T22:19:39.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v8.6.3.2","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v8.6.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v8.6.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v8.6.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v8.6.3.2/manifests"},{"name":"v8.7.0.1","sha":"f562edf670269e851f45a81ac64ce701c23106df","kind":"tag","published_at":"2018-10-01T06:34:39.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v8.7.0.1","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v8.7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v8.7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v8.7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v8.7.0.1/manifests"},{"name":"v2.0.13","sha":"3841007ce76d4562653a0a140c069f7a096b8d2b","kind":"tag","published_at":"2018-08-06T12:13:55.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v2.0.13","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v2.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.0.13/manifests"},{"name":"v8.7.0","sha":"84c850a21a581ff7bacf38090ef0586224345396","kind":"tag","published_at":"2018-05-16T02:53:10.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v8.7.0","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v8.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v8.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v8.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v8.7.0/manifests"},{"name":"v8.6.3.1","sha":"d3bfec687f3550bfed806eb0c79d7c90ec1528af","kind":"tag","published_at":"2018-05-09T04:29:32.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v8.6.3.1","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v8.6.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v8.6.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v8.6.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v8.6.3.1/manifests"},{"name":"v8.6.3","sha":"5a5033ed681486627627927b9cc8e78e0d623e30","kind":"tag","published_at":"2018-05-09T03:49:42.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v8.6.3","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v8.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v8.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v8.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v8.6.3/manifests"},{"name":"v2.0.12","sha":"fcdce1763dee7218e51d32d5872607fc164fc176","kind":"tag","published_at":"2018-04-25T14:54:58.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v2.0.12","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v2.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.0.12/manifests"},{"name":"v2.0.11","sha":"8b20e3dd67ba4d34b671dec768655ddf9a99a1e3","kind":"tag","published_at":"2018-04-23T20:40:49.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v2.0.11","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v2.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.0.11/manifests"},{"name":"v2.0.10","sha":"fb37f564131c5e0f8d2e0006297956321a2688db","kind":"tag","published_at":"2018-04-03T08:50:09.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v2.0.10","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v2.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.0.10/manifests"},{"name":"v2.0.9","sha":"2d7bb627642c53e769b4c8c2f59304fcb6213eba","kind":"tag","published_at":"2017-12-21T12:10:18.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v2.0.9","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v2.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.0.9/manifests"},{"name":"v2.0.8","sha":"7313ae19180a26c57d6a150b1934e3e067492ad7","kind":"tag","published_at":"2017-12-21T11:40:33.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v2.0.8","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v2.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.0.8/manifests"},{"name":"v2.0.7","sha":"79233b31dc86221b4e6a70e7aa053f43f1328081","kind":"tag","published_at":"2017-09-08T09:34:49.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v2.0.7","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v2.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.0.7/manifests"},{"name":"v2.0.6","sha":"3ba16d54cef935ad73042ac320fa94441cf1c194","kind":"tag","published_at":"2017-09-03T14:25:44.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v2.0.6","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"1f3f5f8d0218ecb50a854bced817f1fb39577d87","kind":"tag","published_at":"2017-09-02T13:35:05.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v2.0.5","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"7ca700e03d23067428926dba853f1d4e84d278f1","kind":"tag","published_at":"2017-09-02T12:21:55.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v2.0.4","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"833c9aa3ac51ecf2590085c82ae2e7d12023a62e","kind":"tag","published_at":"2017-09-02T10:09:18.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v2.0.3","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"880f557dec685936beab595949bb26f5bfb98cf9","kind":"tag","published_at":"2017-08-29T14:22:55.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v2.0.2","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"8ccb4be8ed71bcd69f043d1f245a77511ea8a42a","kind":"tag","published_at":"2017-08-23T08:20:05.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v2.0.1","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"e7e1cb2c13b23849037141eabb0533f2b58022bb","kind":"tag","published_at":"2017-08-22T12:16:35.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v2.0.0","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v2.0.0/manifests"},{"name":"v1.0.6","sha":"62e42fdb70be211437b0677ee0a15d289409b89d","kind":"tag","published_at":"2017-07-17T11:01:29.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v1.0.6","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v1.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v1.0.6/manifests"},{"name":"v1.0.5","sha":"759aa606ff7d19f6a4fdece8051097c05c12f61e","kind":"tag","published_at":"2017-04-29T10:13:20.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v1.0.5","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v1.0.5/manifests"},{"name":"v1.0.4","sha":"79c62be0716351f348c8c70bfb351ff476f793d0","kind":"tag","published_at":"2017-02-07T09:33:54.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v1.0.4","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v1.0.4/manifests"},{"name":"v1.0.3","sha":"89f588a9664ecda8379dec2e77325f3a530d8004","kind":"tag","published_at":"2016-08-18T20:29:36.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v1.0.3","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"311291b0a86cf2e376a47a96917c258abcfc4ca5","kind":"tag","published_at":"2016-07-07T09:05:33.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v1.0.2","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"b6a2911f2c3177a58c6754d79eda9d71092302a3","kind":"tag","published_at":"2016-07-07T08:10:58.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v1.0.1","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"1be171d0576e52bb23cd0915d2d8fa1527bb8bb2","kind":"commit","published_at":"2016-06-07T10:53:07.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v1.0.0","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v1.0.0/manifests"},{"name":"v0.3.14","sha":"0acd6a36fea6b0cb721ba57cca30613ff126c905","kind":"commit","published_at":"2016-01-25T16:46:58.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v0.3.14","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v0.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v0.3.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v0.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v0.3.14/manifests"},{"name":"v0.3.13","sha":"f6f61c549c746978e6f1e510d4961797457bd471","kind":"commit","published_at":"2016-01-18T10:33:55.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v0.3.13","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v0.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v0.3.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v0.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v0.3.13/manifests"},{"name":"v0.3.12","sha":"49b1b7804b39139b3f65945452938326780d8e3a","kind":"commit","published_at":"2016-01-17T20:04:22.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v0.3.12","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v0.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v0.3.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v0.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v0.3.12/manifests"},{"name":"v0.3.9","sha":"c62740470c8674f29cd281f68c991b4a29ef504d","kind":"commit","published_at":"2014-07-17T12:34:42.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v0.3.9","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"dbdd326471d1b8c61647c293130a57d6319e7a18","kind":"commit","published_at":"2014-05-11T16:41:05.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v0.3.8","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"4ccf33e16c40f1158d61c2cdefaf0cdc2f48ab58","kind":"commit","published_at":"2014-02-04T11:17:11.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v0.3.7","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"e22ccc642a117adac91541155dc3b2bc4505a4af","kind":"commit","published_at":"2013-06-25T11:15:44.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v0.3.6","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"5a63e130e557f12a86772c415f5fe3f0fec752a0","kind":"commit","published_at":"2013-01-15T13:29:06.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v0.3.5","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"ac19d172f2354fe07b0b62ca7a4453a25516a1e0","kind":"commit","published_at":"2012-09-11T11:23:45.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v0.3.4","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"51a1cd268075c70e9dceece397f15a7e1b59388d","kind":"commit","published_at":"2012-08-31T14:30:24.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v0.3.3","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"c9b82675b54568454dd187e779625db5c0919b2e","kind":"commit","published_at":"2012-08-31T12:55:52.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v0.3.2","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"751ea36fefe516102dfcf09063d5b63fb8e52098","kind":"commit","published_at":"2012-08-30T15:47:13.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v0.3.1","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"f82b51ed2d38dcd59684221fc4a0acffe4e0323e","kind":"commit","published_at":"2012-07-24T22:21:34.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v0.3.0","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"b7c0ceb2e142e1840ea21751c84d2e3d1fb30706","kind":"commit","published_at":"2012-07-16T00:30:00.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v0.2.1","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"0c94ee6e8a689a7841cd31cc5f9576a3926d283d","kind":"commit","published_at":"2012-06-29T16:22:10.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v0.2.0","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v0.2.0/manifests"},{"name":"v0.1.1","sha":"4d5061e1dbc66a7d30016fcc1e9af7dbd405bdf6","kind":"commit","published_at":"2012-06-21T21:27:49.000Z","download_url":"https://codeload.github.com/libvips/ruby-vips/tar.gz/v0.1.1","html_url":"https://github.com/libvips/ruby-vips/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/libvips/ruby-vips@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/tags/v0.1.1/manifests"}]},"repo_metadata_updated_at":"2026-04-24T15:03:31.608Z","dependent_packages_count":0,"downloads":109936161,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":0.27464655475360206,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":1.4089152001730059,"average":0.420890438731652},"purl":"pkg:gem/ruby-vips?repository_url=https://gem.coop","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/rubygems/ruby-vips","docker_dependents_count":156,"docker_downloads_count":2010830,"usage_url":"https://repos.ecosyste.ms/usage/rubygems/ruby-vips","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/rubygems/ruby-vips/dependencies","status":null,"funding_links":["https://github.com/sponsors/libvips"],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-20T22:02:18.537Z","issues_count":106,"pull_requests_count":58,"avg_time_to_close_issue":24889102.44827586,"avg_time_to_close_pull_request":9961847.42,"issues_closed_count":87,"pull_requests_closed_count":50,"pull_request_authors_count":19,"issue_authors_count":82,"avg_comments_per_issue":7.6415094339622645,"avg_comments_per_pull_request":3.0172413793103448,"merged_pull_requests_count":44,"bot_issues_count":0,"bot_pull_requests_count":3,"past_year_issues_count":8,"past_year_pull_requests_count":9,"past_year_avg_time_to_close_issue":206851.5,"past_year_avg_time_to_close_pull_request":1811575.4,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":7,"past_year_avg_comments_per_issue":4.375,"past_year_avg_comments_per_pull_request":1.6666666666666667,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":3,"past_year_merged_pull_requests_count":4,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/libvips%2Fruby-vips/issues","maintainers":[{"login":"jcupitt","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jcupitt"},{"login":"kleisauke","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kleisauke"},{"login":"ioquatix","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ioquatix"}],"active_maintainers":[{"login":"kleisauke","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kleisauke"},{"login":"jcupitt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jcupitt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/packages/ruby-vips/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/packages/ruby-vips/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/packages/ruby-vips/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/packages/ruby-vips/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/packages/ruby-vips/codemeta","maintainers":[{"uuid":"10006","login":"ender672","name":null,"email":null,"url":null,"packages_count":4,"html_url":"https://gem.coop/profiles/ender672","role":null,"created_at":"2025-10-08T05:29:29.412Z","updated_at":"2025-10-08T05:29:29.412Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/maintainers/ender672/packages"},{"uuid":"50726","login":"stanislaw","name":null,"email":null,"url":null,"packages_count":6,"html_url":"https://gem.coop/profiles/stanislaw","role":null,"created_at":"2025-10-08T05:29:29.315Z","updated_at":"2025-10-08T05:29:29.315Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/maintainers/stanislaw/packages"},{"uuid":"60496","login":"jcupitt","name":null,"email":null,"url":null,"packages_count":3,"html_url":"https://gem.coop/profiles/jcupitt","role":null,"created_at":"2025-10-08T05:29:29.371Z","updated_at":"2025-10-08T05:29:29.371Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/maintainers/jcupitt/packages"}]}