Skip to content

Commit 0d6fff7

Browse files
committed
Update summary/descriptions in gemspec
1 parent 50f543d commit 0d6fff7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

super_diff.gemspec

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ Gem::Specification.new do |s|
66
s.authors = ["Elliot Winkler"]
77
s.email = ["[email protected]"]
88
s.homepage = "https://github.com/mcmire/super_diff"
9-
s.summary = "Diff complex data structures in Ruby, with helpful output."
9+
s.summary = "A better way to view differences between complex data structures in RSpec."
1010
s.description = <<~DESC
11-
SuperDiff is a utility that helps you diff two complex data structures in
12-
Ruby, and gives you helpful output to show you exactly how the two data
13-
structures differ.
11+
SuperDiff is a gem that hooks into RSpec to intelligently display the
12+
differences between two data structures of any type.
1413
DESC
1514
s.required_ruby_version = "~> 2.4"
1615

0 commit comments

Comments
 (0)