lib/gitmine.rb in gitmine-0.1.12 vs lib/gitmine.rb in gitmine-0.1.13

- old
+ new

@@ -91,17 +91,14 @@ issue.local_branch.merge_to_master puts yellow("Delete remote branch") issue.remote_branch.delete - puts yellow("Delete hudson jobs") - issue.delete_hudson_jobs - puts yellow("Set Ticket status to 'reviewed'") issue.update_status("reviewed") end end -%w(config issue commit cli colors branch git hudson_job).each do |filename| +%w(config issue commit cli colors branch git).each do |filename| require File.dirname(__FILE__) + "/gitmine/#{filename}.rb" end