aba.gemspec in aba-0.0.1 vs aba.gemspec in aba-0.1.0

- old
+ new

@@ -6,11 +6,11 @@ Gem::Specification.new do |spec| spec.name = "aba" spec.version = Aba::VERSION spec.authors = ["Andrey Bazhutkin"] spec.email = ["andrey.bazhutkin@gmail.com"] - spec.summary = ["ABA File Generator"] - spec.description = ["ABA (Australian Bankers Association) File Generator"] + spec.summary = "ABA File Generator" + spec.description = "ABA (Australian Bankers Association) File Generator" spec.homepage = "https://github.com/andrba/aba" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }