--- !ruby/object:Gem::Specification name: rbatch version: !ruby/object:Gem::Version prerelease: version: 2.1.1 platform: ruby authors: - fetaro autorequire: bindir: bin cert_chain: [] date: 2014-01-10 00:00:00 Z dependencies: [] description: RBatch has many fanctions to help with your making a batch script such as "data backup script" or "proccess starting script". email: - fetaro@gmail.com executables: - rbatch-init extensions: [] extra_rdoc_files: [] files: - .gitignore - CHANGELOG - Gemfile - LICENSE.txt - README.ja.md - README.md - Rakefile - bin/rbatch-init - doc/RBatch.html - doc/RBatch/Cmd.html - doc/RBatch/CmdException.html - doc/RBatch/CmdResult.html - doc/RBatch/CommonConfig.html - doc/RBatch/CommonConfig/Exception.html - doc/RBatch/Config.html - doc/RBatch/Config/Exception.html - doc/RBatch/DoubleRunCheckException.html - doc/RBatch/DoubleRunChecker.html - doc/RBatch/Log.html - doc/RBatch/RunConf.html - doc/RBatch/RunConf/Exception.html - doc/created.rid - doc/images/brick.png - doc/images/brick_link.png - doc/images/bug.png - doc/images/bullet_black.png - doc/images/bullet_toggle_minus.png - doc/images/bullet_toggle_plus.png - doc/images/date.png - doc/images/find.png - doc/images/loadingAnimation.gif - doc/images/macFFBgHack.png - doc/images/package.png - doc/images/page_green.png - doc/images/page_white_text.png - doc/images/page_white_width.png - doc/images/plugin.png - doc/images/ruby.png - doc/images/tag_green.png - doc/images/wrench.png - doc/images/wrench_orange.png - doc/images/zoom.png - doc/index.html - doc/js/darkfish.js - doc/js/jquery.js - doc/js/quicksearch.js - doc/js/thickbox-compressed.js - doc/lib/rbatch/cmd_rb.html - doc/lib/rbatch/common_config_rb.html - doc/lib/rbatch/config_rb.html - doc/lib/rbatch/double_run_checker_rb.html - doc/lib/rbatch/log_rb.html - doc/lib/rbatch/run_conf_rb.html - doc/lib/rbatch/version_rb.html - doc/lib/rbatch_rb.html - doc/rdoc.css - lib/rbatch.rb - lib/rbatch/cmd.rb - lib/rbatch/common_config.rb - lib/rbatch/config.rb - lib/rbatch/controller.rb - lib/rbatch/double_run_checker.rb - lib/rbatch/log.rb - lib/rbatch/run_conf.rb - lib/rbatch/version.rb - rbatch.gemspec - sample/.rbatchrc - sample/bin/apache_log_insert.rb - sample/bin/file_batch_copy.rb - sample/bin/ftp_get.rb - sample/bin/log_backup.rb - sample/bin/mysql_data_backup.rb - sample/bin/openam_log_insert.rb - sample/bin/openldap_backup.rb - sample/bin/store_to_idm.rb - sample/bin/webagent_log_insert.rb - sample/conf/apache_log_insert.yaml - sample/conf/common.yaml - sample/conf/file_batch_copy.yaml - sample/conf/log_backup.yaml - sample/conf/mysql_data_backup.yaml - sample/conf/openam_log_insert.yaml - sample/conf/openldap_backup.yaml - sample/conf/store_to_idm.yaml - sample/conf/webagent_log_insert.yaml - sample/data/access_log.1 - sample/data/access_log.2012-07-10 - sample/data/amAgent_localhost_80.log.1 - sample/data/amAgent_localhost_80.log.2012-07-10 - sample/data/amAuthentication.access.1 - sample/data/amAuthentication.access.2012-07-10 - sample/data/amAuthentication.error.1 - sample/data/amAuthentication.error.2012-07-10 - sample/lib/openidm_common_func.rb - sample/log/empty - spec/cmd_spec.rb - spec/common_config_spec.rb - spec/config_spec.rb - spec/double_run_checker_spec.rb - spec/log_spec.rb - spec/rbatch_spec.rb - spec/run_conf_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: Ruby-based simple batch framework test_files: - spec/cmd_spec.rb - spec/common_config_spec.rb - spec/config_spec.rb - spec/double_run_checker_spec.rb - spec/log_spec.rb - spec/rbatch_spec.rb - spec/run_conf_spec.rb - spec/spec_helper.rb