Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ to deal with the HTTP networking protocol.

[MIT Licensed](https://github.com/svenvc/zinc/blob/master/license.txt)


## Loading into GemStone

1. Upgrade to the latest version of Metacello and Grease using [GsUpgrader](https://github.com/GsDevKit/gsUpgrader#gsupgrader-):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,18 +114,17 @@ baseline: spec
spec
for: #'gemstone'
do: [
spec repository: 'github://GsDevKit/zinc:gs_master/repository'.
spec
baseline: 'GLASS1'
with: [
spec
loads: #('Base' 'Announcements');
repository: 'github://glassdb/glass:master/repository' ];
configuration: 'GsPharo'
baseline: 'PharoCompatibility'
with: [
spec
version: '0.9.3';
repository: 'http://seaside.gemtalksystems.com/ss/PharoCompat' ];
loads: #('Core');
repository: 'github://GsDevKit/PharoCompatibility:master/repository' ];
baseline: 'Cryptography'
with: [
spec
Expand All @@ -151,7 +150,7 @@ baseline: spec
spec
requires: #('GLASS1' 'Zinc-FileSystem-Legacy');
includes: #('SocketStream') ];
package: 'Zinc-Tests' with: [ spec requires: #('GsPharo') ].
package: 'Zinc-Tests' with: [ spec requires: #('PharoCompatibility') ].
spec
group: 'Core' with: #('Zinc-GemStone-Server-Tools');
group: 'CI' with: #('REST' 'WebSocket');
Expand Down Expand Up @@ -237,4 +236,4 @@ baseline: spec
yourself.
spec
group: 'SSL' with: #('Zinc-Zodiac');
yourself ]
yourself ]
Loading