Skip to content

Commit

Permalink
Release version v1.0.1312
Browse files Browse the repository at this point in the history
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1312/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/gt4json@edac26 by Sven Van Caekenberghe
Fix NeoJSONSchemaValidator>>#validate[Type]Array now that NeoJSONArray has a different superclass


feenkcom/gt4json@6e7ea2 by Sven Van Caekenberghe
Fix NeoJSONPointerExamples>>#exampleBiscuits now that NeoJSONArray has a different superclass


feenkcom/gt4json@8413c8 by Sven Van Caekenberghe
Now use #atPath:add: in NeoJSONPatch>>#applyTo:


feenkcom/gt4git@e8bd55 by Sven Van Caekenberghe
Fix PureGitExamples>>#exampleIcebergGitCli for async result
  • Loading branch information
Jenkins committed Nov 18, 2024
1 parent cfeceea commit b16cff3
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
22 changes: 11 additions & 11 deletions .baseline-metadata.ston
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"repositories" : {
"github://feenkcom/gtoolkit-spotter/src" : "v0.8.1401",
"github://feenkcom/gtoolkit-webview/src" : "v0.6.115",
"github://feenkcom/gtoolkit-remoterunner/src" : "v0.6.1396",
"github://feenkcom/gtoolkit-remoterunner/src" : "v0.6.1397",
"github://feenkcom/gtoolkit-vm-bindings/src" : "v0.6.26",
"github://feenkcom/gt4ops/src" : "v0.6.86",
"github://feenkcom/gt4pharo/src" : "v0.6.1901",
Expand All @@ -13,34 +13,34 @@
"github://feenkcom/gtoolkit-notifications/src" : "v0.6.1066",
"github://feenkcom/gt4petitparser2/src" : "v0.8.42",
"github://feenkcom/gt4famix3/src" : "v0.8.101",
"github://feenkcom/gt4graphql/src" : "v0.6.1694",
"github://feenkcom/gt4graphql/src" : "v0.6.1695",
"github://feenkcom/gtoolkit-presenter/src" : "v0.8.2028",
"github://feenkcom/gtoolkit-filebrowser/src" : "v0.6.2023",
"github://feenkcom/gt4xmlsupport/src" : "v0.8.30",
"github://feenkcom/Bloc/src" : "v0.8.730",
"github://feenkcom/gtoolkit-releaser/src" : "v0.8.254",
"github://feenkcom/gt4lsp/src" : "v0.6.499",
"github://feenkcom/gt4lsp/src" : "v0.6.500",
"github://j-brant/RBFormatter/src" : "905d60c1d93cecd75456e4a011cae240581976b5",
"github://feenkcom/gt4gemstone/src" : "v0.6.2667",
"github://feenkcom/gtoolkit-world/src" : "v0.6.1288",
"github://feenkcom/gtoolkit-demos/src" : "v0.8.2709",
"github://feenkcom/gt4gemstone/src" : "v0.6.2668",
"github://feenkcom/gtoolkit-world/src" : "v0.6.1289",
"github://feenkcom/gtoolkit-demos/src" : "v0.8.2710",
"github://feenkcom/gt4changes/src" : "v0.6.938",
"github://feenkcom/gt4python/src" : "v0.6.901",
"github://feenkcom/gtoolkit-remote/src" : "v0.8.1801",
"github://feenkcom/gt4python/src" : "v0.6.902",
"github://feenkcom/gtoolkit-remote/src" : "v0.8.1802",
"github://feenkcom/gt4aws/src" : "v0.6.8",
"github://feenkcom/gtoolkit-pager/src" : "v0.8.1471",
"github://feenkcom/gt4magritte/src" : "v0.6.1118",
"github://feenkcom/gt4jenkins/src" : "v0.8.52",
"github://feenkcom/gtoolkit-scenery/src" : "v0.6.608",
"github://feenkcom/lepiter/src" : "v0.6.2675",
"github://feenkcom/lepiter/src" : "v0.6.2676",
"github://feenkcom/gtoolkit-clipboard/src" : "v0.8.63",
"github://feenkcom/gt4git/src" : "v0.8.1264",
"github://feenkcom/gt4git/src" : "v0.8.1265",
"github://feenkcom/gtoolkit-visualizer/src" : "v0.8.1988",
"github://feenkcom/gtoolkit-debugger/src" : "v0.8.2483",
"github://feenkcom/gtoolkit-phlow/src" : "v0.8.1466",
"github://feenkcom/gt4smacc/src" : "v0.8.303",
"github://feenkcom/gt4ztimestamp/src" : "v0.6.11",
"github://feenkcom/xdoc/src" : "v0.8.804",
"github://feenkcom/xdoc/src" : "v0.8.805",
"github://feenkcom/gtoolkit-glutin/src" : "v0.8.124",
"github://feenkcom/gt4openapi/src" : "v0.6.12"
}
Expand Down
26 changes: 13 additions & 13 deletions src/BaselineOfGToolkit/BaselineOfGToolkit.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ BaselineOfGToolkit >> baseline: spec [
spec repository: 'github://feenkcom/gtoolkit-presenter:v0.8.2028/src' ].
spec
baseline: 'GToolkitTranscript' with: [
spec repository: 'github://feenkcom/gtoolkit:v1.0.1311/src' ].
spec repository: 'github://feenkcom/gtoolkit:v1.0.1312/src' ].
spec
baseline: 'GToolkitDebugger' with: [
spec repository: 'github://feenkcom/gtoolkit-debugger:v0.8.2483/src' ].
Expand All @@ -112,13 +112,13 @@ BaselineOfGToolkit >> baseline: spec [
spec repository: 'github://feenkcom/gtoolkit-filebrowser:v0.6.2023/src' ].
spec
baseline: 'GToolkitDemos' with: [
spec repository: 'github://feenkcom/gtoolkit-demos:v0.8.2709/src' ].
spec repository: 'github://feenkcom/gtoolkit-demos:v0.8.2710/src' ].
spec
baseline: 'GToolkitReleaser' with: [
spec repository: 'github://feenkcom/gtoolkit-releaser:v0.8.254/src' ].
spec
baseline: 'RemoteRunner' with: [
spec repository: 'github://feenkcom/gtoolkit-remoterunner:v0.6.1396/src' ].
spec repository: 'github://feenkcom/gtoolkit-remoterunner:v0.6.1397/src' ].
spec
baseline: 'GToolkitConstrainer' with: [
spec repository: 'github://feenkcom/gtoolkit-constrainer:v0.8.17/src' ].
Expand All @@ -142,16 +142,16 @@ BaselineOfGToolkit >> baseline: spec [
spec repository: 'github://feenkcom/gt4ruby:v0.6.21/src' ].
spec
baseline: 'GToolkit4Python' with: [
spec repository: 'github://feenkcom/gt4python:v0.6.901/src' ].
spec repository: 'github://feenkcom/gt4python:v0.6.902/src' ].
spec
baseline: 'GtGemstoneClient' with: [
spec repository: 'github://feenkcom/gt4gemstone:v0.6.2667/src' ].
spec repository: 'github://feenkcom/gt4gemstone:v0.6.2668/src' ].
spec
baseline: 'GToolkit4Git' with: [
spec repository: 'github://feenkcom/gt4git:v0.8.1264/src' ].
spec repository: 'github://feenkcom/gt4git:v0.8.1265/src' ].
spec
baseline: 'GToolkit4GraphQL' with: [
spec repository: 'github://feenkcom/gt4graphql:v0.6.1694/src' ].
spec repository: 'github://feenkcom/gt4graphql:v0.6.1695/src' ].
spec
baseline: 'GToolkit4Changes' with: [
spec repository: 'github://feenkcom/gt4changes:v0.6.938/src' ].
Expand All @@ -160,7 +160,7 @@ BaselineOfGToolkit >> baseline: spec [
spec repository: 'github://feenkcom/gt4jenkins:v0.8.52/src' ].
spec
baseline: 'GToolkit4LSP' with: [
spec repository: 'github://feenkcom/gt4lsp:v0.6.499/src' ].
spec repository: 'github://feenkcom/gt4lsp:v0.6.500/src' ].
spec
baseline: 'GToolkit4Ops' with: [
spec repository: 'github://feenkcom/gt4ops:v0.6.86/src' ].
Expand All @@ -172,10 +172,10 @@ BaselineOfGToolkit >> baseline: spec [
spec repository: 'github://feenkcom/gtoolkit-coder:v0.8.1850/src' ].
spec
baseline: 'Gt4PharoLink' with: [
spec repository: 'github://feenkcom/gtoolkit-remote:v0.8.1801/src' ].
spec repository: 'github://feenkcom/gtoolkit-remote:v0.8.1802/src' ].
spec
baseline: 'GToolkitMorphic' with: [
spec repository: 'github://feenkcom/gtoolkit:v1.0.1311/src' ].
spec repository: 'github://feenkcom/gtoolkit:v1.0.1312/src' ].
spec
baseline: 'BlocExtensions' with: [
spec repository: 'github://feenkcom/Bloc:v0.8.730/src' ].
Expand All @@ -202,10 +202,10 @@ BaselineOfGToolkit >> baseline: spec [
spec repository: 'github://feenkcom/gtoolkit-webview:v0.6.115/src' ].
spec
baseline: 'XdocClient' with: [
spec repository: 'github://feenkcom/xdoc:v0.8.804/src' ].
spec repository: 'github://feenkcom/xdoc:v0.8.805/src' ].
spec
baseline: 'LepiterEngine' with: [
spec repository: 'github://feenkcom/lepiter:v0.6.2675/src' ].
spec repository: 'github://feenkcom/lepiter:v0.6.2676/src' ].
spec
baseline: 'GToolkit4Magritte' with: [
spec repository: 'github://feenkcom/gt4magritte:v0.6.1118/src' ].
Expand All @@ -217,7 +217,7 @@ BaselineOfGToolkit >> baseline: spec [
spec repository: 'github://j-brant/RBFormatter:905d60c1d93cecd75456e4a011cae240581976b5/src' ].
spec
baseline: 'GToolkitWorld' with: [
spec repository: 'github://feenkcom/gtoolkit-world:v0.6.1288/src' ].
spec repository: 'github://feenkcom/gtoolkit-world:v0.6.1289/src' ].
spec
baseline: 'GToolkitPhlowExamples' with: [
spec repository: 'github://feenkcom/gtoolkit-phlow:v0.8.1466/src' ].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ BaselineOfGToolkitForPharo9 >> baseline: spec [
spec postLoadDoIt: #'postLoadGToolkit:'.
spec
baseline: 'GToolkitPrerequisites' with: [
spec repository: 'github://feenkcom/gtoolkit:v1.0.1311/src' ].
spec repository: 'github://feenkcom/gtoolkit:v1.0.1312/src' ].
spec
baseline: 'GToolkit' with: [
spec repository: 'github://feenkcom/gtoolkit:v1.0.1311/src' ].
spec repository: 'github://feenkcom/gtoolkit:v1.0.1312/src' ].

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

0 comments on commit b16cff3

Please sign in to comment.