gem-ctags 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/gem-ctags.gemspec CHANGED
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "gem-ctags"
6
- s.version = "1.0.3"
6
+ s.version = "1.0.4"
7
7
  s.authors = ["Tim Pope"]
8
8
  s.email = ["code@tpop"+'e.net']
9
9
  s.homepage = "https://github.com/tpope/gem-ctags"
@@ -18,6 +18,8 @@ class Gem::Commands::CtagsCommand < Gem::Command
18
18
  end
19
19
 
20
20
  def self.index(spec)
21
+ return unless File.directory?(spec.full_gem_path)
22
+
21
23
  Dir.chdir(spec.full_gem_path) do
22
24
 
23
25
  if !File.exist?('tags') || File.read('tags', 1) != '!'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gem-ctags
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-01-31 00:00:00.000000000 Z
12
+ date: 2012-03-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
16
- requirement: &70344526901080 !ruby/object:Gem::Requirement
16
+ requirement: &76064300 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0'
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *70344526901080
24
+ version_requirements: *76064300
25
25
  description:
26
26
  email:
27
27
  - code@tpope.net
@@ -57,9 +57,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
57
57
  version: '0'
58
58
  requirements: []
59
59
  rubyforge_project:
60
- rubygems_version: 1.8.10
60
+ rubygems_version: 1.8.11
61
61
  signing_key:
62
62
  specification_version: 3
63
63
  summary: Automatic ctags generation on gem install
64
64
  test_files: []
65
- has_rdoc: