File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11Change Log for Ruby-units
22=========================
3+ 2020-12-29 2.3.2 * Remove Jeweler (see #178) also adds Code of Conduct
4+ * Fix specs related to Complex comparisons (see #213)
5+ * Add support for Ruby 3.0 (also drop support for 2.3 and 2.4) (see #211)
6+ 2018-09-26 2.3.1 * Addition and subtraction of unitless values. (see #175)
372018-03-06 2.3.0 * Fix add (+) and subtract (-) for BigDecimal scalars. (see #167)
48 * Update ruby versions (#163)
59 * fix: temperature converting rational issue (#164)
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- ruby-units (2.3.1 )
4+ ruby-units (2.3.2 )
55
66GEM
77 remote: https://rubygems.org/
Original file line number Diff line number Diff line change 11module RubyUnits
22 class Unit < Numeric
3- VERSION = '2.3.1 ' . freeze
3+ VERSION = '2.3.2 ' . freeze
44 end
55end
You can’t perform that action at this time.
0 commit comments