File tree Expand file tree Collapse file tree 4 files changed +36
-2
lines changed
BaselineOfSpy2.package/BaselineOfSpy2.class/instance
ConfigurationOfSpy2.package/ConfigurationOfSpy2.class/instance Expand file tree Collapse file tree 4 files changed +36
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ baseline: spec
14
14
package: ' Spy2-Tests' with: [ spec requires: ' Spy2-Core' ];
15
15
package: ' GT-Spy2-Inspector' with: [ spec requires: ' Spy2-Core' ];
16
16
package: ' Spy2-Examples' with: [ spec requires: ' Spy2-Core' ];
17
- package: ' Spy2-Hapao-Core' with: [ spec requires: ' Spy2-Hapao- Core' ];
17
+ package: ' Spy2-Hapao-Core' with: [ spec requires: ' Spy2-Core' ];
18
18
package: ' Spy2-Hapao-Visualization' with: [ spec requires: ' Spy2-Hapao-Core' ];
19
19
package: ' Spy2-Hapao-EmmaReport' with: [ spec requires: ' Spy2-Hapao-Core' ]
20
20
.
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ r1_4: spec
7
7
spec for: #' pharo4.x' version: ' 1.1.13' .
8
8
spec for: #' pharo5.x' version: ' 1.1.13' .
9
9
spec for: #' pharo6.x' version: ' 1.1.19' .
10
- spec for: #' pharo7.x' version: ' 1.1.19 ' .
10
+ spec for: #' pharo7.x' version: ' 1.1.21 ' .
Original file line number Diff line number Diff line change
1
+ versions
2
+ v1_1_20: spec
3
+ < version: ' 1.1.20' imports: #('0.3-baseline') >
4
+
5
+ spec for: #common do: [
6
+ spec blessing: #stable .
7
+ spec
8
+ project: ' Roassal2' with: ' 1.60' ;
9
+ package: ' Spy2-Core' with: ' Spy2-Core-RafaelLuqueLeiva.43' ;
10
+ package: ' Spy2-Visualization' with: ' Spy2-Visualization-AlexandreBergel.13' ;
11
+ package: ' Spy2-Scenario' with: ' Spy2-Scenario-AlexandreBergel.3' ;
12
+ package: ' Spy2-Tests' with: ' Spy2-Tests-AlexandreBergel.16' ;
13
+ package: ' GT-Spy2-Inspector' with: ' GT-Spy2-Inspector-AlexandreBergel.12' ;
14
+ package: ' Spy2-Examples' with: ' Spy2-Examples-AlexandreBergel.51' ;
15
+ package: ' Spy2-Hapao-Core' with: ' Spy2-Hapao-Core-akevalion.17' ;
16
+ package: ' Spy2-Hapao-Visualization' with: ' Spy2-Hapao-Visualization-akevalion.22' ;
17
+ package: ' Spy2-Hapao-EmmaReport' with: ' Spy2-Hapao-EmmaReport-AlejandroInfante.2' ]
Original file line number Diff line number Diff line change
1
+ versions
2
+ v1_1_21: spec
3
+ < version: ' 1.1.21' imports: #('0.3-baseline') >
4
+ " For Pharo 7"
5
+ spec for: #common do: [
6
+ spec blessing: #stable .
7
+ spec
8
+ project: ' Roassal2' with: ' 1.61' ;
9
+ package: ' Spy2-Core' with: ' Spy2-Core-RafaelLuqueLeiva.43' ;
10
+ package: ' Spy2-Visualization' with: ' Spy2-Visualization-AlexandreBergel.15' ;
11
+ package: ' Spy2-Scenario' with: ' Spy2-Scenario-AlexandreBergel.3' ;
12
+ package: ' Spy2-Tests' with: ' Spy2-Tests-AlexandreBergel.16' ;
13
+ package: ' GT-Spy2-Inspector' with: ' GT-Spy2-Inspector-AlexandreBergel.12' ;
14
+ package: ' Spy2-Examples' with: ' Spy2-Examples-AlexandreBergel.51' ;
15
+ package: ' Spy2-Hapao-Core' with: ' Spy2-Hapao-Core-AlexandreBergel.23' ;
16
+ package: ' Spy2-Hapao-Visualization' with: ' Spy2-Hapao-Visualization-akevalion.22' ;
17
+ package: ' Spy2-Hapao-EmmaReport' with: ' Spy2-Hapao-EmmaReport-AlejandroInfante.2' ]
You can’t perform that action at this time.
0 commit comments