Skip to content

Commit

Permalink
Merge pull request #4 from site5/fix-support
Browse files Browse the repository at this point in the history
Try loading AS String and Hash before ours
  • Loading branch information
Justin Mazzi committed Mar 28, 2012
2 parents 21a0c26 + 7489956 commit b56155d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion lib/rainman.rb
@@ -1,5 +1,12 @@
require "rainman/version"
require "rainman/support"

begin
require "active_support/core_ext/string"
require "active_support/core_ext/hash"
rescue LoadError
require "rainman/support"
end

require "rainman/exceptions"
require "rainman/runner"
require "rainman/driver"
Expand Down

0 comments on commit b56155d

Please sign in to comment.