We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aa4c51 commit e8e908aCopy full SHA for e8e908a
1 file changed
repository/BaselineOfGrease.package/BaselineOfGrease.class/instance/baseline..st
@@ -129,15 +129,18 @@ baseline: spec
129
copyFrom: 'GsDevKit'
130
with: [ spec loads: #('Utf8Encoding') ];
131
project: 'System-Digital-Signatures'
132
- copyFrom: 'UTF8'
+ copyFrom: 'GsDevKit'
133
with: [ spec loads: #('System-Digital-Signatures') ];
134
project: 'SMTPMail'
135
136
with: [ spec loads: #('SMTPMail') ];
137
+ project: 'GsCore'
138
139
+ with: [ spec loads: #('GsCore' 'GsMonticello') ];
140
yourself.
141
spec
142
package: 'Grease-GemStone-Core'
- with: [ spec requires: #( 'UTF8' ) ];
143
+ with: [ spec requires: #( 'UTF8' 'GsCore' ) ];
144
145
].
146
0 commit comments