Skip to content

Commit b0e2454

Browse files
committed
Fix warning: “description and summary are identical”
1 parent b325bdb commit b0e2454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample_gem/sample_gem.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
88
spec.version = SampleGem::VERSION
99
spec.authors = ["T.J. Schuck"]
1010
spec.email = ["[email protected]"]
11-
spec.description = %q{Sample gem with C and Java extensions for demoing rake-compiler-dev-box}
1211
spec.summary = %q{Sample gem with C and Java extensions for demoing rake-compiler-dev-box}
12+
spec.description = %q{Sample gem with C and Java extensions for demoing rake-compiler-dev-box. See https://github.com/tjschuck/rake-compiler-dev-box for more information.}
1313
spec.homepage = "https://github.com/tjschuck/rake-compiler-dev-box"
1414
spec.license = "MIT"
1515

0 commit comments

Comments
 (0)