--- !ruby/object:Gem::Specification name: ru_pol version: !ruby/object:Gem::Version hash: 27 prerelease: false segments: - 0 - 1 - 0 version: 0.1.0 platform: ruby authors: - Kane Baccigalupi autorequire: bindir: bin cert_chain: [] date: 2011-03-25 00:00:00 -07:00 default_executable: dependencies: - !ruby/object:Gem::Dependency requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 3 segments: - 2 - 3 - 0 version: 2.3.0 type: :development name: rspec prerelease: false version_requirements: *id001 - !ruby/object:Gem::Dependency requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 7 segments: - 0 - 6 - 0 version: 0.6.0 type: :development name: yard prerelease: false version_requirements: *id002 - !ruby/object:Gem::Dependency requirement: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 23 segments: - 1 - 0 - 0 version: 1.0.0 type: :development name: bundler prerelease: false version_requirements: *id003 - !ruby/object:Gem::Dependency requirement: &id004 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 7 segments: - 1 - 5 - 2 version: 1.5.2 type: :development name: jeweler prerelease: false version_requirements: *id004 - !ruby/object:Gem::Dependency requirement: &id005 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :development name: rcov prerelease: false version_requirements: *id005 description: "RuPol is a glamorous mixin for instance pooling your Ruby classes. \n It eases the pain of garbarge collection for classes that are instantiated many times, and then tossed away like runway trash.\n Instances are cached on the class in a pool (array in less glamorous terms), and can be recycled at will. \n Of course there is no pain without gain, and models will trade collection costs for memory usages.\n The Swimsuit mixin edition overrides #new and #destroy, for a virtually pain free instance swimming experience.\n Runway not included. \n " email: baccigalupi@gmail.com executables: [] extensions: [] extra_rdoc_files: - LICENSE.txt - README.rdoc files: - .document - .rspec - Gemfile - Gemfile.lock - LICENSE.txt - README.rdoc - Rakefile - VERSION - lib/pool.rb - lib/ru_pol.rb - ru_pol.gemspec - spec/pool_spec.rb - spec/ru_pol_spec.rb - spec/spec_helper.rb has_rdoc: true homepage: http://github.com/baccigalupi/ru_pol licenses: - MIT post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: RuPol is a glamorous mixin for instance pooling your Ruby classes test_files: - spec/pool_spec.rb - spec/ru_pol_spec.rb - spec/spec_helper.rb