rbatch.gemspec in rbatch-2.1.7 vs rbatch.gemspec in rbatch-2.1.8

- old
+ new

@@ -6,11 +6,11 @@ Gem::Specification.new do |gem| gem.name = "rbatch" gem.version = RBatch::VERSION gem.authors = ["fetaro"] gem.email = ["fetaro@gmail.com"] - gem.description = "Simple Framework of Batch Script" - gem.summary = "Simple Framework of Batch Script" + gem.description = "Batch Script Framework" + gem.summary = "Batch Script Framework" gem.homepage = "https://github.com/fetaro/rbatch" gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/})