--- !ruby/object:Gem::Specification name: tbpgr_utils version: !ruby/object:Gem::Version version: 0.0.40 prerelease: platform: ruby authors: - tbpgr autorequire: bindir: bin cert_chain: [] date: 2014-02-16 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: activesupport requirement: &30397152 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 4.0.1 type: :runtime prerelease: false version_requirements: *30397152 - !ruby/object:Gem::Dependency name: bundler requirement: &30396864 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '1.3' type: :development prerelease: false version_requirements: *30396864 - !ruby/object:Gem::Dependency name: rake requirement: &30396636 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *30396636 - !ruby/object:Gem::Dependency name: rspec requirement: &30396312 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 2.14.1 type: :development prerelease: false version_requirements: *30396312 - !ruby/object:Gem::Dependency name: simplecov requirement: &30396012 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 0.8.2 type: :development prerelease: false version_requirements: *30396012 description: Utilities email: - tbpgr@tbpgr.jp executables: [] extensions: [] extra_rdoc_files: [] files: - .coveralls.yml - .gitignore - .rspec - .rubocop.yml - .travis.yml - Gemfile - LICENSE.txt - README.md - Rakefile - lib/attributes_hashable.rb - lib/attributes_initializable.rb - lib/ghostable.rb - lib/open_classes/array.rb - lib/open_classes/array/together.rb - lib/open_classes/array/together_at.rb - lib/open_classes/array/together_clear.rb - lib/open_classes/array/together_compact.rb - lib/open_classes/array/together_concat.rb - lib/open_classes/array/together_delete.rb - lib/open_classes/array/together_delete_at.rb - lib/open_classes/array/together_delete_if.rb - lib/open_classes/array/together_empty.rb - lib/open_classes/array/together_fill.rb - lib/open_classes/array/together_first.rb - lib/open_classes/array/together_helper.rb - lib/open_classes/array/together_include.rb - lib/open_classes/array/together_index.rb - lib/open_classes/array/together_insert.rb - lib/open_classes/array/together_last.rb - lib/open_classes/array/together_map.rb - lib/open_classes/array/together_pop.rb - lib/open_classes/array/together_reduce.rb - lib/open_classes/array/together_reverse.rb - lib/open_classes/array/together_sample.rb - lib/open_classes/array/together_select.rb - lib/open_classes/array/together_shift.rb - lib/open_classes/array/together_shuffle.rb - lib/open_classes/array/together_with_index.rb - lib/open_classes/file.rb - lib/open_classes/kernel.rb - lib/open_classes/kernel/aa_ancestors.rb - lib/open_classes/kernel/bulk_define_methods.rb - lib/open_classes/kernel/p_evals.rb - lib/open_classes/module.rb - lib/open_classes/object.rb - lib/open_classes/string.rb - lib/open_classes/string/justify_table.rb - lib/open_classes/string/surround.rb - lib/tbpgr_utils.rb - lib/tbpgr_utils/version.rb - lib/templatable.rb - lib/template_methodable.rb - lib/test_toolbox.rb - lib/test_toolbox/kernel.rb - rubocop-todo.yml - spec/attributes_hashable_spec.rb - spec/attributes_initializable_spec.rb - spec/ghostable_spec.rb - spec/open_classes/array/together_at_spec.rb - spec/open_classes/array/together_clear_spec.rb - spec/open_classes/array/together_compact_spec.rb - spec/open_classes/array/together_concat_spec.rb - spec/open_classes/array/together_delete_at_spec.rb - spec/open_classes/array/together_delete_if_spec.rb - spec/open_classes/array/together_delete_spec.rb - spec/open_classes/array/together_empty_spec.rb - spec/open_classes/array/together_fill_spec.rb - spec/open_classes/array/together_first_spec.rb - spec/open_classes/array/together_include_spec.rb - spec/open_classes/array/together_index_spec.rb - spec/open_classes/array/together_insert_spec.rb - spec/open_classes/array/together_last_spec.rb - spec/open_classes/array/together_map_spec.rb - spec/open_classes/array/together_pop_spec.rb - spec/open_classes/array/together_reduce_spec.rb - spec/open_classes/array/together_reverse_spec.rb - spec/open_classes/array/together_sample_spec.rb - spec/open_classes/array/together_select_spec.rb - spec/open_classes/array/together_shift_spec.rb - spec/open_classes/array/together_shuffle_spec.rb - spec/open_classes/array/together_spec.rb - spec/open_classes/array/together_with_index_spec.rb - spec/open_classes/file_spec.rb - spec/open_classes/kernel/aa_ancestors_spec.rb - spec/open_classes/kernel/bulk_define_methods_spec.rb - spec/open_classes/kernel/bulk_puts_eval_spec.rb - spec/open_classes/kernel/print_eval_spec.rb - spec/open_classes/kernel/puts_eval_spec.rb - spec/open_classes/module_spec.rb - spec/open_classes/object_spec.rb - spec/open_classes/string/justify_table_spec.rb - spec/open_classes/string/surround_spec.rb - spec/spec_helper.rb - spec/templatable_spec.rb - spec/template_methodable_spec.rb - spec/test_toolbox/kernel_spec.rb - tbpgr_utils.gemspec homepage: https://github.com/tbpgr/tbpgr_utils 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: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.11 signing_key: specification_version: 3 summary: Utilities test_files: - spec/attributes_hashable_spec.rb - spec/attributes_initializable_spec.rb - spec/ghostable_spec.rb - spec/open_classes/array/together_at_spec.rb - spec/open_classes/array/together_clear_spec.rb - spec/open_classes/array/together_compact_spec.rb - spec/open_classes/array/together_concat_spec.rb - spec/open_classes/array/together_delete_at_spec.rb - spec/open_classes/array/together_delete_if_spec.rb - spec/open_classes/array/together_delete_spec.rb - spec/open_classes/array/together_empty_spec.rb - spec/open_classes/array/together_fill_spec.rb - spec/open_classes/array/together_first_spec.rb - spec/open_classes/array/together_include_spec.rb - spec/open_classes/array/together_index_spec.rb - spec/open_classes/array/together_insert_spec.rb - spec/open_classes/array/together_last_spec.rb - spec/open_classes/array/together_map_spec.rb - spec/open_classes/array/together_pop_spec.rb - spec/open_classes/array/together_reduce_spec.rb - spec/open_classes/array/together_reverse_spec.rb - spec/open_classes/array/together_sample_spec.rb - spec/open_classes/array/together_select_spec.rb - spec/open_classes/array/together_shift_spec.rb - spec/open_classes/array/together_shuffle_spec.rb - spec/open_classes/array/together_spec.rb - spec/open_classes/array/together_with_index_spec.rb - spec/open_classes/file_spec.rb - spec/open_classes/kernel/aa_ancestors_spec.rb - spec/open_classes/kernel/bulk_define_methods_spec.rb - spec/open_classes/kernel/bulk_puts_eval_spec.rb - spec/open_classes/kernel/print_eval_spec.rb - spec/open_classes/kernel/puts_eval_spec.rb - spec/open_classes/module_spec.rb - spec/open_classes/object_spec.rb - spec/open_classes/string/justify_table_spec.rb - spec/open_classes/string/surround_spec.rb - spec/spec_helper.rb - spec/templatable_spec.rb - spec/template_methodable_spec.rb - spec/test_toolbox/kernel_spec.rb has_rdoc: