lib/morale/client.rb in morale-client-0.0.1 vs lib/morale/client.rb in morale-client-1.0.0
- old
+ new
@@ -1,8 +1,11 @@
require 'httparty'
require 'json'
require 'morale/connection_store'
+# Needed for httppary parsing
+YAML::ENGINE.yamler = "syck"
+
module Morale
class Client
class Unauthorized < RuntimeError; end
class NotFound < RuntimeError; end
\ No newline at end of file