rspec-memory.gemspec in rspec-memory-1.0.0 vs rspec-memory.gemspec in rspec-memory-1.0.1
- old
+ new
@@ -5,10 +5,10 @@
spec.name = "rspec-memory"
spec.version = RSpec::Memory::VERSION
spec.authors = ["Samuel Williams"]
spec.email = ["samuel.williams@oriontransfer.co.nz"]
- spec.summary = "Matches for checking memory allocations."
+ spec.summary = "RSpec helpers for checking memory allocations."
spec.homepage = "https://github.com/socketry/rspec-memory"
spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})
end