Fixing method calssification.

This commit is contained in:
ruidajo 2024-09-16 08:18:02 -05:00
parent b1d9f41e84
commit e25e86dce6
2 changed files with 1 additions and 7 deletions

View File

@ -14,7 +14,7 @@ MCGiteabRepository class >> basicFromUrl: aZnUrl [
^ self location: aZnUrl asString ^ self location: aZnUrl asString
] ]
{ #category : #'*ExoRepo' } { #category : #acccessing }
MCGiteabRepository class >> createRepositoryFromSpec: aMetacelloRepositorySpec on: anIceMetacelloPharoPlatform [ MCGiteabRepository class >> createRepositoryFromSpec: aMetacelloRepositorySpec on: anIceMetacelloPharoPlatform [
^ anIceMetacelloPharoPlatform createGiteaRepository: aMetacelloRepositorySpec ^ anIceMetacelloPharoPlatform createGiteaRepository: aMetacelloRepositorySpec
] ]

View File

@ -1,6 +0,0 @@
Extension { #name : #MCGiteabRepository }
{ #category : #'*ExoRepo' }
MCGiteabRepository class >> createRepositoryFromSpec: aMetacelloRepositorySpec on: anIceMetacelloPharoPlatform [
^ anIceMetacelloPharoPlatform createGiteaRepository: aMetacelloRepositorySpec
]