summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAbinoam Praxedes Marques Jr <abinoam@gmail.com>2015-02-18 10:18:22 -0300
committerAbinoam Praxedes Marques Jr <abinoam@gmail.com>2015-02-19 16:26:30 -0300
commit5d4a69976921a8f56ffe00b5730c65eda0ed48f4 (patch)
tree3f007151704ac5b0196d960573c5dfe3884fcc29 /Rakefile
parent00c267daa6d90ea9bf6c188644731dae9dc67fea (diff)
downloadhighline-5d4a69976921a8f56ffe00b5730c65eda0ed48f4.tar.gz
Remove svn task
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Rakefile b/Rakefile
index e7ee26e..5898be5 100644
--- a/Rakefile
+++ b/Rakefile
@@ -43,8 +43,3 @@ task :stats do
["Functionals", "examples"],
["Units", "test"] ).to_s
end
-
-desc "Add new files to Subversion"
-task :add_to_svn do
- sh %Q{svn status | ruby -nae 'system "svn add \#{$F[1]}" if $F[0] == "?"' }
-end