wizardwerdna-pokerstats 1.0.11 → 1.0.12

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.11
1
+ 1.0.12
@@ -243,7 +243,7 @@ class HandStatistics
243
243
  end
244
244
 
245
245
  def self.hand_statistics_migration_data
246
- HAND_REPORT_SPECIFICATION.inject("" ) do |string, each|
246
+ HAND_REPORT_SPECIFICATION.inject("") do |string, each|
247
247
  string + "t.#{each[1]}\t#{each[0].inspect}\n"
248
248
  end
249
249
  end
@@ -282,5 +282,5 @@ end
282
282
  Dir[File.dirname(__FILE__) + "/plugins/*_statistics.rb"].each {|filename| require File.expand_path(filename)}
283
283
  HandStatistics.delegate_plugin_public_methods_except HandStatisticsAPI.public_methods
284
284
 
285
- # puts HandStatistics.rails_migration_data
286
- puts HandStatistics.hand_statistics_migration_data
285
+ # # puts HandStatistics.rails_migration_data
286
+ # puts HandStatistics.hand_statistics_migration_data
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.11"
8
+ s.version = "1.0.12"
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.11
4
+ version: 1.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew C. Greenberg