lib/pokerstats/hand_statistics.rb in pokerstats-2.1.0 vs lib/pokerstats/hand_statistics.rb in pokerstats-2.2.0

- old
+ new

@@ -1,9 +1,9 @@ require 'rubygems' require 'pluggable' require 'bigdecimal' require 'bigdecimal/util' -require 'activesupport' +require 'active_support' require File.expand_path(File.dirname(__FILE__) + '/hand_constants') require File.expand_path(File.dirname(__FILE__) + '/hand_statistics_api') module Pokerstats class HandStatistics include Pluggable