lib/homeflow/api/request.rb in homeflow_api-1.0.0 vs lib/homeflow/api/request.rb in homeflow_api-1.0.1
- old
+ new
@@ -1,7 +1,7 @@
module Homeflow
module API
- YAML::ENGINE.yamler = "syck"
+ YAML::ENGINE.yamler= 'syck' if defined?(YAML::ENGINE)
class Request
include HTTParty