lib/cans.rb in cans-0.2.0 vs lib/cans.rb in cans-0.2.1

- old
+ new

@@ -1,5 +1,5 @@ -%w{ method_extensions sinatra/base haml coffee-script json }.each do |g| +%w{ method_extensions sinatra/base haml json }.each do |g| require g end %w{ address application historian }.each do |f| require File.join(File.dirname(__FILE__), 'cans', f)