wizardwerdna-pokerstats 1.0.5 → 1.0.6

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.5
1
+ 1.0.6
File without changes
@@ -1,4 +1,4 @@
1
- class FooGenerator < Rails::Generator::Base
1
+ class PokerstatsGenerator < Rails::Generator::Base
2
2
  def manifest
3
3
  record do |m|
4
4
  m.directory "db/migration"
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.5"
8
+ s.version = "1.0.6"
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"]
@@ -26,10 +26,10 @@ Gem::Specification.new do |s|
26
26
  "Rakefile",
27
27
  "VERSION",
28
28
  "bin/checkps",
29
- "generators/foo/USAGE",
30
- "generators/foo/foo_generator.rb",
31
- "generators/foo/templates/hand_statistics.rhtml",
32
- "generators/foo/templates/player_statistics.rhtml",
29
+ "generators/pokerstats/USAGE",
30
+ "generators/pokerstats/pokerstats_generator.rb",
31
+ "generators/pokerstats/templates/hand_statistics.rhtml",
32
+ "generators/pokerstats/templates/player_statistics.rhtml",
33
33
  "lib/pokerstats.rb",
34
34
  "lib/pokerstats/.gitignore",
35
35
  "lib/pokerstats/hand_constants.rb",
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.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew C. Greenberg
@@ -59,10 +59,10 @@ files:
59
59
  - Rakefile
60
60
  - VERSION
61
61
  - bin/checkps
62
- - generators/foo/USAGE
63
- - generators/foo/foo_generator.rb
64
- - generators/foo/templates/hand_statistics.rhtml
65
- - generators/foo/templates/player_statistics.rhtml
62
+ - generators/pokerstats/USAGE
63
+ - generators/pokerstats/pokerstats_generator.rb
64
+ - generators/pokerstats/templates/hand_statistics.rhtml
65
+ - generators/pokerstats/templates/player_statistics.rhtml
66
66
  - lib/pokerstats.rb
67
67
  - lib/pokerstats/.gitignore
68
68
  - lib/pokerstats/hand_constants.rb
@@ -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