Skip to content

Commit

Permalink
fix activesupport weirdness by loading it before httparty
Browse files Browse the repository at this point in the history
  • Loading branch information
bts authored and gingerhendrix committed Dec 10, 2009
1 parent 8f4917b commit 48bfb27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/scrobbler2.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'rubygems'
require 'activesupport'
require 'httparty'
require 'active_support'
$: << File.dirname(__FILE__)

module Scrobbler2
Expand Down

0 comments on commit 48bfb27

Please sign in to comment.