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

- old
+ new

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