diff --git a/README.md b/README.md index 68d5b080..6aa51721 100644 --- a/README.md +++ b/README.md @@ -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-): diff --git a/repository/BaselineOfZincHTTPComponents.package/BaselineOfZincHTTPComponents.class/instance/baseline..st b/repository/BaselineOfZincHTTPComponents.package/BaselineOfZincHTTPComponents.class/instance/baseline..st index f8ec9cff..56dd8d8f 100644 --- a/repository/BaselineOfZincHTTPComponents.package/BaselineOfZincHTTPComponents.class/instance/baseline..st +++ b/repository/BaselineOfZincHTTPComponents.package/BaselineOfZincHTTPComponents.class/instance/baseline..st @@ -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 @@ -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'); @@ -237,4 +236,4 @@ baseline: spec yourself. spec group: 'SSL' with: #('Zinc-Zodiac'); - yourself ] \ No newline at end of file + yourself ]