lib/tasks/setup.rb in dev-2.0.236 vs lib/tasks/setup.rb in dev-2.0.237

- old
+ new

@@ -10,9 +10,13 @@ # class Setup < Array def update add 'bundle install' if(File.exists?('Gemfile')) + ['bin','data','log','make','publish'].each{|dir| + add "<%FileUtils.mkdir('#{Environment.dev_root}/#{dir}')%>" if !File.exists? "#{Environment.dev_root}/#{dir}" + } + Dir.glob('*.gemspec').each{|gemspec_file| add "<%Gemspec.update('#{gemspec_file}')%>" } if(Dir.glob('**/packages.config').length > 0) \ No newline at end of file