diff --git a/source/BaselineOfBuoy.package/BaselineOfBuoy.class/instance/baseline..st b/source/BaselineOfBuoy.package/BaselineOfBuoy.class/instance/baseline..st index 0c15495..94d7675 100644 --- a/source/BaselineOfBuoy.package/BaselineOfBuoy.class/instance/baseline..st +++ b/source/BaselineOfBuoy.package/BaselineOfBuoy.class/instance/baseline..st @@ -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'); diff --git a/source/BaselineOfBuoy.package/BaselineOfBuoy.class/methodProperties.json b/source/BaselineOfBuoy.package/BaselineOfBuoy.class/methodProperties.json deleted file mode 100644 index c17da9c..0000000 --- a/source/BaselineOfBuoy.package/BaselineOfBuoy.class/methodProperties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "instance" : { - "baseline:" : "JulianMaestri 7/8/2017 15:40" - }, - "class" : { } -} \ No newline at end of file diff --git a/source/BaselineOfBuoy.package/monticello.meta/version b/source/BaselineOfBuoy.package/monticello.meta/version deleted file mode 100644 index cb2b5a4..0000000 --- a/source/BaselineOfBuoy.package/monticello.meta/version +++ /dev/null @@ -1 +0,0 @@ -(name 'BaselineOfBuoy-JulianMaestri.7' message 'Added Buoy-Conditions' id '4fe93b6e-3410-0d00-90a5-814504296d26' date '8 July 2017' time '3:41:11.002773 pm' author 'JulianMaestri' ancestors ((name 'BaselineOfBuoy-GabrielOmarCotelli.6' message 'Changed package structure' id '5c588ef9-0000-0000-91e8-7b9908f1fb7b' date '27 April 2017' time '2:25:05.858803 pm' author 'GabrielOmarCotelli' ancestors ((name 'BaselineOfBuoy-GabrielOmarCotelli.5' message 'Updated Baseline to include new packages' id '180d88f6-9107-0d00-b48b-be910d72625b' date '20 March 2017' time '6:29:45.002471 pm' author 'GabrielOmarCotelli' ancestors ((name 'BaselineOfBuoy-GabrielOmarCotelli.4' message 'Updated Baseline to include new packages' id '41e46af6-2b07-0d00-9c09-cc4d0dc74540' date '15 March 2017' time '4:48:16.427317 pm' author 'GabrielOmarCotelli' ancestors ((name 'BaselineOfBuoy-GabrielOmarCotelli.3' message 'Renamed a method' id 'd5ded4e0-e1da-4012-9820-ba8d7660503d' date '26 January 2017' time '7:52:00.732487 pm' author 'GabrielOmarCotelli' ancestors ((name 'BaselineOfBuoy-GabrielOmarCotelli.2' message 'Fixed baseline' id 'f98545ba-2938-4f1d-a9cf-bcc50f795618' date '26 January 2017' time '7:41:40.33839 pm' author 'GabrielOmarCotelli' ancestors ((name 'BaselineOfBuoy-GabrielOmarCotelli.1' message 'Renamed packages' id '7025211b-51c4-4db3-adcd-d8fe28315704' date '26 January 2017' time '7:29:54.026429 pm' author 'GabrielOmarCotelli' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) \ No newline at end of file diff --git a/source/Buoy-Math.package/Fraction.extension/methodProperties.json b/source/Buoy-Math.package/Fraction.extension/methodProperties.json deleted file mode 100644 index 81dc70f..0000000 --- a/source/Buoy-Math.package/Fraction.extension/methodProperties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "instance" : { - "adaptToFraction:andSend:" : "GabrielOmarCotelli 2/7/2017 22:26" - }, - "class" : { } -} \ No newline at end of file diff --git a/source/Buoy-Math.package/Integer.extension/methodProperties.json b/source/Buoy-Math.package/Integer.extension/methodProperties.json deleted file mode 100644 index 8e42a33..0000000 --- a/source/Buoy-Math.package/Integer.extension/methodProperties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "instance" : { - "adaptToInteger:andSend:" : "GabrielOmarCotelli 2/7/2017 21:46" - }, - "class" : { } -} \ No newline at end of file diff --git a/source/Buoy-Math.package/Number.extension/instance/increasedBy..st b/source/Buoy-Math.package/Number.extension/instance/increasedBy..st index d0c6d30..ffa9631 100644 --- a/source/Buoy-Math.package/Number.extension/instance/increasedBy..st +++ b/source/Buoy-Math.package/Number.extension/instance/increasedBy..st @@ -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) \ No newline at end of file diff --git a/source/Buoy-Math.package/Number.extension/methodProperties.json b/source/Buoy-Math.package/Number.extension/methodProperties.json deleted file mode 100644 index 7d61761..0000000 --- a/source/Buoy-Math.package/Number.extension/methodProperties.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "instance" : { - "isPercentage" : "GabrielOmarCotelli 2/8/2017 18:00", - "perMille" : "GabrielOmarCotelli 2/13/2017 17:27", - "increasedBy:" : "GabrielOmarCotelli 2/8/2017 22:47", - "percent" : "GabrielOmarCotelli 2/8/2017 18:40", - "decreasedBy:" : "GabrielOmarCotelli 2/8/2017 22:45" - }, - "class" : { } -} \ No newline at end of file diff --git a/source/Buoy-Math.package/PartsPerFraction.class/methodProperties.json b/source/Buoy-Math.package/PartsPerFraction.class/methodProperties.json deleted file mode 100644 index 79a0c4c..0000000 --- a/source/Buoy-Math.package/PartsPerFraction.class/methodProperties.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "instance" : { - "initializeRatio:" : "GabrielOmarCotelli 2/13/2017 17:12", - "adaptToInteger:andSend:" : "GabrielOmarCotelli 2/13/2017 17:16", - "asFloat" : "GabrielOmarCotelli 2/13/2017 17:15", - "/" : "GabrielOmarCotelli 2/13/2017 17:13", - "=" : "GabrielOmarCotelli 2/13/2017 17:14", - "value" : "GabrielOmarCotelli 2/13/2017 17:16", - "reciprocal" : "GabrielOmarCotelli 2/13/2017 17:13", - "adaptToFraction:andSend:" : "GabrielOmarCotelli 2/13/2017 17:16", - "+" : "GabrielOmarCotelli 2/13/2017 17:18", - "negated" : "GabrielOmarCotelli 2/13/2017 17:13", - "asNumber" : "GabrielOmarCotelli 2/13/2017 17:15", - "<" : "GabrielOmarCotelli 2/13/2017 17:14", - "hash" : "GabrielOmarCotelli 2/13/2017 17:15", - "-" : "GabrielOmarCotelli 2/13/2017 17:19", - "*" : "GabrielOmarCotelli 2/13/2017 17:13" - }, - "class" : { - "fraction" : "GabrielOmarCotelli 2/13/2017 17:14", - "of:" : "GabrielOmarCotelli 2/13/2017 17:14", - "ratio:" : "GabrielOmarCotelli 4/7/2017 17:17" - } -} \ No newline at end of file diff --git a/source/Buoy-Math.package/PerMille.class/methodProperties.json b/source/Buoy-Math.package/PerMille.class/methodProperties.json deleted file mode 100644 index 191f20f..0000000 --- a/source/Buoy-Math.package/PerMille.class/methodProperties.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "instance" : { - "storeOn:" : "GabrielOmarCotelli 2/13/2017 14:17", - "printOn:base:" : "GabrielOmarCotelli 2/13/2017 13:25" - }, - "class" : { - "fraction" : "GabrielOmarCotelli 2/13/2017 13:26" - } -} \ No newline at end of file diff --git a/source/Buoy-Math.package/Percentage.class/methodProperties.json b/source/Buoy-Math.package/Percentage.class/methodProperties.json deleted file mode 100644 index 3c57982..0000000 --- a/source/Buoy-Math.package/Percentage.class/methodProperties.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "instance" : { - "isPercentage" : "GabrielOmarCotelli 2/8/2017 18:01", - "storeOn:" : "GabrielOmarCotelli 2/8/2017 18:26", - "printOn:base:" : "GabrielOmarCotelli 2/7/2017 19:31" - }, - "class" : { - "fraction" : "GabrielOmarCotelli 2/13/2017 17:11", - "initialize" : "GabrielOmarCotelli 2/9/2017 18:40", - "zero" : "GabrielOmarCotelli 2/9/2017 18:41", - "oneHundred" : "GabrielOmarCotelli 2/9/2017 18:41" - } -} \ No newline at end of file diff --git a/source/Buoy-Math.package/monticello.meta/version b/source/Buoy-Math.package/monticello.meta/version deleted file mode 100644 index fc9815d..0000000 --- a/source/Buoy-Math.package/monticello.meta/version +++ /dev/null @@ -1 +0,0 @@ -(name 'Buoy-Math-GabrielOmarCotelli.1' message 'Changed package structure' id '47ca7ef2-0000-0000-91e3-ea2908f1fb7b' date '27 April 2017' time '2:23:07.398912 pm' author 'GabrielOmarCotelli' ancestors () stepChildren ()) \ No newline at end of file