pokerstats 2.0.1 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. data/Rakefile +2 -2
  2. data/VERSION +1 -1
  3. metadata +4 -5
  4. data/pokerstats.gemspec +0 -91
data/Rakefile CHANGED
@@ -11,8 +11,8 @@ begin
11
11
  gem.homepage = "http://github.com/wizardwerdna/pokerstats"
12
12
  gem.authors = ["Andrew C. Greenberg"]
13
13
  gem.add_development_dependency "rspec"
14
- gem.add_development_dependency "wizardwerdna-pluggable"
15
- gem.add_dependency "wizardwerdna-pluggable"
14
+ gem.add_development_dependency "pluggable"
15
+ gem.add_dependency "pluggable"
16
16
  # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
17
17
  end
18
18
  rescue LoadError
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.1
1
+ 2.0.2
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pokerstats
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew C. Greenberg
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-10-09 00:00:00 -07:00
12
+ date: 2009-10-10 00:00:00 -07:00
13
13
  default_executable: checkps
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -23,7 +23,7 @@ dependencies:
23
23
  version: "0"
24
24
  version:
25
25
  - !ruby/object:Gem::Dependency
26
- name: wizardwerdna-pluggable
26
+ name: pluggable
27
27
  type: :development
28
28
  version_requirement:
29
29
  version_requirements: !ruby/object:Gem::Requirement
@@ -33,7 +33,7 @@ dependencies:
33
33
  version: "0"
34
34
  version:
35
35
  - !ruby/object:Gem::Dependency
36
- name: wizardwerdna-pluggable
36
+ name: pluggable
37
37
  type: :runtime
38
38
  version_requirement:
39
39
  version_requirements: !ruby/object:Gem::Requirement
@@ -77,7 +77,6 @@ files:
77
77
  - lib/pokerstats/poker-edge.rb
78
78
  - lib/pokerstats/pokerstars_file.rb
79
79
  - lib/pokerstats/pokerstars_hand_history_parser.rb
80
- - pokerstats.gemspec
81
80
  - spec/file_empty.txt
82
81
  - spec/file_many_hands.txt
83
82
  - spec/file_one_hand.txt
@@ -1,91 +0,0 @@
1
- # Generated by jeweler
2
- # DO NOT EDIT THIS FILE
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
4
- # -*- encoding: utf-8 -*-
5
-
6
- Gem::Specification.new do |s|
7
- s.name = %q{pokerstats}
8
- s.version = "2.0.1"
9
-
10
- s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
- s.authors = ["Andrew C. Greenberg"]
12
- s.date = %q{2009-10-09}
13
- s.default_executable = %q{checkps}
14
- s.description = %q{a library for extracting, computing and reporting statistics of poker hands parsed from hand history files}
15
- s.email = %q{wizardwerdna@gmail.com}
16
- s.executables = ["checkps"]
17
- s.extra_rdoc_files = [
18
- "LICENSE",
19
- "README.rdoc"
20
- ]
21
- s.files = [
22
- ".document",
23
- ".gitignore",
24
- "LICENSE",
25
- "README.rdoc",
26
- "Rakefile",
27
- "VERSION",
28
- "bin/checkps",
29
- "generators/pokerstats/USAGE",
30
- "generators/pokerstats/pokerstats_generator.rb",
31
- "generators/pokerstats/templates/create_pokerstats.rhtml",
32
- "lib/pokerstats.rb",
33
- "lib/pokerstats/.gitignore",
34
- "lib/pokerstats/hand_constants.rb",
35
- "lib/pokerstats/hand_history.rb",
36
- "lib/pokerstats/hand_statistics.rb",
37
- "lib/pokerstats/hand_statistics_api.rb",
38
- "lib/pokerstats/player_statistics.rb",
39
- "lib/pokerstats/plugins/aggression_statistics.rb",
40
- "lib/pokerstats/plugins/blind_attack_statistics.rb",
41
- "lib/pokerstats/plugins/cash_statistics.rb",
42
- "lib/pokerstats/plugins/continuation_bet_statistics.rb",
43
- "lib/pokerstats/plugins/preflop_raise_statistics.rb",
44
- "lib/pokerstats/poker-edge.rb",
45
- "lib/pokerstats/pokerstars_file.rb",
46
- "lib/pokerstats/pokerstars_hand_history_parser.rb",
47
- "pokerstats.gemspec",
48
- "spec/file_empty.txt",
49
- "spec/file_many_hands.txt",
50
- "spec/file_one_hand.txt",
51
- "spec/hand_statistics_spec.rb",
52
- "spec/hand_statistics_spec_helper.rb",
53
- "spec/player_statistics_spec.rb",
54
- "spec/pokerstars_file_spec.rb",
55
- "spec/pokerstars_hand_history_parser_spec.rb",
56
- "spec/spec_helper.rb",
57
- "spec/zpokerstars_hand_history_parser_integration.rb.txt"
58
- ]
59
- s.homepage = %q{http://github.com/wizardwerdna/pokerstats}
60
- s.rdoc_options = ["--charset=UTF-8"]
61
- s.require_paths = ["lib"]
62
- s.rubygems_version = %q{1.3.5}
63
- s.summary = %q{poker hand history statistics library}
64
- s.test_files = [
65
- "spec/hand_statistics_spec.rb",
66
- "spec/hand_statistics_spec_helper.rb",
67
- "spec/player_statistics_spec.rb",
68
- "spec/pokerstars_file_spec.rb",
69
- "spec/pokerstars_hand_history_parser_spec.rb",
70
- "spec/spec_helper.rb"
71
- ]
72
-
73
- if s.respond_to? :specification_version then
74
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
75
- s.specification_version = 3
76
-
77
- if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
78
- s.add_development_dependency(%q<rspec>, [">= 0"])
79
- s.add_development_dependency(%q<wizardwerdna-pluggable>, [">= 0"])
80
- s.add_runtime_dependency(%q<wizardwerdna-pluggable>, [">= 0"])
81
- else
82
- s.add_dependency(%q<rspec>, [">= 0"])
83
- s.add_dependency(%q<wizardwerdna-pluggable>, [">= 0"])
84
- s.add_dependency(%q<wizardwerdna-pluggable>, [">= 0"])
85
- end
86
- else
87
- s.add_dependency(%q<rspec>, [">= 0"])
88
- s.add_dependency(%q<wizardwerdna-pluggable>, [">= 0"])
89
- s.add_dependency(%q<wizardwerdna-pluggable>, [">= 0"])
90
- end
91
- end