-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Open
35C4n0r
wants to merge
9
commits into
aboutcode-org:master
Choose a base branch
from
35C4n0r:rubyVersion
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
6b3f6e3
a. Added more data for getting rubygems data from purl, users can now…
35C4n0r d123de9
Removed download_url.
35C4n0r 621e444
Just a dummy commit wiyh changes in tests
35C4n0r e2ee090
simple commit
35C4n0r 762115a
Updated tests for ruby packages.
35C4n0r a3d617a
Test files path rollback.
35C4n0r 071fb34
Test files path rollback.
35C4n0r a35b430
Renaming variables to avoid confusion.
35C4n0r c2bb0b3
Removed print statements
35C4n0r File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} | ||
} |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.