lib/shelly.rb in shelly-0.0.1 vs lib/shelly.rb in shelly-0.0.2
- old
+ new
@@ -1,5 +1,8 @@
-require "shelly/version"
+require "rubygems"
+require "thor"
+require "core_ext/object"
module Shelly
- # Your code goes here...
+ autoload :VERSION, "shelly/version"
+ autoload :Client, "shelly/client"
end