Skip to content

Commit 1304414

Browse files
authored
Merge pull request #26 from ba-st/release_300
Release 3.0.0
2 parents 5b5967a + e92aaf7 commit 1304414

File tree

4 files changed

+29
-12
lines changed

4 files changed

+29
-12
lines changed

.travis.yml

+24-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,28 @@
11
language: smalltalk
22
sudo: false
3-
4-
# Select operating system(s)
53
os:
6-
- linux
7-
8-
# Select compatible Smalltalk image(s)
4+
- linux
95
smalltalk:
10-
- Pharo-6.0
11-
- Pharo-5.0
6+
- Pharo64-7.0
7+
- Pharo-7.0
8+
- Pharo-6.1
9+
- Pharo-6.0
10+
- Pharo-5.0
11+
matrix:
12+
allow_failures:
13+
- smalltalk: Pharo64-7.0
14+
- smalltalk: Pharo-7.0
15+
fast_finish: true
16+
before_deploy:
17+
- cp "${SMALLTALK_CI_IMAGE}" "Willow-Playground.image"
18+
- cp "${SMALLTALK_CI_CHANGES}" "Willow-Playground.changes"
19+
- zip -q "${TRAVIS_BRANCH}-${TRAVIS_SMALLTALK_VERSION}.zip" "Willow-Playground.image" "Willow-Playground.changes"
20+
deploy:
21+
provider: releases
22+
api_key:
23+
secure: BdmboMuq9QUKirIGHKK45C6P7z4n1GEaJCcn3Z+R74bJinbfn2LKn2/1r1YyrTMglfKGV5lOryaG/jzsu3LwRd4U/MnqiSle9BQMzZL2DaEU9jt3snt5H9+PrDzHEKbLa/oSJltQOOtcBwfd0mh5N2XFAhFot1WFWBCao6U/ONCjxbTinZW0Y/JdtlBhCtQ5MU6S1xOa4TFOFYjjLCRwg6bHVqwVS8oVICdwUUD+43s8XEPLkkuS1Dch+ucjDVWN9dEnAIKBPHbmWEuir854f+LCoYfDildQwR2ofKA1s5N++Z/EZ8irbUJm7PIGiZozjWROIHmqPmTccb9kLR7GlOYCCuUsH8BB0xI3EFurgctCB0tdyFfDR8tWA1uCplAWWyp0rqIUg4PzhIeLH6Jm5BlgoXY5Ls42voh+0We+KQPJuqpHtJNXWTVclVa3sS+04EURfbxF/8KiIlFjeeYM2z3sbuVR3XjwLZ3CTd+58+o/eQxBpSxcLPG/6G6PrLR+YG7qCI/FoMXk6FoPooAoCHVZT3OC5QtYQL6nsNi5wi4PSIrEWPiZwelx1vG06vSq2G7amnXGXaXPIB+m1pjQ4EPDv7BCJVOjf8Pgrtd/im/PiENTEE6IGHNZlIw98/ZNZBx3li3Yd3E7JedLZ58Qe2T9tDDuTiTwiMLJF1P1umw=
24+
file: "${TRAVIS_BRANCH}-${TRAVIS_SMALLTALK_VERSION}.zip"
25+
skip_cleanup: true
26+
on:
27+
repo: ba-st/Willow-Playground
28+
tags: true

source/BaselineOfWillowPlayground.package/BaselineOfWillowPlayground.class/instance/setUpDependencies..st

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ setUpDependencies: spec
44
spec
55
baseline: 'WillowBootstrap'
66
with: [ spec
7-
repository: 'github://ba-st/Willow-Bootstrap:v6.0.0/source';
7+
repository: 'github://ba-st/Willow-Bootstrap:v7.0.0/source';
88
loads: #('Deployment') ];
99
import: 'WillowBootstrap'.
1010

1111
spec
1212
baseline: 'WillowJQueryUI'
1313
with: [ spec
14-
repository: 'github://ba-st/Willow-JQueryUI:v5.0.0/source';
14+
repository: 'github://ba-st/Willow-JQueryUI:v6.0.0/source';
1515
loads: #('Deployment') ];
1616
import: 'WillowJQueryUI'.
1717

1818
spec
1919
baseline: 'WillowSpinKit'
2020
with: [ spec
21-
repository: 'github://ba-st/Willow-SpinKit:v3.0.0/source';
21+
repository: 'github://ba-st/Willow-SpinKit:v4.0.0/source';
2222
loads: #('Deployment') ];
2323
import: 'WillowSpinKit'
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
accessing
22
version
33

4-
^ '2.0.0'
4+
^ '3.0.0'

source/Willow-Playground-Smalltalks2017.package/Smalltalks2017FileMetadataLibrary.class/properties.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"commentStamp" : "GabrielOmarCotelli 10/30/2017 15:34",
3-
"super" : "WillowFileMetadataLibrary",
3+
"super" : "WADeploymentAwareFileMetadataLibrary",
44
"category" : "Willow-Playground-Smalltalks2017",
55
"classinstvars" : [ ],
66
"pools" : [ ],

0 commit comments

Comments
 (0)