Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 23
Fixed version issue in getting package info from rubygems.#84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
6b3f6e3d123de9621e444e2ee090762115aa3d617a071fb34a35b430c2bb0b3File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Uh oh!
There was an error while loading. Please reload this page.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,79 @@ | ||
| {"name":"rubocop","downloads":111809413,"version":"0.89.1","version_downloads":259770,"platform":"ruby","authors":"Bozhidar Batsov, Jonas Arvidsson, Yuji Nakayama","info":" RuboCop is a Ruby code style checking and code formatting tool.\n It aims to enforce the community-driven Ruby Style Guide.\n","licenses":["MIT"],"metadata":{"homepage_uri":"https://rubocop.org/","changelog_uri":"https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md","bug_tracker_uri":"https://github.com/rubocop-hq/rubocop/issues","source_code_uri":"https://github.com/rubocop-hq/rubocop/","documentation_uri":"https://docs.rubocop.org/"},"yanked":false,"sha":"30794116b2804aab1abc74780a201fae5160c1d6a21550ce9786abd3ca0e07fa","project_uri":"https://rubygems.org/gems/rubocop","gem_uri":"https://rubygems.org/gems/rubocop-0.89.1.gem","homepage_uri":"https://rubocop.org/","wiki_uri":null,"documentation_uri":"https://docs.rubocop.org/","mailing_list_uri":null,"source_code_uri":"https://github.com/rubocop-hq/rubocop/","bug_tracker_uri":"https://github.com/rubocop-hq/rubocop/issues","changelog_uri":"https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md","dependencies":{"development":[{"name":"bundler","requirements":"\u003e= 1.15.0, \u003c 3.0"}],"runtime":[{"name":"parallel","requirements":"~\u003e 1.10"},{"name":"parser","requirements":"\u003e= 2.7.1.1"},{"name":"rainbow","requirements":"\u003e= 2.2.2, \u003c 4.0"},{"name":"regexp_parser","requirements":"\u003e= 1.7"},{"name":"rexml","requirements":"\u003e= 0"},{"name":"rubocop-ast","requirements":"\u003e= 0.3.0, \u003c 1.0"},{"name":"ruby-progressbar","requirements":"~\u003e 1.7"},{"name":"unicode-display_width","requirements":"\u003e= 1.4.0, \u003c 2.0"}]}} | ||
| { | ||
| "name": "rubocop", | ||
| "downloads": 281548679, | ||
| "version": "1.40.0", | ||
| "version_created_at": "2022-12-08T07:50:52.498Z", | ||
| "version_downloads": 198668, | ||
| "platform": "ruby", | ||
| "authors": "Bozhidar Batsov, Jonas Arvidsson, Yuji Nakayama", | ||
| "info": " RuboCop is a Ruby code style checking and code formatting tool. It aims to enforce the community-driven Ruby Style Guide. ", | ||
| "licenses": [ | ||
| "MIT" | ||
| ], | ||
| "metadata": { | ||
| "homepage_uri": "https://rubocop.org/", | ||
| "changelog_uri": "https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md", | ||
| "bug_tracker_uri": "https://github.com/rubocop/rubocop/issues", | ||
| "source_code_uri": "https://github.com/rubocop/rubocop/", | ||
| "documentation_uri": "https://docs.rubocop.org/rubocop/1.40/", | ||
| "rubygems_mfa_required": "true" | ||
| }, | ||
| "yanked": false, | ||
| "sha": "031881f824594fdb08713d5187c7bf07a11ff83fda869a7dd2d7765f92846a35", | ||
| "project_uri": "https://rubygems.org/gems/rubocop", | ||
| "gem_uri": "https://rubygems.org/gems/rubocop-1.40.0.gem", | ||
| "homepage_uri": "https://rubocop.org/", | ||
| "wiki_uri": null, | ||
| "documentation_uri": "https://docs.rubocop.org/rubocop/1.40/", | ||
| "mailing_list_uri": null, | ||
| "source_code_uri": "https://github.com/rubocop/rubocop/", | ||
| "bug_tracker_uri": "https://github.com/rubocop/rubocop/issues", | ||
| "changelog_uri": "https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md", | ||
| "funding_uri": null, | ||
| "dependencies": { | ||
| "development": [ | ||
| { | ||
| "name": "bundler", | ||
| "requirements": ">= 1.15.0, < 3.0" | ||
| } | ||
| ], | ||
| "runtime": [ | ||
| { | ||
| "name": "json", | ||
| "requirements": "~> 2.3" | ||
| }, | ||
| { | ||
| "name": "parallel", | ||
| "requirements": "~> 1.10" | ||
| }, | ||
| { | ||
| "name": "parser", | ||
| "requirements": ">= 3.1.2.1" | ||
| }, | ||
| { | ||
| "name": "rainbow", | ||
| "requirements": ">= 2.2.2, < 4.0" | ||
| }, | ||
| { | ||
| "name": "regexp_parser", | ||
| "requirements": ">= 1.8, < 3.0" | ||
| }, | ||
| { | ||
| "name": "rexml", | ||
| "requirements": ">= 3.2.5, < 4.0" | ||
| }, | ||
| { | ||
| "name": "rubocop-ast", | ||
| "requirements": ">= 1.23.0, < 2.0" | ||
| }, | ||
| { | ||
| "name": "ruby-progressbar", | ||
| "requirements": "~> 1.7" | ||
| }, | ||
| { | ||
| "name": "unicode-display_width", | ||
| "requirements": ">= 1.4.0, < 3.0" | ||
| } | ||
| ] | ||
| } | ||
| } |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.