We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea6e9d4 commit dcacf4aCopy full SHA for dcacf4a
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- ruby-units (4.0.2)
+ ruby-units (4.0.3)
5
6
GEM
7
remote: https://rubygems.org/
lib/ruby_units/version.rb
@@ -1,5 +1,5 @@
module RubyUnits
class Unit < Numeric
- VERSION = '4.0.2'.freeze
+ VERSION = '4.0.3'.freeze
end
0 commit comments