lib/shelly.rb in shelly-0.1.40 vs lib/shelly.rb in shelly-0.2.0

- old
+ new

@@ -2,12 +2,9 @@ require "core_ext/object" require "core_ext/hash" require "core_ext/string" require "yaml" -if YAML.const_defined?(:ENGINE) - YAML::ENGINE.yamler = 'syck' -end require "shelly/helpers" require "shelly/model" module Shelly