quantity 0.0.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,9 +0,0 @@
1
- class Quantity
2
- class Unit
3
- ##
4
- # @see http://en.wikipedia.org/wiki/Amount_of_substance
5
- class Substance < Unit
6
- # TODO
7
- end
8
- end
9
- end
@@ -1,9 +0,0 @@
1
- class Quantity
2
- class Unit
3
- ##
4
- # @see http://en.wikipedia.org/wiki/Thermodynamic_temperature
5
- class Temperature < Unit
6
- # TODO
7
- end
8
- end
9
- end
@@ -1,9 +0,0 @@
1
- class Quantity
2
- class Unit
3
- ##
4
- # @see http://en.wikipedia.org/wiki/Time
5
- class Time < Unit
6
- # TODO
7
- end
8
- end
9
- end