-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Configuration update to stable version 0.25
- Loading branch information
Sven Van Caekenberghe
committed
Oct 8, 2018
1 parent
4ddfa4c
commit 5d1782f
Showing
15 changed files
with
107 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
language: smalltalk | ||
sudo: false | ||
sudo: required | ||
|
||
os: | ||
- linux | ||
|
||
smalltalk: | ||
- Pharo64-7.0 | ||
- Pharo-7.0 | ||
- Pharo-6.1 | ||
- Pharo-6.0 | ||
- Pharo-5.0 | ||
|
||
matrix: | ||
fast_finish: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"noMethodMetaData" : true, | ||
"separateMethodMetaAndSource" : false, | ||
"useCypressPropertiesFile" : true } | ||
"noMethodMetaData" : true, | ||
"useCypressPropertiesFile" : true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
repository/ConfigurationOfSton.package/ConfigurationOfSton.class/instance/version22..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
versions | ||
version22: spec | ||
<version: '0.22' imports: #('0.4-baseline')> | ||
|
||
spec for: #'common' do: [ | ||
spec | ||
blessing: #'release'; | ||
package: 'STON-Core' with: 'STON-Core-SvenVanCaekenberghe.81'; | ||
package: 'STON-Text support' with: 'STON-Text support-TheIntegrator.2'; | ||
package: 'STON-Tests' with: 'STON-Tests-SvenVanCaekenberghe.71' ] |
10 changes: 10 additions & 0 deletions
10
repository/ConfigurationOfSton.package/ConfigurationOfSton.class/instance/version23..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
versions | ||
version23: spec | ||
<version: '0.23' imports: #('0.4-baseline')> | ||
|
||
spec for: #'common' do: [ | ||
spec | ||
blessing: #'release'; | ||
package: 'STON-Core' with: 'STON-Core-SvenVanCaekenberghe.82'; | ||
package: 'STON-Text support' with: 'STON-Text support-TheIntegrator.2'; | ||
package: 'STON-Tests' with: 'STON-Tests-SvenVanCaekenberghe.71' ] |
10 changes: 10 additions & 0 deletions
10
repository/ConfigurationOfSton.package/ConfigurationOfSton.class/instance/version24..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
versions | ||
version24: spec | ||
<version: '0.24' imports: #('0.4-baseline')> | ||
|
||
spec for: #'common' do: [ | ||
spec | ||
blessing: #'release'; | ||
package: 'STON-Core' with: 'STON-Core-SvenVanCaekenberghe.87'; | ||
package: 'STON-Text support' with: 'STON-Text support-TheIntegrator.2'; | ||
package: 'STON-Tests' with: 'STON-Tests-SvenVanCaekenberghe.79' ] |
10 changes: 10 additions & 0 deletions
10
repository/ConfigurationOfSton.package/ConfigurationOfSton.class/instance/version25..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
versions | ||
version25: spec | ||
<version: '0.25' imports: #('0.4-baseline')> | ||
|
||
spec for: #'common' do: [ | ||
spec | ||
blessing: #'release'; | ||
package: 'STON-Core' with: 'STON-Core-SvenVanCaekenberghe.89'; | ||
package: 'STON-Text support' with: 'STON-Text support-TheIntegrator.2'; | ||
package: 'STON-Tests' with: 'STON-Tests-SvenVanCaekenberghe.81' ] |
79 changes: 43 additions & 36 deletions
79
repository/ConfigurationOfSton.package/ConfigurationOfSton.class/methodProperties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,52 @@ | ||
{ | ||
"class" : { | ||
"DevelopmentSupport" : "SeanDeNigris 7/5/2012 19:06", | ||
"baseConfigurationClassIfAbsent:" : "SeanDeNigris 7/5/2012 19:06", | ||
"catalogContactInfo" : "SvenVanCaekenberghe 1/5/2016 09:33", | ||
"catalogDescription" : "SvenVanCaekenberghe 1/5/2016 09:35", | ||
"catalogKeywords" : "SvenVanCaekenberghe 1/5/2016 09:36", | ||
"ensureMetacello" : "SeanDeNigris 7/5/2012 19:06", | ||
"ensureMetacelloBaseConfiguration" : "SeanDeNigris 7/5/2012 19:06", | ||
"isMetacelloConfig" : "SeanDeNigris 7/5/2012 19:06", | ||
"load" : "SeanDeNigris 7/5/2012 19:06", | ||
"loadBleedingEdge" : "SeanDeNigris 7/5/2012 19:06", | ||
"loadDevelopment" : "SeanDeNigris 7/5/2012 19:06", | ||
"project" : "SeanDeNigris 7/5/2012 19:06", | ||
"validate" : "SeanDeNigris 7/5/2012 19:06" }, | ||
"instance" : { | ||
"baseline01:" : "SeanDeNigris 7/5/2012 19:11", | ||
"baseline02:" : "SvenVanCaekenberghe 10/26/2012 10:45", | ||
"baseline03:" : "SvenVanCaekenberghe 11/28/2013 19:20", | ||
"baseline04:" : "PavelKrivanek 6/1/2016 12:04", | ||
"bleedingEdge:" : "SvenVanCaekenberghe 6/6/2016 14:59", | ||
"development:" : "SvenVanCaekenberghe 6/6/2016 14:36", | ||
"baseline04:" : "SvenVanCaekenberghe 7/22/2018 14:52", | ||
"version10:" : "SvenVanCaekenberghe 12/8/2014 23:38", | ||
"version21:" : "SvenVanCaekenberghe 6/6/2016 13:17", | ||
"version24:" : "SvenVanCaekenberghe 5/29/2017 14:33", | ||
"version06:" : "SvenVanCaekenberghe 11/28/2013 19:21", | ||
"version03:" : "SvenVanCaekenberghe 10/26/2012 10:54", | ||
"version17:" : "SvenVanCaekenberghe 2/22/2016 12:35", | ||
"project" : "SeanDeNigris 7/5/2012 19:06", | ||
"stable:" : "SvenVanCaekenberghe 6/6/2016 14:34", | ||
"version01:" : "SeanDeNigris 7/5/2012 19:12", | ||
"version02:" : "SvenVanCaekenberghe 10/25/2012 17:41", | ||
"version03:" : "SvenVanCaekenberghe 10/26/2012 10:54", | ||
"version04:" : "SvenVanCaekenberghe 12/18/2012 10:29", | ||
"development:" : "SvenVanCaekenberghe 6/6/2016 14:36", | ||
"version12:" : "SvenVanCaekenberghe 4/10/2015 20:31", | ||
"version08:" : "SvenVanCaekenberghe 1/21/2014 20:00", | ||
"version05:" : "SvenVanCaekenberghe 3/7/2013 10:55", | ||
"version06:" : "SvenVanCaekenberghe 11/28/2013 19:21", | ||
"baseline01:" : "SvenVanCaekenberghe 7/22/2018 14:52", | ||
"version19:" : "PavelKrivanek 4/20/2016 12:39", | ||
"version23:" : "SvenVanCaekenberghe 2/2/2017 15:28", | ||
"version14:" : "SvenVanCaekenberghe 5/28/2015 15:58", | ||
"version25:" : "SvenVanCaekenberghe 10/8/2018 15:34", | ||
"version07:" : "DamienCassou 12/11/2013 16:46", | ||
"version08:" : "SvenVanCaekenberghe 1/21/2014 20:00", | ||
"baseline03:" : "SvenVanCaekenberghe 7/22/2018 14:52", | ||
"version20:" : "PavelKrivanek 6/1/2016 13:17", | ||
"version16:" : "SvenVanCaekenberghe 2/19/2016 14:57", | ||
"version02:" : "SvenVanCaekenberghe 10/25/2012 17:41", | ||
"version13:" : "SvenVanCaekenberghe 4/30/2015 20:31", | ||
"version09:" : "SvenVanCaekenberghe 4/24/2014 13:38", | ||
"version10:" : "SvenVanCaekenberghe 12/8/2014 23:38", | ||
"baseline02:" : "SvenVanCaekenberghe 7/22/2018 14:52", | ||
"version11:" : "SvenVanCaekenberghe 4/10/2015 15:33", | ||
"version12:" : "SvenVanCaekenberghe 4/10/2015 20:31", | ||
"version13:" : "SvenVanCaekenberghe 4/30/2015 20:31", | ||
"version14:" : "SvenVanCaekenberghe 5/28/2015 15:58", | ||
"version15:" : "SvenVanCaekenberghe 9/9/2015 13:53", | ||
"version16:" : "SvenVanCaekenberghe 2/19/2016 14:57", | ||
"version17:" : "SvenVanCaekenberghe 2/22/2016 12:35", | ||
"bleedingEdge:" : "SvenVanCaekenberghe 6/6/2016 14:59", | ||
"version22:" : "SvenVanCaekenberghe 2/2/2017 14:15", | ||
"version18:" : "SvenVanCaekenberghe 4/17/2016 10:59", | ||
"version19:" : "PavelKrivanek 4/20/2016 12:39", | ||
"version20:" : "PavelKrivanek 6/1/2016 13:17", | ||
"version21:" : "SvenVanCaekenberghe 6/6/2016 13:17" } } | ||
"version04:" : "SvenVanCaekenberghe 12/18/2012 10:29", | ||
"stable:" : "SvenVanCaekenberghe 10/8/2018 15:34", | ||
"version15:" : "SvenVanCaekenberghe 9/9/2015 13:53" | ||
}, | ||
"class" : { | ||
"load" : "SeanDeNigris 7/5/2012 19:06", | ||
"catalogDescription" : "SvenVanCaekenberghe 1/5/2016 09:35", | ||
"baseConfigurationClassIfAbsent:" : "SeanDeNigris 7/5/2012 19:06", | ||
"DevelopmentSupport" : "SeanDeNigris 7/5/2012 19:06", | ||
"ensureMetacello" : "SeanDeNigris 7/5/2012 19:06", | ||
"catalogKeywords" : "SvenVanCaekenberghe 1/5/2016 09:36", | ||
"loadDevelopment" : "SeanDeNigris 7/5/2012 19:06", | ||
"isMetacelloConfig" : "SeanDeNigris 7/5/2012 19:06", | ||
"ensureMetacelloBaseConfiguration" : "SeanDeNigris 7/5/2012 19:06", | ||
"loadBleedingEdge" : "SeanDeNigris 7/5/2012 19:06", | ||
"catalogContactInfo" : "SvenVanCaekenberghe 1/5/2016 09:33", | ||
"validate" : "SeanDeNigris 7/5/2012 19:06", | ||
"project" : "SeanDeNigris 7/5/2012 19:06" | ||
} | ||
} |
19 changes: 10 additions & 9 deletions
19
repository/ConfigurationOfSton.package/ConfigurationOfSton.class/properties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
{ | ||
"commentStamp" : "SvenVanCaekenberghe 2/19/2016 14:59", | ||
"super" : "Object", | ||
"category" : "ConfigurationOfSton", | ||
"classinstvars" : [ | ||
], | ||
"classinstvars" : [ ], | ||
"pools" : [ ], | ||
"classvars" : [ | ||
"LastVersionLoad" ], | ||
"commentStamp" : "SvenVanCaekenberghe 2/19/2016 14:59", | ||
"LastVersionLoad" | ||
], | ||
"instvars" : [ | ||
"project" ], | ||
"project" | ||
], | ||
"name" : "ConfigurationOfSton", | ||
"pools" : [ | ||
], | ||
"super" : "Object", | ||
"type" : "normal" } | ||
"type" : "normal" | ||
} |
Oops, something went wrong.