--- !ruby/object:Gem::Specification name: rbatch version: !ruby/object:Gem::Version prerelease: version: 2.3.0 platform: ruby authors: - fetaro autorequire: bindir: bin cert_chain: [] date: 2014-10-28 00:00:00 Z dependencies: [] description: Batch Script Framework email: - fetaro@gmail.com executables: - rbatch-init extensions: [] extra_rdoc_files: [] files: - .gitignore - .travis.yml - CHANGELOG - Gemfile - LICENSE.txt - README.ja.md - README.md - Rakefile - bin/rbatch-init - lib/rbatch.rb - lib/rbatch/cmd.rb - lib/rbatch/config.rb - lib/rbatch/controller.rb - lib/rbatch/double_run_checker.rb - lib/rbatch/journal.rb - lib/rbatch/log.rb - lib/rbatch/run_conf.rb - lib/rbatch/variables.rb - lib/rbatch/version.rb - rbatch.gemspec - sample/.rbatchrc - sample/bin/apache_log_insert.rb - sample/bin/ec2_create_snapshot.rb - sample/bin/file_batch_copy.rb - sample/bin/log_backup.rb - sample/bin/mysql_data_backup.rb - sample/bin/openldap_backup.rb - sample/conf/apache_log_insert.yaml - sample/conf/common.yaml - sample/conf/ec2_create_snapshot.yaml - sample/conf/file_batch_copy.yaml - sample/conf/mysql_data_backup.yaml - sample/conf/openldap_backup.yaml - sample/lib/.gitkeep - sample/log/.gitkeep - spec/01_rbach_spec.rb - spec/rbatch/cmd_spec.rb - spec/rbatch/config_spec.rb - spec/rbatch/controller_spec.rb - spec/rbatch/double_run_checker_spec.rb - spec/rbatch/journal_spec.rb - spec/rbatch/log_spec.rb - spec/rbatch/run_conf_spec.rb - spec/rbatch/variables_spec.rb - spec/spec_helper.rb homepage: https://github.com/fetaro/rbatch licenses: - MIT post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: 1.9.0 required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" requirements: [] rubyforge_project: rubygems_version: 1.7.1 signing_key: specification_version: 3 summary: Batch Script Framework test_files: - spec/01_rbach_spec.rb - spec/rbatch/cmd_spec.rb - spec/rbatch/config_spec.rb - spec/rbatch/controller_spec.rb - spec/rbatch/double_run_checker_spec.rb - spec/rbatch/journal_spec.rb - spec/rbatch/log_spec.rb - spec/rbatch/run_conf_spec.rb - spec/rbatch/variables_spec.rb - spec/spec_helper.rb has_rdoc: