wizardwerdna-pokerstats 1.0.0 → 1.0.2

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.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/bin/checkps +4 -1
  3. data/pokerstats.gemspec +2 -2
  4. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.0.2
data/bin/checkps CHANGED
@@ -169,13 +169,16 @@ opts = GetoptLong.new(
169
169
  [ "--user", "-u", GetoptLong::OPTIONAL_ARGUMENT]
170
170
  )
171
171
 
172
+ version_file = File.expand_path(File.dirname(__FILE__) + "/../VERSION")
173
+ print "Pokerstars HandHistory Statistics, v#{File.read(version_file).chop}\n"
174
+ print "Copyright (c) 2009 Andrew C. Greenberg All Rights Reserved\n"
172
175
  user = `whoami`.chop
173
176
  opts.each do |opt, arg|
174
177
  case opt
175
178
  when "--help", "--usage"
176
179
  print "#{$0} playername {--user username} {--player playername} {--help } {--version}\n"
177
180
  when "--version"
178
- print "Judi's Awesome Poker Program -- for Absolute Poker, version 0.6\n"
181
+ print "Pokerstars version #{File.read(version_file).chop}\n"
179
182
  when "--user"
180
183
  user = arg unless arg.empty?
181
184
  end
data/pokerstats.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{pokerstats}
8
- s.version = "1.0.0"
8
+ s.version = "1.0.2"
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
- s.date = %q{2009-08-22}
12
+ s.date = %q{2009-08-25}
13
13
  s.default_executable = %q{checkps}
14
14
  s.description = %q{a library for extracting, computing and reporting statistics of poker hands parsed from hand history files}
15
15
  s.email = %q{wizardwerdna@gmail.com}
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.0
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew C. Greenberg
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-08-22 00:00:00 -07:00
12
+ date: 2009-08-25 00:00:00 -07:00
13
13
  default_executable: checkps
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency