--- !ruby/object:Gem::Specification name: rbatch version: !ruby/object:Gem::Version prerelease: version: 2.1.6 platform: ruby authors: - fetaro autorequire: bindir: bin cert_chain: [] date: 2014-01-24 00:00:00 Z dependencies: [] description: Simple Framework of Batch 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/Controller.html - doc/RBatch/DoubleRunCheckException.html - doc/RBatch/DoubleRunChecker.html - doc/RBatch/Journal.html - doc/RBatch/Log.html - doc/RBatch/LogException.html - doc/RBatch/RBatch.html - doc/RBatch/RBatch/RBatch.html - doc/RBatch/RBatch/RBatch/ConfigException.html - doc/RBatch/RBatch/VariablesException.html - doc/RBatch/RunConf.html - doc/RBatch/RunConf/Exception.html - doc/RBatch/Variables.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/controller_rb.html - doc/lib/rbatch/double_run_checker_rb.html - doc/lib/rbatch/journal_rb.html - doc/lib/rbatch/log_rb.html - doc/lib/rbatch/run_conf_rb.html - doc/lib/rbatch/variables_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/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: Simple Framework of Batch Script 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