Skip to content

Commit

Permalink
Merge pull request #212 from DuneSt/211-Make-baseline-compatible-with…
Browse files Browse the repository at this point in the history
…-Squeak

211-Make-baseline-compatible-with-Squeak
  • Loading branch information
jecisc committed Nov 22, 2018
2 parents c65cde3 + 2ce87c4 commit 4781286
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [v1.3.2](https://github.com/DuneSt/MaterialDesignLite/compare/v1.3.1...v1.3.2) (2018-11-22)

* Loads another seaside group for Squeak ([0d6ffd8](https://github.com/DuneSt/MaterialDesignLite/commit/0d6ffd8fe7830ec0cc27e4a1a028f3fd626fd9de))

# [v1.3.1](https://github.com/DuneSt/MaterialDesignLite/compare/v1.3.0...v1.3.1) (2018-10-18)

* This release brings a lot of deprecation in prevision of the next major release.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ baseline: spec
do: [
"Dependencies"
self
seaside3: spec;
fileLibraryHelper: spec;
materialColors: spec;
magritte: spec.
Expand Down Expand Up @@ -36,4 +35,8 @@ baseline: spec
group: 'demo' with: #('Material-Design-Lite-Demo');
group: 'tests' with: #('Material-Design-Lite-Components-Tests' 'Material-Design-Lite-Widgets-Tests' 'Material-Design-Lite-Extensions-Tests' 'Material-Design-Lite-Core-Tests') ].

self gemStone: spec
spec for: #(pharo gemstone) do: [ self seaside3: spec ].

self
gemStone: spec;
squeak: spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dependencies
seaside3ForSqueak: spec
spec
baseline: 'Seaside3'
with: [ spec
loads: #('Core' 'JQuery' 'WebClient');
repository: 'github://SeasideSt/Seaside/repository' ]
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
baseline
squeak: spec
spec for: #squeak do: [ self seaside3ForSqueak: spec ]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
versions
version
^ 'v1.3.1'
^ 'v1.3.2'

0 comments on commit 4781286

Please sign in to comment.