succotash.gemspec in succotash-1.0.0 vs succotash.gemspec in succotash-1.0.1

- old
+ new

@@ -7,11 +7,11 @@ spec.name = "succotash" spec.version = Succotash::VERSION spec.authors = ["Hassan Khalid", "John Cleary"] spec.email = ["dev@createk.io"] - spec.summary = "A simple seeding strategy for your project which helps maintain and separate static and demo data." - spec.description = "A simple seeding strategy for your project which helps maintain and separate static and demo data." + spec.summary = "A simple seeding strategy for your project which helps maintain and separate static and sample data." + spec.description = "A simple seeding strategy for your project which helps maintain and separate static and sample data." spec.homepage = "https://github.com/CreatekIO/succotash" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe"