We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50f543d commit 0d6fff7Copy full SHA for 0d6fff7
super_diff.gemspec
@@ -6,11 +6,10 @@ Gem::Specification.new do |s|
6
s.authors = ["Elliot Winkler"]
7
s.email = ["[email protected]"]
8
s.homepage = "https://github.com/mcmire/super_diff"
9
- s.summary = "Diff complex data structures in Ruby, with helpful output."
+ s.summary = "A better way to view differences between complex data structures in RSpec."
10
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.
+ SuperDiff is a gem that hooks into RSpec to intelligently display the
+ differences between two data structures of any type.
14
DESC
15
s.required_ruby_version = "~> 2.4"
16
0 commit comments