File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -5,17 +5,17 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
55require "ruby_units/version"
66
77Gem ::Specification . new do |spec |
8- spec . name = "ruby-units"
9- spec . version = RubyUnits ::Unit ::VERSION
10- spec . authors = [ "Kevin Olbrich" ]
11- spec . email = [ "[email protected] " ] 8+ spec . name = "ruby-units"
9+ spec . version = RubyUnits ::Unit ::VERSION
10+ spec . authors = [ "Kevin Olbrich" ]
11+ spec . email = [ "[email protected] " ] 1212
1313 spec . required_rubygems_version = ">= 2.0"
1414 spec . required_ruby_version = ">= 3.2"
15- spec . summary = "Provides classes and methods to perform unit math and conversions"
16- spec . description = "Provides classes and methods to perform unit math and conversions"
17- spec . homepage = "https://github.com/olbrich/ruby-units"
18- spec . license = "MIT"
15+ spec . summary = "Provides classes and methods to perform unit math and conversions"
16+ spec . description = "Provides classes and methods to perform unit math and conversions"
17+ spec . homepage = "https://github.com/olbrich/ruby-units"
18+ spec . license = "MIT"
1919
2020 spec . metadata [ "homepage_uri" ] = spec . homepage
2121 spec . metadata [ "source_code_uri" ] = "https://github.com/olbrich/ruby-units"
You can’t perform that action at this time.
0 commit comments