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

- old
+ new

@@ -24,16 +24,18 @@ 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" + # puts "\nLets work this one out: #{url.green}\n\n" # clone the repository clonable = github.clonable_url - puts "git clone #{clonable.yellow}.....\n\n" + #puts "git clone #{clonable.yellow}.....\n\n" repository = github.clone + + Dir.chdir repository project = AndroidProject.new(repository) # is a valid android project? if !project.is_valid