lib/shelly.rb in shelly-0.1.24.pre2 vs lib/shelly.rb in shelly-0.1.24

- old
+ new

@@ -12,10 +12,9 @@ require "shelly/model" module Shelly autoload :App, "shelly/app" autoload :Cloudfile, "shelly/cloudfile" - autoload :Cloud, "shelly/cloud" autoload :Client, "shelly/client" autoload :StructureValidator, "shelly/structure_validator" autoload :User, "shelly/user" autoload :VERSION, "shelly/version" end