gemtags 0.9.3 → 0.9.4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/gemtags/version.rb +1 -1
- data/lib/gemtags.rb +1 -1
- metadata +1 -1
data/lib/gemtags/version.rb
CHANGED
data/lib/gemtags.rb
CHANGED
@@ -15,7 +15,7 @@ module Gemtags
|
|
15
15
|
|
16
16
|
tags_file = ".gemtags"
|
17
17
|
opts = "--extra=+f -R -f #{tags_file}"
|
18
|
-
exclude_dirs = "--exclude=#{File.expand_path('.')}/* --exclude
|
18
|
+
exclude_dirs = "--exclude=#{File.expand_path('.')}/* --exclude=*.min.js --exclude=.git --exclude=log --exclude=.svn"
|
19
19
|
ctag_paths = "#{bundler_paths.map {|x| x + '/*'}.join(' ')}"
|
20
20
|
command = "ctags #{opts} #{exclude_dirs} #{ctag_paths} 2> /dev/null"
|
21
21
|
|