lib/dryrun.rb in dryrun-0.2.1 vs lib/dryrun.rb in dryrun-0.2.2

- old
+ new

@@ -24,15 +24,12 @@ if !github.is_valid puts "#{url.red} is not a valid github url" exit 1 end - # puts "\nLets work this one out: #{url.green}\n\n" - # clone the repository clonable = github.clonable_url - #puts "git clone #{clonable.yellow}.....\n\n" repository = github.clone Dir.chdir repository @@ -43,12 +40,9 @@ puts "#{url.red} is not a valid android project" exit 1 end project.clean_install - - - puts "\nOpened #{url.green}!\n" end end end