Skip to content

Commit 168be58

Browse files
authored
Merge pull request #112 from tukanos/patch-1
Referencing itself forces next library to load Zinc from github
2 parents 6ab115d + 309825d commit 168be58

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

  • repository/BaselineOfZincHTTPComponents.package/BaselineOfZincHTTPComponents.class/instance

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

2021
1. Upgrade to the latest version of Metacello and Grease using [GsUpgrader](https://github.com/GsDevKit/gsUpgrader#gsupgrader-):

repository/BaselineOfZincHTTPComponents.package/BaselineOfZincHTTPComponents.class/instance/baseline..st

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff 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 ]

0 commit comments

Comments
 (0)