--- !ruby/object:Gem::Specification name: pokerstats version: !ruby/object:Gem::Version prerelease: false segments: - 2 - 2 - 0 version: 2.2.0 platform: ruby authors: - Andrew C. Greenberg autorequire: bindir: bin cert_chain: [] date: 2010-02-23 00:00:00 -08:00 default_executable: checkps dependencies: - !ruby/object:Gem::Dependency name: rspec prerelease: false requirement: &id001 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" type: :development version_requirements: *id001 - !ruby/object:Gem::Dependency name: pluggable prerelease: false requirement: &id002 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" type: :development version_requirements: *id002 - !ruby/object:Gem::Dependency name: pluggable prerelease: false requirement: &id003 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" type: :runtime version_requirements: *id003 - !ruby/object:Gem::Dependency name: tzinfo prerelease: false requirement: &id004 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" type: :runtime version_requirements: *id004 description: a library for extracting, computing and reporting statistics of poker hands parsed from hand history files email: wizardwerdna@gmail.com executables: - checkps extensions: [] extra_rdoc_files: - LICENSE - README.rdoc files: - .document - .gitignore - LICENSE - README.rdoc - Rakefile - VERSION - bin/checkps - generators/pokerstats/USAGE - generators/pokerstats/pokerstats_generator.rb - generators/pokerstats/templates/create_pokerstats.rhtml - lib/pokerstats.rb - lib/pokerstats/.gitignore - lib/pokerstats/hand_classification.rb - lib/pokerstats/hand_constants.rb - lib/pokerstats/hand_history.rb - lib/pokerstats/hand_statistics.rb - lib/pokerstats/hand_statistics_api.rb - lib/pokerstats/player_statistics.rb - lib/pokerstats/plugins/aggression_statistics.rb - lib/pokerstats/plugins/blind_attack_statistics.rb - lib/pokerstats/plugins/cash_statistics.rb - lib/pokerstats/plugins/continuation_bet_statistics.rb - lib/pokerstats/plugins/preflop_raise_statistics.rb - lib/pokerstats/plugins/street_bet_statistics.rb - lib/pokerstats/plugins/street_statistics.rb - lib/pokerstats/poker-edge.rb - lib/pokerstats/pokerstars_file.rb - lib/pokerstats/pokerstars_hand_history_parser.rb - lib/pokerstats/stat_aggregator.rb - pokerstats.gemspec - spec/file_empty.txt - spec/file_many_hands.txt - spec/file_one_hand.txt - spec/hand_classification_spec.rb - spec/hand_history_spec.rb - spec/hand_statistics_spec.rb - spec/hand_statistics_spec_helper.rb - spec/player_statistics_spec.rb - spec/pokerstars_file_spec.rb - spec/pokerstars_hand_history_parser_spec.rb - spec/spec_helper.rb - spec/stat_aggregator_spec.rb - spec/zpokerstars_hand_history_parser_integration.rb.txt has_rdoc: true homepage: http://github.com/wizardwerdna/pokerstats licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.6 signing_key: specification_version: 3 summary: poker hand history statistics library test_files: - spec/hand_classification_spec.rb - spec/hand_history_spec.rb - spec/hand_statistics_spec.rb - spec/hand_statistics_spec_helper.rb - spec/player_statistics_spec.rb - spec/pokerstars_file_spec.rb - spec/pokerstars_hand_history_parser_spec.rb - spec/spec_helper.rb - spec/stat_aggregator_spec.rb