vendor/jets-gems/lib/jets/gems.rb in jets-1.1.5 vs vendor/jets-gems/lib/jets/gems.rb in jets-1.2.0
- old
+ new
@@ -1,8 +1,9 @@
require "jets/gems/version"
module Jets
module Gems
+ autoload :Agree, 'jets/gems/agree'
autoload :Check, 'jets/gems/check'
autoload :Exist, 'jets/gems/exist'
autoload :Extract, 'jets/gems/extract'
autoload :Report, 'jets/gems/report'
\ No newline at end of file