lib/shelly.rb in shelly-0.1.6 vs lib/shelly.rb in shelly-0.1.7

- old
+ new

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