Skip to content

Commit

Permalink
Merge pull request #25 from ba-st/baseline_improvement
Browse files Browse the repository at this point in the history
Improve dependencies in Baseline.
  • Loading branch information
mtabacman authored Mar 31, 2018
2 parents e767b85 + a5e93fa commit 8f745b9
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 85 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,19 @@ baseline: spec
spec
for: #common
do: [ spec
package: 'Buoy-Assertions';
package: 'Buoy-Conditions';
package: 'Buoy-Metaprogramming';
package: 'Buoy-Math' with: [ spec requires: 'Buoy-Assertions'];
package: 'Buoy-Collections' with: [ spec requires: #('Buoy-Assertions' 'Buoy-Dynamic-Binding' )];
package: 'Buoy-Dynamic-Binding' with: [ spec requires: #('Buoy-Assertions' 'Buoy-Metaprogramming' )];

package: 'Buoy-Assertions-Tests' with: [ spec requires: 'Buoy-Assertions' ];
package: 'Buoy-Conditions-Tests' with: [ spec requires: 'Buoy-Conditions' ];
package: 'Buoy-Metaprogramming-Tests' with: [ spec requires: 'Buoy-Metaprogramming' ];
package: 'Buoy-Math';
package: 'Buoy-Math-Tests' with: [ spec requires: 'Buoy-Math' ];
package: 'Buoy-Assertions';
package: 'Buoy-Assertions-Tests' with: [ spec requires: 'Buoy-Assertions' ];
package: 'Buoy-Dynamic-Binding';
package: 'Buoy-Dynamic-Binding-Tests' with: [ spec requires: 'Buoy-Dynamic-Binding' ];
package: 'Buoy-Collections';
package: 'Buoy-Collections-Tests' with: [ spec requires: 'Buoy-Collections' ];
package: 'Buoy-Conditions';
package: 'Buoy-Conditions-Tests' with: [ spec requires: 'Buoy-Conditions' ].
package: 'Buoy-Dynamic-Binding-Tests' with: [ spec requires: 'Buoy-Dynamic-Binding' ].
spec
group: 'Deployment' with: #('Buoy-Assertions' 'Buoy-Math' 'Buoy-Metaprogramming' 'Buoy-Dynamic-Binding' 'Buoy-Collections' 'Buoy-Conditions');
group: 'Development' with: #('Deployment' 'Buoy-Assertions-Tests' 'Buoy-Math-Tests' 'Buoy-Metaprogramming-Tests' 'Buoy-Dynamic-Binding-Tests' 'Buoy-Collections-Tests' 'Buoy-Conditions-Tests');
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion source/BaselineOfBuoy.package/monticello.meta/version

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ increasedBy: aPercentage

AssertionChecker
enforce: [ aPercentage positive ]
because: 'A number can''t be increeased by a negative percentage'
because: 'A number can''t be increased by a negative percentage'
raising: ArithmeticError.

^ self * (Percentage oneHundred + aPercentage)
10 changes: 0 additions & 10 deletions source/Buoy-Math.package/Number.extension/methodProperties.json

This file was deleted.

This file was deleted.

9 changes: 0 additions & 9 deletions source/Buoy-Math.package/PerMille.class/methodProperties.json

This file was deleted.

13 changes: 0 additions & 13 deletions source/Buoy-Math.package/Percentage.class/methodProperties.json

This file was deleted.

1 change: 0 additions & 1 deletion source/Buoy-Math.package/monticello.meta/version

This file was deleted.

0 comments on commit 8f745b9

Please sign in to comment.