wizardwerdna-pokerstats 1.0.9 → 1.0.10

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.9
1
+ 1.0.10
@@ -252,7 +252,7 @@ class HandStatistics
252
252
  plugin_factory.inject("") do |string, each_plugin|
253
253
  string + "#\t#{each_plugin.inspect}\n"
254
254
  each_plugin.report_specification do |each_datum|
255
- string + "t.#{each_datum[0]}\t#{each[1].inspect}\n"
255
+ string + "t.#{each_datum[0]}\t#{each_datum[1].inspect}\n"
256
256
  end
257
257
  end
258
258
  end
data/pokerstats.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{pokerstats}
8
- s.version = "1.0.9"
8
+ s.version = "1.0.10"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Andrew C. Greenberg"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wizardwerdna-pokerstats
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.9
4
+ version: 1.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew C. Greenberg
@@ -91,7 +91,6 @@ files:
91
91
  - spec/zpokerstars_hand_history_parser_integration.txt
92
92
  has_rdoc: false
93
93
  homepage: http://github.com/wizardwerdna/pokerstats
94
- licenses:
95
94
  post_install_message:
96
95
  rdoc_options:
97
96
  - --charset=UTF-8
@@ -112,7 +111,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
112
111
  requirements: []
113
112
 
114
113
  rubyforge_project:
115
- rubygems_version: 1.3.5
114
+ rubygems_version: 1.2.0
116
115
  signing_key:
117
116
  specification_version: 3
118
117
  summary: poker hand history statistics library