wizardwerdna-pokerstats 1.0.17 → 1.0.18

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.17
1
+ 1.0.18
@@ -6,13 +6,13 @@ require 'pokerstats/hand_statistics'
6
6
  class CreatePokerstats < ActiveRecord::Migration
7
7
  def self.up
8
8
  create_table :hand_statistics do |t|
9
- <%= HandStatistics.hand_statistics_migration_data -%>
9
+ <%= Pokerstats::HandStatistics.hand_statistics_migration_data -%>
10
10
  t.timestamps
11
11
  end
12
12
  create_table :player_statistics do |t|
13
13
  t.integer :hand_statistic_id
14
14
  t.integer :player_id
15
- <%= HandStatistics.player_statistics_migration_data -%>
15
+ <%= Pokerstats::HandStatistics.player_statistics_migration_data -%>
16
16
  t.timestamps
17
17
  end
18
18
  create_table :player
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.17"
8
+ s.version = "1.0.18"
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.17
4
+ version: 1.0.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew C. Greenberg