Skip to content

Commit

Permalink
Rowan specs update
Browse files Browse the repository at this point in the history
  • Loading branch information
ytsejam78 committed Aug 8, 2023
1 parent 77b8162 commit 6f54a62
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rowan/components/Deployment.ston
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ RwSimpleProjectLoadComponentV2 {
'Buoy-Conditions-Extensions',
'Buoy-Dynamic-Binding',
'Buoy-Exception-Handling-Extensions',
'Buoy-Math',
'Buoy-Math-Extensions',
'Buoy-Math-GS64-Extensions',
'Buoy-Metaprogramming',
'Buoy-Metaprogramming-Extensions',
Expand Down Expand Up @@ -42,6 +44,9 @@ RwSimpleProjectLoadComponentV2 {
'Buoy-Exception-Handling-Extensions' : {
'symbolDictName' : 'Globals'
},
'Buoy-Math-Extensions' : {
'symbolDictName' : 'Globals'
},
'Buoy-Math-GS64-Extensions' : {
'symbolDictName' : 'Globals'
},
Expand Down
1 change: 1 addition & 0 deletions rowan/components/Tests.ston
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RwSimpleProjectLoadComponentV2 {
'Buoy-Conditions-Tests',
'Buoy-Dynamic-Binding-Tests',
'Buoy-Exception-Handling-Tests',
'Buoy-Math-Tests',
'Buoy-Metaprogramming-Tests',
'Buoy-SUnit-Tests'
],
Expand Down

0 comments on commit 6f54a62

Please sign in to comment.