Sha256: ca9026822c847871dd003fa69bb0fbbc54aa7b639f3b7f5d1d82a9dee123bd06

Contents?: true

Size: 352 Bytes

Versions: 12

Compression:

Stored size: 352 Bytes

Contents

# frozen_string_literal: true

module Diffend
  # Modules grouping supported bundler commands
  module Commands
    # Bundler install command
    INSTALL = 'install'
    # Bundler update command
    UPDATE = 'update'
    # Bundler exec command
    EXEC = 'exec'
    # Bundler secure command introduced by diffend plugin
    SECURE = 'secure'
  end
end

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
diffend-monitor-0.2.42 lib/diffend/commands.rb
diffend-0.2.42 lib/diffend/commands.rb
diffend-monitor-0.2.41 lib/diffend/commands.rb
diffend-0.2.41 lib/diffend/commands.rb
diffend-monitor-0.2.40 lib/diffend/commands.rb
diffend-0.2.40 lib/diffend/commands.rb
diffend-monitor-0.2.39 lib/diffend/commands.rb
diffend-0.2.39 lib/diffend/commands.rb
diffend-monitor-0.2.38 lib/diffend/commands.rb
diffend-0.2.38 lib/diffend/commands.rb
diffend-monitor-0.2.37 lib/diffend/commands.rb
diffend-0.2.37 lib/diffend/commands.rb