Skip to content

Commit d3b1f82

Browse files
authored
Format gemspec for consistency and readability (#386)
1 parent 727bd86 commit d3b1f82

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

ruby-units.gemspec

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
55
require "ruby_units/version"
66

77
Gem::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"

0 commit comments

Comments
 (0)