lib/totoro.rb in totoro-0.1.0 vs lib/totoro.rb in totoro-0.1.1
- old
+ new
@@ -1,4 +1,7 @@
+require "totoro/version"
require 'totoro/config'
require 'totoro/queue'
+
module Totoro
-end
\ No newline at end of file
+ # Your code goes here...
+end
- old
+ new