{"id":293540,"name":"ruby_parser","ecosystem":"rubygems","description":"ruby_parser (RP) is a ruby parser written in pure ruby (utilizing\nracc--which does by default use a C extension). It outputs\ns-expressions which can be manipulated and converted back to ruby via\nthe ruby2ruby gem.\n\nAs an example:\n\n    def conditional1 arg1\n      return 1 if arg1 == 0\n      return 0\n    end\n\nbecomes:\n\n    s(:defn, :conditional1, s(:args, :arg1),\n      s(:if,\n        s(:call, s(:lvar, :arg1), :==, s(:lit, 0)),\n        s(:return, s(:lit, 1)),\n        nil),\n      s(:return, s(:lit, 0)))\n\nTested against 801,039 files from the latest of all rubygems (as of 2013-05):\n\n* 1.8 parser is at 99.9739% accuracy, 3.651 sigma\n* 1.9 parser is at 99.9940% accuracy, 4.013 sigma\n* 2.0 parser is at 99.9939% accuracy, 4.008 sigma\n* 2.6 parser is at 99.9972% accuracy, 4.191 sigma\n* 3.0 parser has a 100% parse rate.\n  * Tested against 2,672,412 unique ruby files across 167k gems.\n  * As do all the others now, basically.","homepage":"https://github.com/seattlerb/ruby_parser","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/seattlerb/ruby_parser","keywords_array":[],"namespace":null,"versions_count":80,"first_release_published_at":"2009-07-25T17:55:20.000Z","latest_release_published_at":"2025-12-21T01:59:59.654Z","latest_release_number":"3.22.0","last_synced_at":"2026-04-20T01:12:55.982Z","created_at":"2022-04-06T10:08:30.873Z","updated_at":"2026-04-20T01:12:55.983Z","registry_url":"https://rubygems.org/gems/ruby_parser","install_command":"gem install ruby_parser -s https://rubygems.org","documentation_url":"http://www.rubydoc.info/gems/ruby_parser/","metadata":{"funding":null},"repo_metadata":{"id":504197,"uuid":"131523","full_name":"seattlerb/ruby_parser","owner":"seattlerb","description":"ruby_parser is a ruby parser written in pure ruby. It outputs s-expressions which can be manipulated and converted back to ruby via the ruby2ruby gem.","archived":false,"fork":false,"pushed_at":"2025-12-21T02:02:20.000Z","size":2872,"stargazers_count":482,"open_issues_count":0,"forks_count":99,"subscribers_count":17,"default_branch":"master","last_synced_at":"2026-03-11T04:32:22.087Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.zenspider.com/projects/ruby_parser.html","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/seattlerb.png","metadata":{"files":{"readme":"README.rdoc","changelog":"History.rdoc","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,"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":"2009-02-18T07:43:03.000Z","updated_at":"2026-02-03T17:43:01.000Z","dependencies_parsed_at":"2026-01-11T21:12:04.117Z","dependency_job_id":null,"html_url":"https://github.com/seattlerb/ruby_parser","commit_stats":{"total_commits":857,"total_committers":2,"mean_commits":428.5,"dds":0.002333722287047868,"last_synced_commit":"718e13e172e089c4cc9dcde2bfe41a446cd8cedc"},"previous_names":[],"tags_count":77,"template":false,"template_full_name":null,"purl":"pkg:github/seattlerb/ruby_parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seattlerb","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/sbom","scorecard":{"id":113844,"data":{"date":"2025-08-04","repo":{"name":"github.com/seattlerb/ruby_parser","commit":"cda1fbd9fb3173bcd64f02e7506773a2b98c89e6"},"scorecard":{"version":"v5.2.1-28-gc1d103a9","commit":"c1d103a9bb9f635ec7260bf9aa0699466fa4be0e"},"score":3.4,"checks":[{"name":"Token-Permissions","score":-1,"reason":"No tokens found","details":null,"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#token-permissions"}},{"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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#packaging"}},{"name":"Maintained","score":6,"reason":"8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":-1,"reason":"no workflows found","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#dangerous-workflow"}},{"name":"SAST","score":0,"reason":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#sast"}},{"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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#binary-artifacts"}},{"name":"Code-Review","score":0,"reason":"Found 0/30 approved changesets -- score normalized to 0","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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#code-review"}},{"name":"Pinned-Dependencies","score":-1,"reason":"no dependencies found","details":null,"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#pinned-dependencies"}},{"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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#cii-best-practices"}},{"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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#vulnerabilities"}},{"name":"License","score":0,"reason":"license file not detected","details":["Warn: project does not have a license file"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#license"}},{"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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#fuzzing"}},{"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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#branch-protection"}},{"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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#security-policy"}}]},"last_synced_at":"2025-08-15T20:54:53.580Z","repository_id":504197,"created_at":"2025-08-15T20:54:53.580Z","updated_at":"2025-08-15T20:54:53.580Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30422841,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T09:20:56.688Z","status":"ssl_error","status_checked_at":"2026-03-12T09:20:13.792Z","response_time":114,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":"seattlerb","name":"Seattle Ruby Brigade","uuid":"55277","kind":"organization","description":"","email":null,"website":"https://seattlerb.org/","location":"We will light you on fire.","twitter":"seattlerb","company":null,"icon_url":"https://avatars.githubusercontent.com/u/55277?v=4","repositories_count":129,"last_synced_at":"2023-04-09T04:55:29.516Z","metadata":{"has_sponsors_listing":false,"funding":{"github":"zenspider"}},"html_url":"https://github.com/seattlerb","funding_links":["https://github.com/sponsors/zenspider"],"total_stars":5789,"followers":null,"following":null,"created_at":"2022-11-02T16:20:19.382Z","updated_at":"2023-04-09T04:55:29.582Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seattlerb","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seattlerb/repositories"},"tags":[{"name":"v3.22.0","sha":"5cf23bea93def28a7f0fedd201000ddb1b8e4ab3","kind":"commit","published_at":"2025-12-21T01:59:32.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.22.0","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.22.0/manifests"},{"name":"v3.21.1","sha":"1cf23ee519abdd35f48085b9cc0b10c211cdf61d","kind":"commit","published_at":"2024-07-09T18:00:41.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.21.1","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.21.1/manifests"},{"name":"v3.21.0","sha":"b07cac0797402f39e1712cd1779091aa6102688d","kind":"commit","published_at":"2024-01-16T00:14:02.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.21.0","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.21.0/manifests"},{"name":"v3.20.3","sha":"fe1286fa8bbee946f58c43eb37e97b81c871a711","kind":"commit","published_at":"2023-07-12T03:04:40.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.20.3","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.20.3/manifests"},{"name":"v3.20.2","sha":"40ac9396689bccf0325527335f272168c0ded158","kind":"commit","published_at":"2023-06-06T23:00:14.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.20.2","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.20.2/manifests"},{"name":"v3.20.1","sha":"20153148ad73d6b3866e692b2c11a9e6c3fa2dd9","kind":"commit","published_at":"2023-05-17T03:50:13.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.20.1","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.20.1/manifests"},{"name":"v3.20.0","sha":"d0cf074191ff10d15cfd25e23ff3b7154b1abb89","kind":"commit","published_at":"2023-03-04T22:10:29.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.20.0","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.20.0/manifests"},{"name":"v3.19.2","sha":"c3243898226d849eedb457a4b6479480bba23dc4","kind":"commit","published_at":"2022-12-03T23:40:41.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.19.2","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.19.2/manifests"},{"name":"v3.19.1","sha":"232a2509bfa5591139d8b184c3ab6a72368ce9e1","kind":"commit","published_at":"2022-04-06T06:32:25.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.19.1","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.19.1/manifests"},{"name":"v3.19.0","sha":"5a2bc18e4abfc22ef07944e3c2464d73edb003f0","kind":"commit","published_at":"2022-03-30T02:06:55.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.19.0","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.19.0/manifests"},{"name":"v3.18.1","sha":"58d8673f80c8288e4af832fc9ad7d8ef0e628ee8","kind":"commit","published_at":"2021-11-10T22:31:17.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.18.1","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.18.1/manifests"},{"name":"v3.18.0","sha":"6d57a64392965093695430f1d94d3bd703df7906","kind":"commit","published_at":"2021-10-28T00:06:04.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.18.0","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.18.0/manifests"},{"name":"v3.17.0","sha":"4379ea76556637148e723bbe6f0944457d684c3d","kind":"commit","published_at":"2021-08-04T04:22:29.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.17.0","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.17.0/manifests"},{"name":"v3.16.0","sha":"d2fffb2cdbceafac43664b83f8280385271a73f9","kind":"commit","published_at":"2021-05-15T20:25:06.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.16.0","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.16.0/manifests"},{"name":"v3.15.1","sha":"0251dc9905091ef62d3fb2e7f1bcd35c2a0e860b","kind":"commit","published_at":"2021-01-11T06:57:12.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.15.1","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.15.1/manifests"},{"name":"v3.15.0","sha":"67322ed1f75e0a682c94f5a0f23168741be599b0","kind":"commit","published_at":"2020-09-01T00:11:50.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.15.0","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.15.0/manifests"},{"name":"v3.14.2","sha":"8a614337d7758e3759929a078f1e75ccd821670b","kind":"commit","published_at":"2020-02-07T06:38:19.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.14.2","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.14.2/manifests"},{"name":"v3.14.1","sha":"491b38e786180418eae1ac55455a73384ad3b06f","kind":"commit","published_at":"2019-10-30T04:10:11.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.14.1","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.14.1/manifests"},{"name":"v3.14.0","sha":"3752c149bbf2897647cee96145ea741eac6fa6ae","kind":"commit","published_at":"2019-09-25T03:13:38.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.14.0","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.14.0/manifests"},{"name":"v3.13.1","sha":"73950de6bc75f2015d06de6a789c33667f7c6206","kind":"commit","published_at":"2019-03-26T00:18:43.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.13.1","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.13.1/manifests"},{"name":"v3.13.0","sha":"ea2de70bc638016d9a068ce332ef4127a81e9f0b","kind":"commit","published_at":"2019-03-13T02:22:32.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.13.0","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.13.0/manifests"},{"name":"v3.12.0","sha":"10d4daec504f8502629d57fc268b29bcb2126942","kind":"commit","published_at":"2018-12-04T21:25:02.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.12.0","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.12.0/manifests"},{"name":"v3.11.0","sha":"588c7650ce4e111800c1d4c9f3b86f3bc11ebb67","kind":"commit","published_at":"2018-02-14T21:02:43.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.11.0","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.11.0/manifests"},{"name":"v3.10.1","sha":"a34440c5f2fa393e24f58c1ade416bf1cc7682e5","kind":"commit","published_at":"2017-07-21T07:53:48.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.10.1","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.10.1/manifests"},{"name":"v3.10.0","sha":"7428076f75cc1bf13e037cc4cfff73e4a164a7af","kind":"commit","published_at":"2017-07-17T22:59:53.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.10.0","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.10.0/manifests"},{"name":"v3.9.0","sha":"4a16566d12aa444b5eb512106e1a57ec07d1d884","kind":"commit","published_at":"2017-04-13T21:51:34.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.9.0","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.9.0/manifests"},{"name":"v3.8.4","sha":"10d56a405aaeb515d2ae71868a9e4a46c00d0484","kind":"commit","published_at":"2017-01-13T22:53:54.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.8.4","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.8.4/manifests"},{"name":"v3.8.3","sha":"0e07e90e1641da86e18e44ab7bdf6400c69162b0","kind":"commit","published_at":"2016-10-09T23:32:36.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.8.3","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.8.3/manifests"},{"name":"v3.8.2","sha":"190bbbd0a5f63806470903f1c1f57c3756b3e572","kind":"commit","published_at":"2016-05-05T19:24:17.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.8.2","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.8.2/manifests"},{"name":"v3.8.1","sha":"c2beccf2107f81acd33301a22a734969dabcad08","kind":"commit","published_at":"2016-02-19T19:59:01.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.8.1","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.8.1/manifests"},{"name":"v3.8.0","sha":"a966b2b7cf62567a34292561b7f00606e590a3bc","kind":"commit","published_at":"2016-02-19T02:11:14.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.8.0","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.8.0/manifests"},{"name":"v3.7.3","sha":"e7ee013514b81dc71886c7dd49369f69ecc5005d","kind":"commit","published_at":"2016-01-22T00:22:17.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.7.3","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.7.3/manifests"},{"name":"v3.7.2","sha":"78c2d6fac9e8e04b412aad9d54fa82df9aede4c9","kind":"commit","published_at":"2015-10-26T22:38:58.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.7.2","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.7.2/manifests"},{"name":"v3.7.1","sha":"59226ed9b918d80476b35cbc4a7bcb6fcdc61921","kind":"commit","published_at":"2015-08-06T21:30:32.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.7.1","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.7.1/manifests"},{"name":"v3.7.0","sha":"4c7d29ceed6fec8196ee1910cb10370faa11a726","kind":"commit","published_at":"2015-05-28T21:49:38.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.7.0","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.7.0/manifests"},{"name":"v3.6.6","sha":"01e798d4b5058c5588acf65f80678cbdd041c079","kind":"commit","published_at":"2015-04-13T22:29:32.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.6.6","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.6.6/manifests"},{"name":"v3.6.5","sha":"174f7661357a2dd0fc220dc5a2a152ae0385c1e5","kind":"commit","published_at":"2015-03-12T22:58:01.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.6.5","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.6.5/manifests"},{"name":"v3.6.4","sha":"59674d66cf87818d3e6e6775cdb1f3dbc9d47a20","kind":"commit","published_at":"2015-01-17T01:10:20.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.6.4","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.6.4/manifests"},{"name":"v3.6.3","sha":"199d150096e91417b17dd53abc22a704e4e6ca49","kind":"commit","published_at":"2014-09-27T01:52:48.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.6.3","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.6.3/manifests"},{"name":"v3.6.2","sha":"ded83dc1a2033ba857d5184540fb0776e1ea0b2a","kind":"commit","published_at":"2014-07-18T23:19:17.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.6.2","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.6.2/manifests"},{"name":"v3.6.0","sha":"80a65f066c9b754eeb1b5992119e664dfcf8b365","kind":"commit","published_at":"2014-04-23T21:15:52.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.6.0","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.6.0/manifests"},{"name":"v3.5.0","sha":"2d7c491c17576f298df1cec88ddb851d34f00f62","kind":"commit","published_at":"2014-03-25T01:01:33.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.5.0","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.5.0/manifests"},{"name":"v3.4.1","sha":"fda136c60e2c8916f49cb4ce7e0787ac8a4daf02","kind":"commit","published_at":"2014-02-14T23:01:09.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.4.1","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.4.1/manifests"},{"name":"v3.4.0","sha":"f645d842dfa488f96e2bb1ac3af87f8bead70a5a","kind":"commit","published_at":"2014-02-05T03:13:45.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.4.0","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.4.0/manifests"},{"name":"v3.3.0","sha":"07c7f497f91b75b23bfa44e1c5ee300910376f5d","kind":"commit","published_at":"2014-01-15T00:58:51.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.3.0","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.3.0/manifests"},{"name":"v3.2.2","sha":"d0c220dba51082275c33e337ec5b6373f2ca4f05","kind":"commit","published_at":"2013-07-12T01:13:50.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.2.2","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.2.2/manifests"},{"name":"v3.2.1","sha":"8af7dcdff97b23a48651be799e8c556ebfce5f84","kind":"commit","published_at":"2013-07-03T23:16:16.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.2.1","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"0f357f7ff5ac7645d1a7cd7056e7cd40d9b57a2c","kind":"commit","published_at":"2013-07-03T03:54:20.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.2.0","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.2.0/manifests"},{"name":"v3.1.3","sha":"38e6ce60aca38349f0fffd6b181f3f67af347a0c","kind":"commit","published_at":"2013-04-10T03:12:39.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.1.3","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.1.3/manifests"},{"name":"v3.1.2","sha":"cf90b2a0a775cb52e4d2b88c4919674899a0d035","kind":"commit","published_at":"2013-03-18T22:37:15.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.1.2","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"98e6ab1ddd88f968f45e019e72dddefcbadebbce","kind":"commit","published_at":"2012-12-19T23:53:56.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.1.1","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"d6a2d8714aa46221032597c68b4445bf128f1494","kind":"commit","published_at":"2012-12-07T00:52:12.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.1.0","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.1.0/manifests"},{"name":"v3.0.4","sha":"3db8a0550234f300d09364e3399fa7dd98879398","kind":"commit","published_at":"2012-11-26T21:40:27.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.0.4","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.0.4/manifests"},{"name":"v3.0.3","sha":"697351528b68192fa4f2b1764bb6b97ff5e757b6","kind":"commit","published_at":"2012-11-23T22:59:58.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.0.3","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.0.3/manifests"},{"name":"v3.0.2","sha":"27080aa0c23ff428274bf668101174cbd2a5faf3","kind":"commit","published_at":"2012-11-21T09:24:00.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.0.2","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"dfefcdd7a1afb6717122682b7d89af541a5b3c71","kind":"commit","published_at":"2012-11-03T03:53:00.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.0.1","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"dd5464ee5c667a02aaa3c281c6799bf041f0f002","kind":"commit","published_at":"2012-11-02T18:23:14.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.0.0","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.0.0/manifests"},{"name":"v3.0.0.a10","sha":"c264b9e354425e5dbb3d773bc880958d21736673","kind":"commit","published_at":"2012-10-26T12:06:23.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.0.0.a10","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.0.0.a10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.0.0.a10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.0.0.a10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.0.0.a10/manifests"},{"name":"v3.0.0.a9","sha":"0776bcc9cae6b7b293c14289a1094ae391b48664","kind":"commit","published_at":"2012-10-22T23:45:11.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.0.0.a9","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.0.0.a9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.0.0.a9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.0.0.a9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.0.0.a9/manifests"},{"name":"v3.0.0.a8","sha":"b94768c6a7415ca034cab9d9e7bb01385d96ee47","kind":"commit","published_at":"2012-09-26T20:35:52.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.0.0.a8","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.0.0.a8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.0.0.a8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.0.0.a8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.0.0.a8/manifests"},{"name":"v3.0.0.a7","sha":"371dbfe770aff0acd910ab69af2c81da6734c816","kind":"commit","published_at":"2012-09-21T21:34:16.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.0.0.a7","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.0.0.a7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.0.0.a7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.0.0.a7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.0.0.a7/manifests"},{"name":"v3.0.0.a6","sha":"cce6b78f29554e499c74694a97d774c55273ddd9","kind":"commit","published_at":"2012-08-20T23:40:20.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.0.0.a6","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.0.0.a6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.0.0.a6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.0.0.a6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.0.0.a6/manifests"},{"name":"v3.0.0.a5","sha":"c2b0c1460a82b1df9b8e89c6945bdae388b1e354","kind":"commit","published_at":"2012-08-01T01:04:45.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.0.0.a5","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.0.0.a5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.0.0.a5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.0.0.a5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.0.0.a5/manifests"},{"name":"v3.0.0.a4","sha":"bd430d0642276c4009fa768bd8efcce1c1db4f65","kind":"commit","published_at":"2012-07-26T23:52:20.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.0.0.a4","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.0.0.a4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.0.0.a4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.0.0.a4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.0.0.a4/manifests"},{"name":"v3.0.0.a3","sha":"bb0ab0071f30ec67671f576aa52f849a79979fba","kind":"commit","published_at":"2012-07-04T03:02:26.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.0.0.a3","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.0.0.a3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.0.0.a3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.0.0.a3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.0.0.a3/manifests"},{"name":"v3.0.0.a2","sha":"694ea42dee63a27b508802d825e5cb55654896ec","kind":"commit","published_at":"2012-06-19T23:08:11.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.0.0.a2","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.0.0.a2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.0.0.a2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.0.0.a2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.0.0.a2/manifests"},{"name":"v3.0.0a1","sha":"9b345da0e03654359c0eab55d120e8e25c02abfa","kind":"commit","published_at":"2012-05-22T23:58:59.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v3.0.0a1","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v3.0.0a1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v3.0.0a1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.0.0a1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v3.0.0a1/manifests"},{"name":"v2.3.1","sha":"d1cc6496e2638aa3e0711a3d0085ecef96826fba","kind":"commit","published_at":"2011-09-22T00:21:51.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v2.3.1","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"8b0b1eb23e7f0fff9639778535d280a9b58eca4a","kind":"commit","published_at":"2011-09-06T23:24:15.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v2.3.0","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"f06294cd36c774e4fb58405e27694c0c72c9252e","kind":"commit","published_at":"2011-08-23T22:12:54.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v2.2.0","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"5420e9a555f931d6e22e7841eb6709b12033149a","kind":"commit","published_at":"2011-08-15T23:35:01.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v2.1.0","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"5e31dbcb9576ad0210edbce18022eba57eaf8209","kind":"commit","published_at":"2011-02-18T23:25:16.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v2.0.6","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"5d832ba67c2502d315da4950c9d9c7f388964fee","kind":"commit","published_at":"2010-09-01T23:21:30.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v2.0.5","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"c8b39fa2eaf67f6e51ba61222c880c9dcabce9b7","kind":"commit","published_at":"2009-08-18T09:41:32.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v2.0.4","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"8b114214ec0f21ecb6e4cf25675746b37cee0b57","kind":"commit","published_at":"2009-06-24T00:56:46.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v2.0.3","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"6e6122346789eeceeb85e09c4d3e12ac5394a397","kind":"commit","published_at":"2009-01-20T23:48:19.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v2.0.2","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v2.0.2/manifests"},{"name":"v2.0.0","sha":"df561809f9aa95920f0f730a7f364333c2ad0bb5","kind":"commit","published_at":"2008-10-23T04:21:59.000Z","download_url":"https://codeload.github.com/seattlerb/ruby_parser/tar.gz/v2.0.0","html_url":"https://github.com/seattlerb/ruby_parser/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/seattlerb/ruby_parser@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/tags/v2.0.0/manifests"}]},"repo_metadata_updated_at":"2026-04-20T01:12:51.252Z","dependent_packages_count":186,"downloads":136154364,"downloads_period":"total","dependent_repos_count":33689,"rankings":{"downloads":0.1633567868333315,"dependent_repos_count":0.18064026939931535,"dependent_packages_count":0.19457856179123784,"stargazers_count":2.593637448288935,"forks_count":2.612035994246273,"docker_downloads_count":0.31835059823150946,"average":1.0104332764651003},"purl":"pkg:gem/ruby_parser","advisories":[{"uuid":"GSA_kwCzR0hTQS04bXZ3LTIycjctdzZmcc3iEg","url":"https://github.com/advisories/GHSA-8mvw-22r7-w6fq","title":"ruby_parser allows local users to overwrite arbitrary files via symlink attack on temporary file with predictable name","description":"The `diff_pp` function in `lib/gauntlet_rubyparser.rb` in the ruby_parser gem 3.1.1 and earlier for Ruby allows local users to overwrite arbitrary files via a symlink attack on a temporary file with a predictable name in `/tmp`.","origin":"UNSPECIFIED","severity":"LOW","published_at":"2022-05-05T02:48:30.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":0.0,"cvss_vector":null,"references":["https://nvd.nist.gov/vuln/detail/CVE-2013-0162","https://bugzilla.redhat.com/show_bug.cgi?id=892806","http://rhn.redhat.com/errata/RHSA-2013-0544.html","http://rhn.redhat.com/errata/RHSA-2013-0548.html","https://github.com/seattlerb/ruby_parser/commit/506c7e13cff6f8715385fa8488b621028b4ad280","https://github.com/seattlerb/ruby_parser/commit/c35acd878d50a8e4ea35933e3fbdc493421d422c","https://access.redhat.com/errata/RHSA-2013:0544","https://access.redhat.com/errata/RHSA-2013:0582","https://access.redhat.com/security/cve/CVE-2013-0162","https://github.com/rubysec/ruby-advisory-db/blob/master/gems/ruby_parser/CVE-2013-0162.yml","https://github.com/advisories/GHSA-8mvw-22r7-w6fq"],"source_kind":"github","identifiers":["GHSA-8mvw-22r7-w6fq","CVE-2013-0162"],"repository_url":"https://github.com/seattlerb/ruby_parser","blast_radius":0.0,"created_at":"2023-03-08T20:03:18.942Z","updated_at":"2026-04-18T06:07:06.512Z","epss_percentage":0.00149,"epss_percentile":0.35472,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS04bXZ3LTIycjctdzZmcc3iEg","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS04bXZ3LTIycjctdzZmcc3iEg","packages":[{"ecosystem":"rubygems","package_name":"ruby_parser","versions":[{"first_patched_version":"3.1.2","vulnerable_version_range":"\u003e= 2.0.2, \u003c 3.1.2"}],"purl":"pkg:gem/ruby_parser"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS04bXZ3LTIycjctdzZmcc3iEg/related_packages","related_advisories":[]}],"docker_usage_url":"https://docker.ecosyste.ms/usage/rubygems/ruby_parser","docker_dependents_count":364,"docker_downloads_count":450495044,"usage_url":"https://repos.ecosyste.ms/usage/rubygems/ruby_parser","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/rubygems/ruby_parser/dependencies","status":null,"funding_links":[],"critical":true,"issue_metadata":{"last_synced_at":"2026-04-14T18:00:31.142Z","issues_count":76,"pull_requests_count":35,"avg_time_to_close_issue":54641539.815789476,"avg_time_to_close_pull_request":3897302.9714285713,"issues_closed_count":76,"pull_requests_closed_count":35,"pull_request_authors_count":10,"issue_authors_count":41,"avg_comments_per_issue":2.9342105263157894,"avg_comments_per_pull_request":2.3714285714285714,"merged_pull_requests_count":0,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/seattlerb%2Fruby_parser/issues","maintainers":[{"login":"zenspider","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zenspider"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/packages/ruby_parser/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/packages/ruby_parser/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/packages/ruby_parser/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/packages/ruby_parser/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/packages/ruby_parser/codemeta","maintainers":[{"uuid":"2966","login":"zenspider","name":null,"email":null,"url":null,"packages_count":104,"html_url":"https://rubygems.org/profiles/zenspider","role":null,"created_at":"2022-11-09T09:49:27.007Z","updated_at":"2022-11-09T09:49:27.007Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/maintainers/zenspider/packages"}]}