rbatch.gemspec in rbatch-1.12.1 vs rbatch.gemspec in rbatch-1.12.2

- old
+ new

@@ -6,16 +6,17 @@ Gem::Specification.new do |gem| gem.name = "rbatch" gem.version = Rbatch::VERSION gem.authors = ["fetaro"] gem.email = ["fetaro@gmail.com"] - gem.description = "Ruby-based simple batch framework" + 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.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)/}) gem.require_paths = ["lib"] gem.required_ruby_version = ">= 1.9.0" + gem.license = 'MIT' end