wizardwerdna-pokerstats 1.0.6 → 1.0.7

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.6
1
+ 1.0.7
@@ -2,8 +2,8 @@ class PokerstatsGenerator < Rails::Generator::Base
2
2
  def manifest
3
3
  record do |m|
4
4
  m.directory "db/migration"
5
- m.template "hand_statistics.rhtml", "db/migration/create_hand_statistics"
6
- m.template "player_statistics.rhtml", "db/migration/create_player_statistics"
5
+ m.template "hand_statistics.rhtml", "db/migration/create_hand_statistics.migration"
6
+ m.template "player_statistics.rhtml", "db/migration/create_player_statistics.migration"
7
7
  end
8
8
  end
9
9
  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.6"
8
+ s.version = "1.0.7"
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.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew C. Greenberg
@@ -91,6 +91,7 @@ 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:
94
95
  post_install_message:
95
96
  rdoc_options:
96
97
  - --charset=UTF-8
@@ -111,7 +112,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
111
112
  requirements: []
112
113
 
113
114
  rubyforge_project:
114
- rubygems_version: 1.2.0
115
+ rubygems_version: 1.3.5
115
116
  signing_key:
116
117
  specification_version: 3
117
118
  summary: poker hand history statistics library