Zinc HTTP Components is an open-source Smalltalk framework to deal with the HTTP networking protocol.
Sven Van Caekenberghe
Gofer new
package: 'GsUpgrader-Core';
url: 'http://ss3.gemtalksystems.com/ss/gsUpgrader';
load.
(Smalltalk at: #GsUpgrader) upgradeGrease.
Install Zinc:
Install the master HEAD version:
GsDeployer deploy: [
Metacello new
baseline: 'ZincHTTPComponents';
repository: 'github://GsDevKit/zinc:gs_master/repository';
onLock: [:ex | ex honor ];
load: 'Tests' ].
Install a particular version, e.g. 2.4.3 (see Releases for a list of possible versions):
GsDeployer deploy: [
Metacello new
baseline: 'ZincHTTPComponents';
repository: 'github://GsDevKit/zinc:2.4.3/repository';
onLock: [:ex | ex honor ];
load: 'Tests' ].