bin/checkps in pokerstats-2.2.0 vs bin/checkps in pokerstats-2.3.0
- old
+ new
@@ -1,8 +1,8 @@
#!/usr/bin/ruby
require "getoptlong"
require "rubygems"
-require "activesupport"
+require "active_support"
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__) + "/../lib/pokerstats/pokerstars_file")
require File.expand_path(File.dirname(__FILE__) + '/../lib/pokerstats/player_statistics')
\ No newline at end of file