File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,10 @@ Gem::Specification.new do |s|
66 s . authors = [ "Elliot Winkler" ]
77 s . email = [ "elliot.winkler@gmail.com" ]
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
You can’t perform that action at this time.
0 commit comments