bin/reconn in reconn-0.1.0 vs bin/reconn in reconn-1.0.0

- old
+ new

@@ -8,6 +8,6 @@ #everything in these directories will be included my_path = File.expand_path(File.dirname(__FILE__)) require_all Dir.glob(my_path + "/../lib/reconn/**/*.rb") -View.new.show +Reconn::View.new.show