wizardwerdna-pokerstats 0.8.2 → 0.9.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.8.2
1
+ 0.9.0
data/bin/checkps CHANGED
@@ -1,10 +1,12 @@
1
1
  #!/usr/bin/ruby
2
2
  require "getoptlong"
3
+ require "rubygems"
4
+ require "activesupport"
5
+ require "open-uri"
3
6
  # ENV['RAILS_ENV'] = ENV['RAILS_ENV'] || 'development'
4
7
  # require File.expand_path(File.dirname(__FILE__) + "/../config/environment")
5
8
  # require File.expand_path(File.dirname(__FILE__) + "/pokerstats/pokerstars_file")
6
9
  # require File.expand_path(File.dirname(__FILE__) + '/pokerstats/player_statistics')
7
- require 'rubygems'
8
10
  require 'pokerstats/pokerstars_file'
9
11
  require 'pokerstats/player_statistics'
10
12
 
@@ -1,5 +1,8 @@
1
1
  require 'rubygems'
2
2
  require 'pluggable'
3
+ require 'bigdecimal'
4
+ require 'bigdecimal/util'
5
+ require 'activesupport'
3
6
  require File.expand_path(File.dirname(__FILE__) + '/hand_constants')
4
7
  require File.expand_path(File.dirname(__FILE__) + '/hand_statistics_api')
5
8
 
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 = "0.8.2"
8
+ s.version = "0.9.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"]
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.8.2
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew C. Greenberg