Skip to content

Commit

Permalink
Merge pull request #1 from pdebruic/master
Browse files Browse the repository at this point in the history
GemStone does not understand tonel. Svens NeoJSON on github is in ton…
  • Loading branch information
noha authored Jul 1, 2019
2 parents f332028 + 9abaeb8 commit c41c2c6
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 23 deletions.
Original file line number Diff line number Diff line change
@@ -1,25 +1,31 @@
baselines
baseline: spec
<baseline>
spec
for: #'common'
do: [
spec
baseline: 'NeoJSON'
with: [ spec repository: 'github://svenvc/NeoJSON:master/repository' ];
project: 'EmailReplyParser'
with: [
spec
className: 'ConfigurationOfEmailReplyParser';
loads: #('Core');
versionString: '1.0';
repository:
'http://smalltalkhub.com/mc/pdebruic/EmailReplyParser/main/' ].
spec
package: 'Mandrill-Core' with: [ spec requires: #('NeoJSON') ];
package: 'Mandrill-Tests' with: [ spec requires: #('Mandrill-Core') ].
spec
group: 'default' with: #('Mandrill-Core' 'Mandrill-Tests');
group: 'Core' with: #('Mandrill-Core');
group: 'Tests' with: #('Mandrill-Tests');
group: 'Inbound' with: #('Core' 'EmailReplyParser') ]
<baseline>
spec
for: #common
do: [ spec
project: 'EmailReplyParser'
with: [ spec
className: 'ConfigurationOfEmailReplyParser';
loads: #('Core');
versionString: '1.0';
repository: 'http://smalltalkhub.com/mc/pdebruic/EmailReplyParser/main/' ].
spec
package: 'Mandrill-Core' with: [ spec requires: #('NeoJSON') ];
package: 'Mandrill-Tests'
with: [ spec requires: #('Mandrill-Core') ].
spec
group: 'default' with: #('Mandrill-Core' 'Mandrill-Tests');
group: 'Core' with: #('Mandrill-Core');
group: 'Tests' with: #('Mandrill-Tests');
group: 'Inbound' with: #('Core' 'EmailReplyParser') ].
spec
for: #pharo
do: [ spec
baseline: 'NeoJSON'
with: [ spec repository: 'github://svenvc/NeoJSON:master/repository' ] ].
spec
for: #gemstone
do: [ spec
baseline: 'NeoJSON'
with: [ spec repository: 'github://GsDevKit/NeoJSON:master/repository' ] ]
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"instance" : {
"baseline:" : "PaulDeBruicker 2/4/2019 20:20"
},
"class" : { }
}
1 change: 1 addition & 0 deletions source/BaselineOfMandrill.package/monticello.meta/version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(name 'BaselineOfMandrill-PaulDeBruicker.2' message 'GemStone doesn''t understand tonel' id '9bb357f7-783d-0d00-99cd-8c100b94a292' date '4 February 2019' time '8:20:52.328693 pm' author 'PaulDeBruicker' ancestors ((name 'BaselineOfMandrill-cypress.1' message 'fabricated from a Cypress format repository' id '3b3f6bef-783d-0d00-99c2-3f010b94a292' date '4 February 2019' time '8:18:39.391705 pm' author '' ancestors () stepChildren ())) stepChildren ())

0 comments on commit c41c2c6

Please sign in to comment.