vandal.gemspec in vandal-0.0.0 vs vandal.gemspec in vandal-0.0.1

- old
+ new

@@ -6,10 +6,10 @@ spec.name = 'vandal' spec.version = Vandal::VERSION spec.authors = ['Kirill Shevchenko'] spec.email = ['hello@kirillshevch.com'] - spec.summary = 'ActiveRecord force destroy record with associations.' + spec.summary = 'ActiveRecord force destroy records with associations' spec.description = spec.summary spec.homepage = 'https://github.com/kirillshevch/vandal' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/})