rbatch.gemspec in rbatch-2.1.4 vs rbatch.gemspec in rbatch-2.1.5
- 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 = "RBatch has many fanctions to help with your making a batch script such as \"data backup script\" or \"proccess starting script\"."
- gem.summary = "Ruby-based simple batch framework"
+ gem.description = "Simple Framework of Batch Script"
+ gem.summary = "Simple Framework of Batch Script"
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)/})