Skip to content

Commit

Permalink
Whooooops
Browse files Browse the repository at this point in the history
  • Loading branch information
raggi committed Mar 27, 2012
1 parent 6c7a4d4 commit e9610ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/micro_fire.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ class << self
self.stream = URI.parse('https://streaming.campfirenow.com')

json_libs = [
lambda { require 'psych'; Psych },
lambda { require 'yajl' ; Yajl },
lambda { require 'json' ; JSON },
lambda { raise 'No suitable JSON lib could be found' }
Expand Down Expand Up @@ -106,4 +105,4 @@ def backoff
sleep(@backoff = @backoff * 2 % 16) != 0
end

end
end

0 comments on commit e9610ca

Please sign in to comment.