lib/commit.rb in dev_tasks-0.0.132 vs lib/commit.rb in dev_tasks-0.0.133

- old
+ new

@@ -11,10 +11,11 @@ end end end if(Dir.exists?(".svn")) self.add 'svn commit -m"commit all"' - add "<%DEV_TASKS[:commands][:verify].update%>" + self.add "svn update" + selfadd "<%DEV_TASKS[:commands][:verify].update%>" end end def add command self << command if(!include?(command)) \ No newline at end of file