Skip to content

Commit

Permalink
baseline/self-update: use latest version of RefactoringBrowser
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Dec 20, 2024
1 parent 7735673 commit c356931
Showing 6 changed files with 26 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -48,7 +48,7 @@ baseline: spec
project: 'RefactoringBrowser' with: [
spec
className: 'ConfigurationOfRefactoringBrowser';
versionString: '3.0';
versionString: '3.2';
loads: #('Core');
repository: 'http://www.squeaksource.com/MetacelloRepository']].
spec for: #'pharo' do: [
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
self-updating
installDependencies
"Install most important dependencies. Metacello>>#get is not recursive."

Metacello new
configuration: 'RefactoringBrowser';
version: '3.2';
get;
load: #('Core').
Original file line number Diff line number Diff line change
@@ -2,6 +2,7 @@
"class" : {
},
"instance" : {
"baseline:" : "ct 12/19/2024 20:08",
"baseline:" : "ct 12/20/2024 05:20",
"installDependencies" : "ct 12/20/2024 05:20",
"postLoad" : "BD 6/16/2018 18:09",
"projectClass" : "ct 5/26/2021 15:29" } }
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
app - self-updating
metacello

^ Metacello new
baseline: self appName;
repository: self selfUpdateGitHubPath;
yourself
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
app - self-updating
selfUpdateFromMetacello

Metacello new
baseline: self appName;
repository: self selfUpdateGitHubPath;
get;
load.
| metacello project |
metacello := self metacello.
project := metacello get.
project configuration installDependencies.
metacello load: self basicSelfUpdateMetacelloSpec.
Original file line number Diff line number Diff line change
@@ -41,6 +41,7 @@
"install" : "ct 12/20/2024 00:03",
"latestTimeStamp" : "ct 12/19/2024 23:16",
"menuCommandOn:" : "BD 7/13/2018 11:37",
"metacello" : "ct 12/20/2024 05:21",
"open" : "NA 7/28/2015 13:19",
"openUrl:" : "ct 12/19/2024 23:37",
"projectDescription" : "ct 12/19/2024 23:18",
@@ -53,7 +54,7 @@
"selfUpdate" : "ct 12/19/2024 23:08",
"selfUpdateBranch" : "ct 12/19/2024 23:09",
"selfUpdateBranch:" : "ct 8/27/2023 20:18",
"selfUpdateFromMetacello" : "ct 8/27/2023 20:18",
"selfUpdateFromMetacello" : "ct 12/20/2024 05:21",
"selfUpdateGitHubPath" : "ct 8/27/2023 20:18",
"sendFeedback" : "ct 8/27/2023 20:17",
"sendFeedbackGitHub" : "ct 11/12/2023 18:55",

0 comments on commit c356931

Please sign in to comment.