Skip to content

Commit f6c9d06

Browse files
committed
Refactor swift
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent 8ab2038 commit f6c9d06

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

minecode_pipelines/pipelines/mine_swift.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
from minecode_pipelines.pipelines import _mine_and_publish_packageurls
3131

3232

33-
class MineComposer(MineCodeBasePipeline):
33+
class MineSwift(MineCodeBasePipeline):
3434
"""
35-
Pipeline to mine Composer PHP packages and publish them to FederatedCode.
35+
Pipeline to mine Swift packages and publish them to FederatedCode.
3636
"""
3737

3838
pipeline_config_repo = "https://github.com/aboutcode-data/minecode-pipelines-config/"

pyproject-minecode_pipelines.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flot.buildapi"
44

55
[project]
66
name = "minecode_pipelines"
7-
version = "0.0.1b43"
7+
version = "0.0.1b44"
88
description = "A library for mining packageURLs and package metadata from ecosystem repositories."
99
readme = "minecode_pipelines/README.rst"
1010
license = { text = "Apache-2.0" }

0 commit comments

Comments
 (0)