# -*- encoding: utf-8 -*- # stub: wizardwerdna-pokerstats 1.0.18 ruby lib Gem::Specification.new do |s| s.name = "wizardwerdna-pokerstats".freeze s.version = "1.0.18".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Andrew C. Greenberg".freeze] s.date = "2009-09-02" s.description = "a library for extracting, computing and reporting statistics of poker hands parsed from hand history files".freeze s.email = "wizardwerdna@gmail.com".freeze s.executables = ["checkps".freeze] s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze] s.files = [".document".freeze, ".gitignore".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "bin/checkps".freeze, "generators/pokerstats/USAGE".freeze, "generators/pokerstats/pokerstats_generator.rb".freeze, "generators/pokerstats/templates/create_pokerstats.rhtml".freeze, "lib/pokerstats.rb".freeze, "lib/pokerstats/.gitignore".freeze, "lib/pokerstats/hand_constants.rb".freeze, "lib/pokerstats/hand_history.rb".freeze, "lib/pokerstats/hand_statistics.rb".freeze, "lib/pokerstats/hand_statistics_api.rb".freeze, "lib/pokerstats/player_statistics.rb".freeze, "lib/pokerstats/plugins/aggression_statistics.rb".freeze, "lib/pokerstats/plugins/blind_attack_statistics.rb".freeze, "lib/pokerstats/plugins/cash_statistics.rb".freeze, "lib/pokerstats/plugins/continuation_bet_statistics.rb".freeze, "lib/pokerstats/plugins/preflop_raise_statistics.rb".freeze, "lib/pokerstats/poker-edge.rb".freeze, "lib/pokerstats/pokerstars_file.rb".freeze, "lib/pokerstats/pokerstars_hand_history_parser.rb".freeze, "pokerstats.gemspec".freeze, "spec/file_empty.txt".freeze, "spec/file_many_hands.txt".freeze, "spec/file_one_hand.txt".freeze, "spec/hand_statistics_spec.rb".freeze, "spec/hand_statistics_spec_helper.rb".freeze, "spec/player_statistics_spec.rb".freeze, "spec/pokerstars_file_spec.rb".freeze, "spec/pokerstars_hand_history_parser.rb".freeze, "spec/spec_helper.rb".freeze, "spec/zpokerstars_hand_history_parser_integration.rb.txt".freeze] s.homepage = "http://github.com/wizardwerdna/pokerstats".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "poker hand history statistics library".freeze s.test_files = ["spec/hand_statistics_spec.rb".freeze, "spec/hand_statistics_spec_helper.rb".freeze, "spec/player_statistics_spec.rb".freeze, "spec/pokerstars_file_spec.rb".freeze, "spec/pokerstars_hand_history_parser.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end