wizardwerdna-pokerstats 1.0.18 → 1.0.19

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.18
1
+ 1.0.19
@@ -15,7 +15,7 @@ class CreatePokerstats < ActiveRecord::Migration
15
15
  <%= Pokerstats::HandStatistics.player_statistics_migration_data -%>
16
16
  t.timestamps
17
17
  end
18
- create_table :player
18
+ create_table :player do |t|
19
19
  t.string :name
20
20
  end
21
21
  end
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{pokerstats}
8
- s.version = "1.0.18"
8
+ s.version = "1.0.19"
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.18
4
+ version: 1.0.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew C. Greenberg
@@ -90,7 +90,6 @@ files:
90
90
  - spec/zpokerstars_hand_history_parser_integration.rb.txt
91
91
  has_rdoc: false
92
92
  homepage: http://github.com/wizardwerdna/pokerstats
93
- licenses:
94
93
  post_install_message:
95
94
  rdoc_options:
96
95
  - --charset=UTF-8
@@ -111,7 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
111
110
  requirements: []
112
111
 
113
112
  rubyforge_project:
114
- rubygems_version: 1.3.5
113
+ rubygems_version: 1.2.0
115
114
  signing_key:
116
115
  specification_version: 3
117
116
  summary: poker hand history statistics library