lib/shelly.rb in shelly-0.1.34 vs lib/shelly.rb in shelly-0.1.35

- old
+ new

@@ -11,9 +11,10 @@ require "shelly/helpers" require "shelly/model" module Shelly autoload :App, "shelly/app" + autoload :Organization, "shelly/organization" autoload :Cloudfile, "shelly/cloudfile" autoload :Client, "shelly/client" autoload :StructureValidator, "shelly/structure_validator" autoload :User, "shelly/user" autoload :VERSION, "shelly/version"