gemtags 0.9.2 → 0.9.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/lib/gemtags.rb +1 -1
  2. data/lib/gemtags/version.rb +1 -1
  3. metadata +3 -2
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=.git --exclude=log --exclude=.svn"
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
 
@@ -1,3 +1,3 @@
1
1
  module Gemtags
2
- VERSION = "0.9.2"
2
+ VERSION = "0.9.3"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: gemtags
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.9.2
5
+ version: 0.9.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Stefan Buhrmester
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-11-07 00:00:00 Z
13
+ date: 2011-11-19 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler
@@ -70,3 +70,4 @@ specification_version: 3
70
70
  summary: Run gemtags from the command line to create a ctags file for all bundled gems.
71
71
  test_files: []
72
72
 
73
+ has_rdoc: