Skip to content

Commit d242805

Browse files
authored
Merge pull request #552 from darakian/fix-rubygem-description-typos
Make clear that any ruby gem may use a qualifier and not just the Jruby gem
2 parents f475cad + 9c4caac commit d242805

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/types/gem-test.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://packageurl.org/schemas/purl-test.schema-1.0.json",
33
"tests": [
44
{
5-
"description": "Java gem can use a qualifier. Rountrip an input purl to canonical.",
5+
"description": "Ruby gems can use qualifiers. Rountrip an input purl to canonical.",
66
"test_group": "advanced",
77
"test_type": "roundtrip",
88
"input": "pkg:gem/jruby-launcher@1.1.2?Platform=java",
@@ -11,7 +11,7 @@
1111
"expected_failure_reason": null
1212
},
1313
{
14-
"description": "Java gem can use a qualifier",
14+
"description": "Ruby gems can use qualifiers",
1515
"test_group": "base",
1616
"test_type": "parse",
1717
"input": "pkg:gem/jruby-launcher@1.1.2?Platform=java",
@@ -29,7 +29,7 @@
2929
"expected_failure_reason": null
3030
},
3131
{
32-
"description": "Java gem can use a qualifier. Rountrip a canonical input to canonical output.",
32+
"description": "Ruby gems can use qualifiers. Rountrip a canonical input to canonical output.",
3333
"test_group": "base",
3434
"test_type": "roundtrip",
3535
"input": "pkg:gem/jruby-launcher@1.1.2?platform=java",
@@ -38,7 +38,7 @@
3838
"expected_failure_reason": null
3939
},
4040
{
41-
"description": "Java gem can use a qualifier",
41+
"description": "Ruby gems can use qualifiers",
4242
"test_group": "base",
4343
"test_type": "build",
4444
"input": {

0 commit comments

Comments
 (0)