# Set up gems listed in the Gemfile.

require 'rubyneat/cli'

ENV ||= 'development' ENV ||= File.expand_path('../../Gemfile', __FILE__) require 'bundler/setup' if File.exists?(ENV)

%w{ lib neater }.each do |dir|

$:.unshift File.join([NEAT_PATH, dir])

end

Bundler.require(:default, ENV.to_sym)