dread.gemspec in dread-0.0.7 vs dread.gemspec in dread-0.1.0

- old
+ new

@@ -8,11 +8,11 @@ s.name = "dread" s.version = Dread::VERSION s.authors = ["Damir Svrtan"] s.email = ["damir.svrtan@gmail.com"] s.homepage = "https://github.com/DamirSvrtan/dread" - s.summary = "Summary of Dread." - s.description = "Description of Dread." + s.summary = "Draw a graph of dependently destroyable associations." + s.description = "Draw a graph of dependently destroyable associations and never dread about destroying your records again!" s.license = "MIT" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.require_paths = ["lib"]