bin/checkps in wizardwerdna-pokerstats-0.8.2 vs bin/checkps in wizardwerdna-pokerstats-0.9.0
- old
+ new
@@ -1,11 +1,13 @@
#!/usr/bin/ruby
require "getoptlong"
+require "rubygems"
+require "activesupport"
+require "open-uri"
# ENV['RAILS_ENV'] = ENV['RAILS_ENV'] || 'development'
# require File.expand_path(File.dirname(__FILE__) + "/../config/environment")
# require File.expand_path(File.dirname(__FILE__) + "/pokerstats/pokerstars_file")
# require File.expand_path(File.dirname(__FILE__) + '/pokerstats/player_statistics')
-require 'rubygems'
require 'pokerstats/pokerstars_file'
require 'pokerstats/player_statistics'
def search_poker_edge(playername, players_shown = {})
return if players_shown[playername]