Sha256: ce94e6189d508c0e77f2a78387da7a64019c578e2204d494aaa66da49afea30d

Contents?: true

Size: 265 Bytes

Versions: 8

Compression:

Stored size: 265 Bytes

Contents

# frozen_string_literal: true

require "rubygems/command_manager"
require "rubygems/commands/ttags_command"

Gem::CommandManager.instance.register_command :ttags

Gem.post_install do |installer|
  Gem::Commands::TtagsCommand.index(installer.spec, installer.ui)
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
gem-ttags-1.0.7 lib/rubygems_plugin.rb
gem-ttags-1.0.6 lib/rubygems_plugin.rb
gem-ttags-1.0.5 lib/rubygems_plugin.rb
gem-ttags-1.0.4 lib/rubygems_plugin.rb
gem-ttags-1.0.3 lib/rubygems_plugin.rb
gem-ttags-1.0.2 lib/rubygems_plugin.rb
gem-ttags-1.0.1 lib/rubygems_plugin.rb
gem-ttags-1.0.0 lib/rubygems_plugin.rb