dev_tasks 1.0.39 → 1.0.40
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/tasks.rb +1 -1
- metadata +1 -1
data/lib/tasks.rb
CHANGED
@@ -72,7 +72,7 @@ desc 'performs clean commands'
|
|
72
72
|
task :clean do Tasks.execute_task :clean;end
|
73
73
|
|
74
74
|
desc 'performs publish commands'
|
75
|
-
task :publish
|
75
|
+
task :publish do Tasks.execute_task :publish; end
|
76
76
|
|
77
77
|
desc 'performs clobber commands'
|
78
78
|
task :clobber => [:clean] do Tasks.execute_task :clobber;end
|