File tree Expand file tree Collapse file tree
repository/BaselineOfZincHTTPComponents.package/BaselineOfZincHTTPComponents.class/instance Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ to deal with the HTTP networking protocol.
1515
1616[ MIT Licensed] ( https://github.com/svenvc/zinc/blob/master/license.txt )
1717
18+
1819## Loading into GemStone
1920
20211 . Upgrade to the latest version of Metacello and Grease using [ GsUpgrader] ( https://github.com/GsDevKit/gsUpgrader#gsupgrader- ) :
Original file line number Diff line number Diff line change @@ -114,18 +114,17 @@ baseline: spec
114114 spec
115115 for: #' gemstone'
116116 do: [
117- spec repository: ' github://GsDevKit/zinc:gs_master/repository' .
118117 spec
119118 baseline: ' GLASS1'
120119 with: [
121120 spec
122121 loads: #('Base' 'Announcements') ;
123122 repository: ' github://glassdb/glass:master/repository' ];
124- configuration : ' GsPharo '
123+ baseline : ' PharoCompatibility '
125124 with: [
126125 spec
127- version: ' 0.9.3 ' ;
128- repository: ' http ://seaside.gemtalksystems.com/ss/PharoCompat ' ];
126+ loads: #('Core') ;
127+ repository: ' github ://GsDevKit/PharoCompatibility:master/repository ' ];
129128 baseline: ' Cryptography'
130129 with: [
131130 spec
@@ -151,7 +150,7 @@ baseline: spec
151150 spec
152151 requires: #('GLASS1' 'Zinc-FileSystem-Legacy') ;
153152 includes: #('SocketStream') ];
154- package: ' Zinc-Tests' with: [ spec requires: #('GsPharo ') ].
153+ package: ' Zinc-Tests' with: [ spec requires: #('PharoCompatibility ') ].
155154 spec
156155 group: ' Core' with: #('Zinc-GemStone-Server-Tools') ;
157156 group: ' CI' with: #('REST' 'WebSocket') ;
@@ -237,4 +236,4 @@ baseline: spec
237236 yourself .
238237 spec
239238 group: ' SSL' with: #('Zinc-Zodiac') ;
240- yourself ]
239+ yourself ]
You can’t perform that action at this time.
0 commit comments