Skip to content

Commit

Permalink
Merge pull request #15354 from jecisc/metacello/remove-deprecated-calls
Browse files Browse the repository at this point in the history
Remove deprecated calls
  • Loading branch information
MarcusDenker committed Nov 14, 2023
2 parents fee9156 + a0fe312 commit a5a779b
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ MetacelloReferenceConfig >> baseline10: spec [
<version: '1.0-baseline'>

spec for: #common do: [
"alternate methods for specifying author, blessing, description, timestamp, preLoadDoIt, postLoadDoit (not recommended)"
spec blessing: [ spec value: #baseline. ].
spec description: [ spec value: 'Descriptive comment'. ].
spec author: [ spec value: 'dkh'. ].
spec timestamp: [ spec value: '10/7/2009 14:40'. ].
spec timestamp: [ spec value: (DateAndTime fromString: '10/7/2009 14:40'). ].
"recommended methods for specifying author, blessing, description, timestamp, preLoadDoIt, postLoadDoit"
"#development, #baseline, #release, #beta, etc."
spec blessing: #baseline.
Expand Down

0 comments on commit a5a779b

Please sign in to comment.