putsplus.gemspec in putsplus-0.0.5 vs putsplus.gemspec in putsplus-0.1.0

- old
+ new

@@ -7,10 +7,10 @@ spec.name = "putsplus" spec.version = Putsplus::VERSION spec.authors = ["Brian Jubelirer"] spec.email = ["brian2386@gmail.com"] - spec.summary = "Builds upon puts to improve cli UI" + spec.summary = "Builds upon the default puts command to create more attractive and programmer friendly user interfaces for command line applications." spec.homepage = "http://rubygems.org/gems/putsplus" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/})