gemtags 0.9.4 → 0.9.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/gemtags.rb +1 -1
  2. data/lib/gemtags/version.rb +1 -1
  3. metadata +1 -1
@@ -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=*.min.js --exclude=.git --exclude=log --exclude=.svn"
18
+ exclude_dirs = "--exclude=#{File.expand_path('.')}/* --exclude=*.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.4"
2
+ VERSION = "0.9.5"
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.4
5
+ version: 0.9.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Stefan Buhrmester