wizardwerdna-pokerstats 0.4.0 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.0
1
+ 0.5.0
File without changes
data/pokerstats.gemspec CHANGED
@@ -5,13 +5,15 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{pokerstats}
8
- s.version = "0.4.0"
8
+ s.version = "0.5.0"
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"]
12
12
  s.date = %q{2009-08-21}
13
+ s.default_executable = %q{checkps}
13
14
  s.description = %q{a library for extracting, computing and reporting statistics of poker hands parsed from hand history files}
14
15
  s.email = %q{wizardwerdna@gmail.com}
16
+ s.executables = ["checkps"]
15
17
  s.extra_rdoc_files = [
16
18
  "LICENSE",
17
19
  "README.rdoc"
@@ -23,7 +25,7 @@ Gem::Specification.new do |s|
23
25
  "README.rdoc",
24
26
  "Rakefile",
25
27
  "VERSION",
26
- "lib/checkps",
28
+ "bin/checkps",
27
29
  "lib/pokerstats.rb",
28
30
  "lib/pokerstats/.gitignore",
29
31
  "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: 0.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew C. Greenberg
@@ -10,7 +10,7 @@ bindir: bin
10
10
  cert_chain: []
11
11
 
12
12
  date: 2009-08-21 00:00:00 -07:00
13
- default_executable:
13
+ default_executable: checkps
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rspec
@@ -44,8 +44,8 @@ dependencies:
44
44
  version:
45
45
  description: a library for extracting, computing and reporting statistics of poker hands parsed from hand history files
46
46
  email: wizardwerdna@gmail.com
47
- executables: []
48
-
47
+ executables:
48
+ - checkps
49
49
  extensions: []
50
50
 
51
51
  extra_rdoc_files:
@@ -58,7 +58,7 @@ files:
58
58
  - README.rdoc
59
59
  - Rakefile
60
60
  - VERSION
61
- - lib/checkps
61
+ - bin/checkps
62
62
  - lib/pokerstats.rb
63
63
  - lib/pokerstats/.gitignore
64
64
  - lib/pokerstats/hand_constants.rb