real_zip.gemspec in real_zip-0.2.0 vs real_zip.gemspec in real_zip-1.0.0

- old
+ new

@@ -5,11 +5,11 @@ Gem::Specification.new do |spec| spec.name = "real_zip" spec.version = RealZip::VERSION spec.authors = ["Prasad R."] spec.email = ["thelaptopsage@gmail.com"] - spec.description = %q{ build zip files with given file structure and transfer files to it for testing }.strip - spec.summary = %q{ build zip files with given file structure and transfer files to it for testing }.strip + spec.description = %q{ build zip files with given file structure and transfer files to it }.strip + spec.summary = %q{ build zip files with given file structure and transfer files to it }.strip spec.homepage = "https://github.com/OskarSchindler/real_zip" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }