Skip to content

Commit

Permalink
Merge d25e35a
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrichau committed Feb 19, 2023
2 parents 02a0e08 + d25e35a commit 4c61fff
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ To install the latest stable version of Seaside in a [VAST Platform](https://www

### Instructions for Squeak

Seaside for Squeak mostly works but is unmaintained.
If you want to help out keeping Seaside running on Squeak, please contact us via the channels mentioned in the Community section below.
#### Squeak >= 5.2
To install the latest stable version of Seaside in a [Squeak](http://www.squeak.org) image you need to first install [Metacello](https://github.com/Metacello/metacello):
```Smalltalk
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
baselines
baselinegettext: spec
spec
for: #(#'pharo8.x' #'pharo9.x' #'pharo10.x' #'gemstone')
for: #(#'pharo8.x' #'pharo9.x' #'pharo10.x' #'pharo11.x' #'gemstone')
do: [
spec
package: 'Seaside-Gettext-Core'
Expand All @@ -18,7 +18,7 @@ baselinegettext: spec
with: #('Seaside-Gettext' 'Seaside-Gettext-Examples');
group: 'Tests' with: #('Seaside-Tests-Gettext-Core' 'Gettext-Examples') ].
spec
for: #(#'pharo8.x' #'pharo9.x' #'pharo10.x')
for: #(#'pharo8.x' #'pharo9.x' #'pharo10.x' #'pharo11.x')
do: [
spec
package: 'Seaside-Pharo-Gettext-Core';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ baselinepharo: spec
package: 'Seaside-Pharo-Tools-Spec2' with: [ spec requires: #('Seaside-Tools-Core') ] ].

spec
for: #(#'pharo10.x')
for: #(#'pharo10.x' #'pharo11.x')
do: [ spec
package: 'Seaside-Tools-Core' with: [ spec includes: #('Seaside-Pharo100-Tools-Spec2') ];
package: 'Seaside-Pharo100-Tools-Spec2' with: [ spec requires: #('Seaside-Tools-Core') ] ]
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ baselinerest: spec
].

spec
for: #('pharo9.x' 'pharo10.x')
for: #('pharo9.x' 'pharo10.x' 'pharo11.x')
do:[
spec
package: 'Seaside-Pharo90-REST-Core';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ initialize
super initialize.
self
name: 'Open';
description: 'Opoen localhost on the port of the adaptor.'
description: 'Open localhost on the port of the adaptor.'

0 comments on commit 4c61fff

Please sign in to comment.