lib/shelly.rb in shelly-0.0.11 vs lib/shelly.rb in shelly-0.0.12

- old
+ new

@@ -3,9 +3,10 @@ require "core_ext/object" require "shelly/helpers" require "shelly/base" module Shelly + autoload :App, "shelly/app" autoload :Client, "shelly/client" autoload :User, "shelly/user" autoload :VERSION, "shelly/version" end