Sha256: 4c641d736e14bd05be49ec936639343a9f1c8f8bd75056cb8a2869e29c8509ee

Contents?: true

Size: 137 Bytes

Versions: 5

Compression:

Stored size: 137 Bytes

Contents

#!/usr/bin/env ruby

require 'bundler'
paths = Bundler.load.specs.map(&:full_gem_path)
system("ctags -R -f .gemtags #{paths.join(' ')}")

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
masshtab_dev_tools-0.0.6 bin/make-ctags
masshtab_dev_tools-0.0.5 bin/make-ctags
masshtab_dev_tools-0.0.4 bin/make-ctags
masshtab_dev_tools-0.0.3 bin/make-ctags
masshtab_dev_tools-0.0.2 bin/make-ctags