Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.03 KB

README-gemstone.md

File metadata and controls

39 lines (24 loc) · 1.03 KB

Zinc HTTP Components

For GemStone

Zinc HTTP Components is an open-source Smalltalk framework to deal with the HTTP networking protocol.

Base Readme

Loading into GemStone

  1. Upgrade to GLASS 1.0-beta.9

  2. Install Zinc:

    "GemStone 2.4"
    Metacello new
      baseline: 'Zinc';
      repository: 'github://glassdb/zinc:gemstone2.4/repository';
      load: 'Tests'.
      
    "GemStone 3.1"
    Metacello new
      baseline: 'Zinc';
      repository: 'github://glassdb/zinc:gemstone3.1/repository';
      load: 'Tests'.

See the Releases page for instructions for installing specific Zinc releases.

Travis Status

GemStone2.4.x Build Status

GemStone3.1.x Build Status