Skip to content

Commit 35b3383

Browse files
author
Jenkins
committed
Release version v1.0.1615
Metacello new baseline: 'GToolkitForPharo9'; repository: 'github://feenkcom/gtoolkit:v1.0.1615/src'; load All commits (including upstream repositories) since last build: feenkcom/gt4pharo@a2f7cd by Don Roberts Implement = correctly on stylers to prevent double styling [[#4380]]
1 parent f041a31 commit 35b3383

File tree

3 files changed

+27
-27
lines changed

3 files changed

+27
-27
lines changed

.baseline-metadata.ston

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"repositories" : {
33
"github://feenkcom/gt4smacc/src" : "v0.8.370",
4-
"github://feenkcom/gt4pharo/src" : "v0.6.2080",
4+
"github://feenkcom/gt4pharo/src" : "v0.6.2081",
55
"github://feenkcom/Bloc/src" : "v0.8.794",
66
"github://feenkcom/gtoolkit-scenery/src" : "v0.6.746",
77
"github://feenkcom/gtoolkit-webview/src" : "v0.6.233",
@@ -10,41 +10,41 @@
1010
"github://feenkcom/gt4famix3/src" : "v0.8.110",
1111
"github://feenkcom/Brick/src" : "v0.8.1464",
1212
"github://feenkcom/gtoolkit-spotter/src" : "v0.8.1523",
13-
"github://feenkcom/gtoolkit-filebrowser/src" : "v0.6.2217",
14-
"github://feenkcom/gtoolkit-presenter/src" : "v0.8.2208",
13+
"github://feenkcom/gtoolkit-filebrowser/src" : "v0.6.2218",
14+
"github://feenkcom/gtoolkit-presenter/src" : "v0.8.2209",
1515
"github://feenkcom/gt4xmlsupport/src" : "v0.8.30",
1616
"github://feenkcom/gt4ops/src" : "v0.6.97",
1717
"github://feenkcom/gt4llm/src" : "v0.6.48",
1818
"github://feenkcom/gt4magritte/src" : "v0.6.1240",
1919
"github://feenkcom/gtoolkit-clipboard/src" : "v0.8.64",
2020
"github://feenkcom/gtoolkit-remoterunner/src" : "v0.6.1539",
21-
"github://feenkcom/gt4graphql/src" : "v0.6.1929",
21+
"github://feenkcom/gt4graphql/src" : "v0.6.1930",
2222
"github://feenkcom/gt4jenkins/src" : "v0.8.63",
23-
"github://feenkcom/gtoolkit-demos/src" : "v0.8.2957",
23+
"github://feenkcom/gtoolkit-demos/src" : "v0.8.2958",
2424
"github://feenkcom/gt4lsp/src" : "v0.6.638",
2525
"github://feenkcom/gtoolkit-coder/src" : "v0.8.2004",
26-
"github://feenkcom/gtoolkit-visualizer/src" : "v0.8.2178",
26+
"github://feenkcom/gtoolkit-visualizer/src" : "v0.8.2179",
2727
"github://feenkcom/gt4ztimestamp/src" : "v0.6.12",
2828
"github://feenkcom/MethodProxies/src" : "v0.6.0",
2929
"github://feenkcom/gt4git/src" : "v0.8.1417",
3030
"github://feenkcom/gtoolkit-pager/src" : "v0.8.1605",
3131
"github://feenkcom/gtoolkit-phlow/src" : "v0.8.1600",
3232
"github://feenkcom/gtoolkit-constrainer/src" : "v0.8.18",
3333
"github://feenkcom/gt4changes/src" : "v0.6.1058",
34-
"github://feenkcom/gt4gemstone/src" : "v0.6.2911",
35-
"github://feenkcom/gt4python/src" : "v0.6.1156",
34+
"github://feenkcom/gt4gemstone/src" : "v0.6.2912",
35+
"github://feenkcom/gt4python/src" : "v0.6.1157",
3636
"github://feenkcom/gt4openapi/src" : "v0.6.12",
3737
"github://feenkcom/gtoolkit-remote/src" : "v0.8.1949",
3838
"github://feenkcom/gt4ruby/src" : "v0.6.22",
3939
"github://feenkcom/gt4aws/src" : "v0.6.28",
4040
"github://feenkcom/gtoolkit-glutin/src" : "v0.8.125",
4141
"github://j-brant/RBFormatter/src" : "905d60c1d93cecd75456e4a011cae240581976b5",
42-
"github://feenkcom/gtoolkit-debugger/src" : "v0.8.2678",
42+
"github://feenkcom/gtoolkit-debugger/src" : "v0.8.2679",
4343
"github://feenkcom/gtoolkit-notifications/src" : "v0.6.1188",
44-
"github://feenkcom/lepiter/src" : "v0.6.2910",
44+
"github://feenkcom/lepiter/src" : "v0.6.2911",
4545
"github://feenkcom/gtoolkit-releaser/src" : "v0.8.269",
4646
"github://feenkcom/gtoolkit-vm-bindings/src" : "v0.6.27",
4747
"github://feenkcom/gt4petitparser2/src" : "v0.8.43",
48-
"github://feenkcom/gtoolkit-world/src" : "v0.6.1543"
48+
"github://feenkcom/gtoolkit-world/src" : "v0.6.1544"
4949
}
5050
}

src/BaselineOfGToolkit/BaselineOfGToolkit.class.st

+14-14
Original file line numberDiff line numberDiff line change
@@ -97,22 +97,22 @@ BaselineOfGToolkit >> baseline: spec [
9797
spec repository: 'github://feenkcom/gtoolkit-clipboard:v0.8.64/src' ].
9898
spec
9999
baseline: 'GToolkitPresenter' with: [
100-
spec repository: 'github://feenkcom/gtoolkit-presenter:v0.8.2208/src' ].
100+
spec repository: 'github://feenkcom/gtoolkit-presenter:v0.8.2209/src' ].
101101
spec
102102
baseline: 'GToolkitTranscript' with: [
103-
spec repository: 'github://feenkcom/gtoolkit:v1.0.1614/src' ].
103+
spec repository: 'github://feenkcom/gtoolkit:v1.0.1615/src' ].
104104
spec
105105
baseline: 'GToolkitDebugger' with: [
106-
spec repository: 'github://feenkcom/gtoolkit-debugger:v0.8.2678/src' ].
106+
spec repository: 'github://feenkcom/gtoolkit-debugger:v0.8.2679/src' ].
107107
spec
108108
baseline: 'GToolkitDebuggerExtensions' with: [
109-
spec repository: 'github://feenkcom/gtoolkit-debugger:v0.8.2678/src' ].
109+
spec repository: 'github://feenkcom/gtoolkit-debugger:v0.8.2679/src' ].
110110
spec
111111
baseline: 'GToolkitFileBrowser' with: [
112-
spec repository: 'github://feenkcom/gtoolkit-filebrowser:v0.6.2217/src' ].
112+
spec repository: 'github://feenkcom/gtoolkit-filebrowser:v0.6.2218/src' ].
113113
spec
114114
baseline: 'GToolkitDemos' with: [
115-
spec repository: 'github://feenkcom/gtoolkit-demos:v0.8.2957/src' ].
115+
spec repository: 'github://feenkcom/gtoolkit-demos:v0.8.2958/src' ].
116116
spec
117117
baseline: 'GToolkitReleaser' with: [
118118
spec repository: 'github://feenkcom/gtoolkit-releaser:v0.8.269/src' ].
@@ -124,7 +124,7 @@ BaselineOfGToolkit >> baseline: spec [
124124
spec repository: 'github://feenkcom/gtoolkit-constrainer:v0.8.18/src' ].
125125
spec
126126
baseline: 'GToolkit4Pharo' with: [
127-
spec repository: 'github://feenkcom/gt4pharo:v0.6.2080/src' ].
127+
spec repository: 'github://feenkcom/gt4pharo:v0.6.2081/src' ].
128128
spec
129129
baseline: 'GToolkit4SmaCC' with: [
130130
spec repository: 'github://feenkcom/gt4smacc:v0.8.370/src' ].
@@ -142,16 +142,16 @@ BaselineOfGToolkit >> baseline: spec [
142142
spec repository: 'github://feenkcom/gt4ruby:v0.6.22/src' ].
143143
spec
144144
baseline: 'GToolkit4Python' with: [
145-
spec repository: 'github://feenkcom/gt4python:v0.6.1156/src' ].
145+
spec repository: 'github://feenkcom/gt4python:v0.6.1157/src' ].
146146
spec
147147
baseline: 'GtGemstoneClient' with: [
148-
spec repository: 'github://feenkcom/gt4gemstone:v0.6.2911/src' ].
148+
spec repository: 'github://feenkcom/gt4gemstone:v0.6.2912/src' ].
149149
spec
150150
baseline: 'GToolkit4Git' with: [
151151
spec repository: 'github://feenkcom/gt4git:v0.8.1417/src' ].
152152
spec
153153
baseline: 'GToolkit4GraphQL' with: [
154-
spec repository: 'github://feenkcom/gt4graphql:v0.6.1929/src' ].
154+
spec repository: 'github://feenkcom/gt4graphql:v0.6.1930/src' ].
155155
spec
156156
baseline: 'GToolkit4Changes' with: [
157157
spec repository: 'github://feenkcom/gt4changes:v0.6.1058/src' ].
@@ -175,13 +175,13 @@ BaselineOfGToolkit >> baseline: spec [
175175
spec repository: 'github://feenkcom/gtoolkit-remote:v0.8.1949/src' ].
176176
spec
177177
baseline: 'GToolkitMorphic' with: [
178-
spec repository: 'github://feenkcom/gtoolkit:v1.0.1614/src' ].
178+
spec repository: 'github://feenkcom/gtoolkit:v1.0.1615/src' ].
179179
spec
180180
baseline: 'BlocExtensions' with: [
181181
spec repository: 'github://feenkcom/Bloc:v0.8.794/src' ].
182182
spec
183183
baseline: 'GToolkitVisualizerPhlow' with: [
184-
spec repository: 'github://feenkcom/gtoolkit-visualizer:v0.8.2178/src' ].
184+
spec repository: 'github://feenkcom/gtoolkit-visualizer:v0.8.2179/src' ].
185185
spec
186186
baseline: 'GToolkitScenery' with: [
187187
spec repository: 'github://feenkcom/gtoolkit-scenery:v0.6.746/src' ].
@@ -205,7 +205,7 @@ BaselineOfGToolkit >> baseline: spec [
205205
spec repository: 'github://feenkcom/xdoc:v0.8.824/src' ].
206206
spec
207207
baseline: 'LepiterEngine' with: [
208-
spec repository: 'github://feenkcom/lepiter:v0.6.2910/src' ].
208+
spec repository: 'github://feenkcom/lepiter:v0.6.2911/src' ].
209209
spec
210210
baseline: 'GToolkit4Magritte' with: [
211211
spec repository: 'github://feenkcom/gt4magritte:v0.6.1240/src' ].
@@ -217,7 +217,7 @@ BaselineOfGToolkit >> baseline: spec [
217217
spec repository: 'github://j-brant/RBFormatter:905d60c1d93cecd75456e4a011cae240581976b5/src' ].
218218
spec
219219
baseline: 'GToolkitWorld' with: [
220-
spec repository: 'github://feenkcom/gtoolkit-world:v0.6.1543/src' ].
220+
spec repository: 'github://feenkcom/gtoolkit-world:v0.6.1544/src' ].
221221
spec
222222
baseline: 'GToolkitPhlowExamples' with: [
223223
spec repository: 'github://feenkcom/gtoolkit-phlow:v0.8.1600/src' ].

src/BaselineOfGToolkitForPharo9/BaselineOfGToolkitForPharo9.class.st

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ BaselineOfGToolkitForPharo9 >> baseline: spec [
1414
spec postLoadDoIt: #'postLoadGToolkit:'.
1515
spec
1616
baseline: 'GToolkitPrerequisites' with: [
17-
spec repository: 'github://feenkcom/gtoolkit:v1.0.1614/src' ].
17+
spec repository: 'github://feenkcom/gtoolkit:v1.0.1615/src' ].
1818
spec
1919
baseline: 'GToolkit' with: [
20-
spec repository: 'github://feenkcom/gtoolkit:v1.0.1614/src' ].
20+
spec repository: 'github://feenkcom/gtoolkit:v1.0.1615/src' ].
2121

2222
spec package: 'GToolkit-PharoOverrides-Debugger' with: [
2323
spec requires: #(#GToolkitPrerequisites #GToolkit) ].

0 commit comments

Comments
 (0)